public abstract static class JAXBContext.JAXBContextInput extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ClassLoader |
classLoader |
protected Map |
properties |
| Constructor and Description |
|---|
JAXBContextInput(Map properties,
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 Collection<SessionEventListener> |
sessionEventListeners() |
protected Map properties
protected ClassLoader classLoader
public JAXBContextInput(Map properties, 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 jakarta.xml.bind.JAXBException
jakarta.xml.bind.JAXBExceptionprotected Collection<SessionEventListener> sessionEventListeners()
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.