Module net.anwiba.commons.xml
Package net.anwiba.commons.xml.jaxb
Class JaxbContextBuilder.JaxbContext
java.lang.Object
net.anwiba.commons.xml.jaxb.JaxbContextBuilder.JaxbContext
- All Implemented Interfaces:
IJaxbContext
- Enclosing class:
- JaxbContextBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionJaxbContext(List<Class<?>> objectFactories, List<Source> schemaSources, ClassLoader classLoader) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anwiba.commons.xml.jaxb.IJaxbContext
getContextPath
-
Constructor Details
-
JaxbContext
public JaxbContext(List<Class<?>> objectFactories, List<Source> schemaSources, ClassLoader classLoader)
-
-
Method Details
-
getClassLoader
- Specified by:
getClassLoaderin interfaceIJaxbContext
-
getObjectFactories
- Specified by:
getObjectFactoriesin interfaceIJaxbContext
-
getSchemaSources
- Specified by:
getSchemaSourcesin interfaceIJaxbContext
-