Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.jaxb
Class JAXBContext.JAXBContextInput

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

Direct Known Subclasses:
JAXBContext.ContextPathInput, JAXBContext.TypeMappingInfoInput
Enclosing class:
JAXBContext

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

Field Summary
protected  java.lang.ClassLoader classLoader
           
protected  java.util.Map properties
           

 

Constructor Summary
JAXBContext.JAXBContextInput(java.util.Map properties, java.lang.ClassLoader classLoader)
           

 

Method Summary
protected abstract  JAXBContext.JAXBContextState createContextState()
           

 

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)

Method Detail

createContextState

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

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.