protected static class JAXBContext.JAXBContextState extends Object
Modifier | Constructor and Description |
---|---|
protected |
JAXBContextState() |
protected |
JAXBContextState(XMLContext context) |
protected |
JAXBContextState(XMLContext context,
Generator generator,
Type[] boundTypes,
Map properties) |
protected |
JAXBContextState(XMLContext context,
Generator generator,
TypeMappingInfo[] boundTypes,
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, Type[] boundTypes, Map properties)
protected JAXBContextState(XMLContext context, Generator generator, TypeMappingInfo[] boundTypes, Map properties)
public void setXMLContext(XMLContext xmlContext)
public JAXBMarshaller createMarshaller(JAXBContext jaxbContext) throws jakarta.xml.bind.JAXBException
jakarta.xml.bind.JAXBException
public JAXBUnmarshaller createUnmarshaller(JAXBContext jaxbContext) throws jakarta.xml.bind.JAXBException
jakarta.xml.bind.JAXBException
public JAXBBinder createBinder(JAXBContext context)
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.