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
public JAXBMarshaller createMarshaller(JAXBContext jaxbContext) throws jakarta.xml.bind.JAXBException - Throws:
jakarta.xml.bind.JAXBException
-
createUnmarshaller
public JAXBUnmarshaller createUnmarshaller(JAXBContext jaxbContext) throws jakarta.xml.bind.JAXBException - Throws:
jakarta.xml.bind.JAXBException
-
createBinder
-