Module org.eclipse.persistence.moxy
Package org.eclipse.persistence.jaxb
Class JAXBContext.JAXBContextInput
java.lang.Object
org.eclipse.persistence.jaxb.JAXBContext.JAXBContextInput
- Enclosing class:
JAXBContext
The JAXBContextInput is used to create a JAXBContextState which is responsible for accessing
the underlying XMLContext
-
Field Summary
-
Constructor Summary
ConstructorDescriptionJAXBContextInput
(Map properties, ClassLoader classLoader) Create a new JAXBContextInput with the specified Map of properties and ClassLoader. -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract JAXBContext.JAXBContextState
protected Collection
<SessionEventListener>
-
Field Details
-
properties
-
classLoader
-
-
Constructor Details
-
JAXBContextInput
Create a new JAXBContextInput with the specified Map of properties and ClassLoader.- Parameters:
properties
- Map of properties.classLoader
- the classLoader to use. If null then Thread.currentThread().getContextClassLoader() will be used.
-
-
Method Details
-
createContextState
- Throws:
JAXBException
-
sessionEventListeners
-