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.TypeMappingInfoInput

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

Enclosing class:
JAXBContext

static class JAXBContext.TypeMappingInfoInput
extends JAXBContext.JAXBContextInput

Field Summary
private  TypeMappingInfo[] typeMappingInfo
           

 

Fields inherited from class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextInput
classLoader, properties

 

Constructor Summary
JAXBContext.TypeMappingInfoInput(TypeMappingInfo[] typeMappingInfo, java.util.Map properties, java.lang.ClassLoader classLoader)
           

 

Method Summary
protected  JAXBContext.JAXBContextState createContextState()
           
private  JAXBContext.JAXBContextState createContextState(Generator generator, org.eclipse.persistence.internal.jaxb.JaxbClassLoader loader, TypeMappingInfo[] typesToBeBound)
           
private static TypeMappingInfo[] getXmlBindingsClasses(XmlBindings xmlBindings, java.lang.ClassLoader classLoader, TypeMappingInfo[] existingTypes)
          Convenience method that returns an array of Types based on a given XmlBindings.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

typeMappingInfo

private TypeMappingInfo[] typeMappingInfo

Constructor Detail

JAXBContext.TypeMappingInfoInput

JAXBContext.TypeMappingInfoInput(TypeMappingInfo[] typeMappingInfo,
                                 java.util.Map properties,
                                 java.lang.ClassLoader classLoader)

Method Detail

createContextState

protected JAXBContext.JAXBContextState createContextState()
                                                   throws javax.xml.bind.JAXBException
Specified by:
createContextState in class JAXBContext.JAXBContextInput
Throws:
javax.xml.bind.JAXBException

createContextState

private JAXBContext.JAXBContextState createContextState(Generator generator,
                                                        org.eclipse.persistence.internal.jaxb.JaxbClassLoader loader,
                                                        TypeMappingInfo[] typesToBeBound)
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

getXmlBindingsClasses

private static TypeMappingInfo[] getXmlBindingsClasses(XmlBindings xmlBindings,
                                                       java.lang.ClassLoader classLoader,
                                                       TypeMappingInfo[] existingTypes)
Convenience method that returns an array of Types based on a given XmlBindings. The resulting array will not contain duplicate entries.

Skip navigation links

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