Interface JAXWSEndpointReferenceFactory

    • Method Detail

      • createEndpointReference

        EndpointReference createEndpointReference​(Source eprInfoset)
                                           throws JAXBException
        Create an instance of a supported subclass of EndpointReference.
        Parameters:
        eprInfoset - the endpoint reference
        Returns:
        an instance of EndpointReference.
        Throws:
        JAXBException
      • getAddressingNamespace

        <T extends EndpointReferenceString getAddressingNamespace​(Class<T> clazz)
        Map the specified class to a supported WS-Addressing namespace.
        Type Parameters:
        T - a subclass of EndpointReference.
        Parameters:
        clazz - the class.
        Returns:
        the WS-Addressing namespace that is associated with the class.