public class JAXWSEndpointReferenceFactoryImpl extends Object implements JAXWSEndpointReferenceFactory
EndpointReference
.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
JAXWSEndpointReferenceFactory
EndpointReference
.createEndpointReference
in interface JAXWSEndpointReferenceFactory
eprInfoset
- the endpoint referenceEndpointReference
.JAXBException
public <T extends EndpointReference> String getAddressingNamespace(Class<T> clazz)
JAXWSEndpointReferenceFactory
getAddressingNamespace
in interface JAXWSEndpointReferenceFactory
T
- a subclass of EndpointReference
.clazz
- the class.Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.