public class JAXWSEndpointReferenceFactoryImpl extends Object implements JAXWSEndpointReferenceFactory
EndpointReference.| Constructor and Description |
|---|
JAXWSEndpointReferenceFactoryImpl()
Constructor
|
| 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.
|
public JAXWSEndpointReferenceFactoryImpl()
public javax.xml.ws.EndpointReference createEndpointReference(Source eprInfoset) throws javax.xml.bind.JAXBException
JAXWSEndpointReferenceFactoryEndpointReference.createEndpointReference in interface JAXWSEndpointReferenceFactoryeprInfoset - the endpoint referenceEndpointReference.javax.xml.bind.JAXBExceptionpublic <T extends javax.xml.ws.EndpointReference> String getAddressingNamespace(Class<T> clazz)
JAXWSEndpointReferenceFactorygetAddressingNamespace in interface JAXWSEndpointReferenceFactoryT - a subclass of EndpointReference.clazz - the class.Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.