public interface JAXWSEndpointReferenceFactory
EndpointReference.| Modifier and Type | Method and Description |
|---|---|
javax.xml.ws.EndpointReference |
createEndpointReference(Source eprInfoset)
Create an instance of a supported subclass of
EndpointReference. |
<T extends javax.xml.ws.EndpointReference> |
getAddressingNamespace(Class<T> clazz)
Map the specified class to a supported WS-Addressing namespace.
|
javax.xml.ws.EndpointReference createEndpointReference(Source eprInfoset) throws javax.xml.bind.JAXBException
EndpointReference.eprInfoset - the endpoint referenceEndpointReference.javax.xml.bind.JAXBException<T extends javax.xml.ws.EndpointReference> String getAddressingNamespace(Class<T> clazz)
T - a subclass of EndpointReference.clazz - the class.Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.