public abstract static class JAXBContext.JAXBContextInput
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.ClassLoader |
classLoader |
protected java.util.Map |
properties |
Constructor and Description |
---|
JAXBContextInput(java.util.Map properties,
java.lang.ClassLoader classLoader)
Create a new JAXBContextInput with the specified Map of properties and ClassLoader.
|
Modifier and Type | Method and Description |
---|---|
protected abstract JAXBContext.JAXBContextState |
createContextState() |
protected java.util.Collection<SessionEventListener> |
sessionEventListeners() |
protected java.util.Map properties
protected java.lang.ClassLoader classLoader
public JAXBContextInput(java.util.Map properties, java.lang.ClassLoader classLoader)
properties
- Map of properties.classLoader
- the classLoader to use. If null then Thread.currentThread().getContextClassLoader() will be used.protected abstract JAXBContext.JAXBContextState createContextState() throws JAXBException
JAXBException
protected java.util.Collection<SessionEventListener> sessionEventListeners()