public class Processor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
Processor(DataSource ds) |
| Modifier and Type | Method and Description |
|---|---|
List<TopNLEntity> |
convert(List listOfJaxbObjects,
TopNLType type) |
void |
importIntoDb(URL in,
TopNLType type) |
List |
parse(URL in) |
void |
save(List<TopNLEntity> entities,
TopNLType type) |
void |
save(TopNLEntity entity,
TopNLType type) |
public Processor(DataSource ds) throws JAXBException, SQLException
JAXBExceptionSQLExceptionpublic void importIntoDb(URL in, TopNLType type) throws org.jdom2.JDOMException
org.jdom2.JDOMExceptionpublic List parse(URL in) throws JAXBException, IOException
JAXBExceptionIOExceptionpublic List<TopNLEntity> convert(List listOfJaxbObjects, TopNLType type) throws IOException, SAXException, ParserConfigurationException, TransformerException
public void save(TopNLEntity entity, TopNLType type) throws com.vividsolutions.jts.io.ParseException
com.vividsolutions.jts.io.ParseExceptionpublic void save(List<TopNLEntity> entities, TopNLType type) throws com.vividsolutions.jts.io.ParseException
com.vividsolutions.jts.io.ParseExceptionCopyright © 2017 B3Partners B.V.. All rights reserved.