Package ejava.projects.edmv.ejb
Class ParserTestEJB
- java.lang.Object
-
- ejava.projects.edmv.ejb.ParserTestEJB
-
- All Implemented Interfaces:
ParserTestRemote
public class ParserTestEJB extends Object implements ParserTestRemote
-
-
Constructor Summary
Constructors Constructor Description ParserTestEJB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
check(Person p, List<Person> people)
protected void
check(VehicleRegistration r, List<Person> people)
void
ingest()
void
init()
-
-
-
Field Detail
-
log
private static final org.slf4j.Logger log
-
xmlFile
private String xmlFile
-
-
Method Detail
-
init
@PostConstruct public void init()
-
ingest
public void ingest() throws Exception
- Specified by:
ingest
in interfaceParserTestRemote
- Throws:
Exception
-
check
protected void check(VehicleRegistration r, List<Person> people)
-
-