Class SimpleJaxbStore
java.lang.Object
org.sqlproc.engine.impl.config.store.SimpleJaxbStore
- Direct Known Subclasses:
SimpleEngineConfigurationStore
This class is used only for the SQL Processor dynamic configuration serialization/deserialization.
For more info please see the Tutorials.
- Author:
- Vladimir Hudec
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
logger
final org.slf4j.Logger loggerThe internal slf4j logger. -
directory
-
fileName
-
xmlContext
private final javax.xml.bind.JAXBContext xmlContext -
file
-
-
Constructor Details
-
SimpleJaxbStore
public SimpleJaxbStore(String directory, String fileName, Class<?>... jaxbClasses) throws IOException, javax.xml.bind.JAXBException - Throws:
IOExceptionjavax.xml.bind.JAXBException
-
-
Method Details
-
substitute
-
writeXml
-
readXml
-