Package org.eclipse.persistence.jaxb
Class JAXBContext.JAXBContextState
- java.lang.Object
-
- org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState
-
- Enclosing class:
- JAXBContext
protected static class JAXBContext.JAXBContextState extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
JAXBContextState()
protected
JAXBContextState(XMLContext context)
protected
JAXBContextState(XMLContext context, Generator generator, java.lang.reflect.Type[] boundTypes, java.util.Map properties)
protected
JAXBContextState(XMLContext context, Generator generator, TypeMappingInfo[] boundTypes, java.util.Map properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JAXBBinder
createBinder(JAXBContext context)
JAXBMarshaller
createMarshaller(JAXBContext jaxbContext)
JAXBUnmarshaller
createUnmarshaller(JAXBContext jaxbContext)
void
setXMLContext(XMLContext xmlContext)
-
-
-
Constructor Detail
-
JAXBContextState
protected JAXBContextState()
-
JAXBContextState
protected JAXBContextState(XMLContext context)
-
JAXBContextState
protected JAXBContextState(XMLContext context, Generator generator, java.lang.reflect.Type[] boundTypes, java.util.Map properties)
-
JAXBContextState
protected JAXBContextState(XMLContext context, Generator generator, TypeMappingInfo[] boundTypes, java.util.Map properties)
-
-
Method Detail
-
setXMLContext
public void setXMLContext(XMLContext xmlContext)
-
createMarshaller
public JAXBMarshaller createMarshaller(JAXBContext jaxbContext) throws JAXBException
- Throws:
JAXBException
-
createUnmarshaller
public JAXBUnmarshaller createUnmarshaller(JAXBContext jaxbContext) throws JAXBException
- Throws:
JAXBException
-
createBinder
public JAXBBinder createBinder(JAXBContext context)
-
-