|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.jaxws.addressing.factory.impl.JAXWSEndpointReferenceFactoryImpl
public class JAXWSEndpointReferenceFactoryImpl
This class is used to generate instances of the following subclasses of
EndpointReference
.
W3CEndpointReference
,
SubmissionEndpointReference
Constructor Summary | |
---|---|
JAXWSEndpointReferenceFactoryImpl()
Constructor |
Method Summary | ||
---|---|---|
EndpointReference |
createEndpointReference(javax.xml.transform.Source eprInfoset)
Create an instance of a supported subclass of EndpointReference . |
|
|
getAddressingNamespace(java.lang.Class<T> clazz)
Map the specified class to a supported WS-Addressing namespace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JAXWSEndpointReferenceFactoryImpl()
Method Detail |
---|
public EndpointReference createEndpointReference(javax.xml.transform.Source eprInfoset) throws javax.xml.bind.JAXBException
JAXWSEndpointReferenceFactory
EndpointReference
.
createEndpointReference
in interface JAXWSEndpointReferenceFactory
eprInfoset
- the endpoint reference
EndpointReference
.
javax.xml.bind.JAXBException
public <T extends EndpointReference> java.lang.String getAddressingNamespace(java.lang.Class<T> clazz)
JAXWSEndpointReferenceFactory
getAddressingNamespace
in interface JAXWSEndpointReferenceFactory
T
- a subclass of EndpointReference
.clazz
- the class.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |