public class JAXWSEndpointReferenceFactoryImpl extends java.lang.Object implements JAXWSEndpointReferenceFactory
EndpointReference.W3CEndpointReference,
SubmissionEndpointReference| Constructor and Description |
|---|
JAXWSEndpointReferenceFactoryImpl()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.ws.EndpointReference |
createEndpointReference(javax.xml.transform.Source eprInfoset)
Create an instance of a supported subclass of
EndpointReference. |
<T extends javax.xml.ws.EndpointReference> |
getAddressingNamespace(java.lang.Class<T> clazz)
Map the specified class to a supported WS-Addressing namespace.
|
public JAXWSEndpointReferenceFactoryImpl()
public javax.xml.ws.EndpointReference createEndpointReference(javax.xml.transform.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> java.lang.String getAddressingNamespace(java.lang.Class<T> clazz)
JAXWSEndpointReferenceFactorygetAddressingNamespace in interface JAXWSEndpointReferenceFactoryT - a subclass of EndpointReference.clazz - the class.Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.