Class JAXBContext.JAXBContextState

java.lang.Object
org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState
Enclosing class:
JAXBContext

protected static class JAXBContext.JAXBContextState extends Object
  • Constructor Details

    • JAXBContextState

      protected JAXBContextState()
    • JAXBContextState

      protected JAXBContextState(XMLContext context)
    • 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

      public void setXMLContext(XMLContext xmlContext)
    • 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

      public JAXBBinder createBinder(JAXBContext context)