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 protectedJAXBContextState()protectedJAXBContextState(XMLContext context)protectedJAXBContextState(XMLContext context, Generator generator, java.lang.reflect.Type[] boundTypes, java.util.Map properties)protectedJAXBContextState(XMLContext context, Generator generator, TypeMappingInfo[] boundTypes, java.util.Map properties) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JAXBBindercreateBinder(JAXBContext context)JAXBMarshallercreateMarshaller(JAXBContext jaxbContext)JAXBUnmarshallercreateUnmarshaller(JAXBContext jaxbContext)voidsetXMLContext(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)
 
 - 
 
 -