public class JAXWSEndpointReferenceFactoryImpl extends Object implements JAXWSEndpointReferenceFactory
EndpointReference.W3CEndpointReference,
SubmissionEndpointReference| Constructor and Description |
|---|
JAXWSEndpointReferenceFactoryImpl()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
EndpointReference |
createEndpointReference(Source eprInfoset)
Create an instance of a supported subclass of
EndpointReference. |
<T extends EndpointReference> |
getAddressingNamespace(Class<T> clazz)
Map the specified class to a supported WS-Addressing namespace.
|
public JAXWSEndpointReferenceFactoryImpl()
public EndpointReference createEndpointReference(Source eprInfoset) throws JAXBException
JAXWSEndpointReferenceFactoryEndpointReference.createEndpointReference in interface JAXWSEndpointReferenceFactoryeprInfoset - the endpoint referenceEndpointReference.JAXBExceptionpublic <T extends EndpointReference> String getAddressingNamespace(Class<T> clazz)
JAXWSEndpointReferenceFactorygetAddressingNamespace in interface JAXWSEndpointReferenceFactoryT - a subclass of EndpointReference.clazz - the class.Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.