Class VersionTransformer.Names200408

java.lang.Object
org.apache.cxf.ws.addressing.VersionTransformer.Names200408
Enclosing class:
VersionTransformer

public static class VersionTransformer.Names200408 extends Object
Holder for 2004/08 Names
  • Field Details

    • WSA_NAMESPACE_NAME

      public static final String WSA_NAMESPACE_NAME
      See Also:
    • WSA_ANONYMOUS_ADDRESS

      public static final String WSA_ANONYMOUS_ADDRESS
      See Also:
    • WSA_NONE_ADDRESS

      public static final String WSA_NONE_ADDRESS
      See Also:
    • WSA_OBJECT_FACTORY

      public static final org.apache.cxf.ws.addressing.v200408.ObjectFactory WSA_OBJECT_FACTORY
    • EPR_TYPE

      public static final Class<org.apache.cxf.ws.addressing.v200408.EndpointReferenceType> EPR_TYPE
  • Constructor Details

    • Names200408

      protected Names200408()
  • Method Details

    • getJAXBContext

      public static jakarta.xml.bind.JAXBContext getJAXBContext() throws jakarta.xml.bind.JAXBException
      Retrieve a JAXBContext for marshalling and unmarshalling JAXB generated types for the 2004/08 version.
      Returns:
      a JAXBContext
      Throws:
      jakarta.xml.bind.JAXBException
    • setJAXBContext

      public static void setJAXBContext(jakarta.xml.bind.JAXBContext ctx) throws jakarta.xml.bind.JAXBException
      Set the encapsulated JAXBContext (used by unit tests).
      Parameters:
      ctx - JAXBContext
      Throws:
      jakarta.xml.bind.JAXBException