protected static class JAXBContext.JAXBContextState
extends java.lang.Object
| Modifier | Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
JAXBBinder |
createBinder(JAXBContext context) |
JAXBMarshaller |
createMarshaller(JAXBContext jaxbContext) |
JAXBUnmarshaller |
createUnmarshaller(JAXBContext jaxbContext) |
void |
setXMLContext(XMLContext xmlContext) |
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)
public void setXMLContext(XMLContext xmlContext)
public JAXBMarshaller createMarshaller(JAXBContext jaxbContext) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBExceptionpublic JAXBUnmarshaller createUnmarshaller(JAXBContext jaxbContext) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBExceptionpublic JAXBBinder createBinder(JAXBContext context)