EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.jaxb
Class JAXBContext.JAXBContextInput

java.lang.Object
  extended by org.eclipse.persistence.jaxb.JAXBContext.JAXBContextInput
Enclosing class:
JAXBContext

public abstract static class JAXBContext.JAXBContextInput
extends java.lang.Object

The JAXBContextInput is used to create a JAXBContextState which is responsible for accessing the underlying XMLContext


Field Summary
protected  java.lang.ClassLoader classLoader
           
protected  java.util.Map properties
           
 
Constructor Summary
JAXBContext.JAXBContextInput(java.util.Map properties, java.lang.ClassLoader classLoader)
          Create a new JAXBContextInput with the specified Map of properties and ClassLoader.
 
Method Summary
protected abstract  JAXBContext.JAXBContextState createContextState()
           
protected  java.util.Collection<SessionEventListener> sessionEventListeners()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected java.util.Map properties

classLoader

protected java.lang.ClassLoader classLoader
Constructor Detail

JAXBContext.JAXBContextInput

public JAXBContext.JAXBContextInput(java.util.Map properties,
                                    java.lang.ClassLoader classLoader)
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 Detail

createContextState

protected abstract JAXBContext.JAXBContextState createContextState()
                                                            throws JAXBException
Throws:
JAXBException

sessionEventListeners

protected java.util.Collection<SessionEventListener> sessionEventListeners()

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference