Module org.eclipse.persistence.moxy
Package org.eclipse.persistence.jaxb
Class JAXBContext.JAXBContextState
java.lang.Object
org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState
- Enclosing class:
JAXBContext
-
Constructor Summary
ModifierConstructorDescriptionprotected
protected
JAXBContextState
(XMLContext context) protected
JAXBContextState
(XMLContext context, Generator generator, Type[] boundTypes, Map properties) protected
JAXBContextState
(XMLContext context, Generator generator, TypeMappingInfo[] boundTypes, Map properties) -
Method Summary
Modifier and TypeMethodDescriptioncreateBinder
(JAXBContext context) createMarshaller
(JAXBContext jaxbContext) createUnmarshaller
(JAXBContext jaxbContext) void
setXMLContext
(XMLContext xmlContext)
-
Constructor Details
-
JAXBContextState
protected JAXBContextState() -
JAXBContextState
-
JAXBContextState
protected JAXBContextState(XMLContext context, Generator generator, Type[] boundTypes, Map properties) -
JAXBContextState
protected JAXBContextState(XMLContext context, Generator generator, TypeMappingInfo[] boundTypes, Map properties)
-
-
Method Details
-
setXMLContext
-
createMarshaller
- Throws:
JAXBException
-
createUnmarshaller
- Throws:
JAXBException
-
createBinder
-