|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.jaxws.addressing.util.EndpointReferenceUtils
public final class EndpointReferenceUtils
Method Summary | ||
---|---|---|
static void |
addInterface(EndpointReference axis2EPR,
javax.xml.namespace.QName portType,
java.lang.String addressingNamespace)
|
|
static void |
addLocation(EndpointReference axis2EPR,
java.lang.String targetNamespace,
java.lang.String wsdlDocumentLocation,
java.lang.String addressingNamespace)
|
|
static void |
addMetadata(EndpointReference axis2EPR,
org.w3c.dom.Element... metadata)
|
|
static void |
addReferenceParameters(EndpointReference axis2EPR,
org.w3c.dom.Element... referenceParameters)
|
|
static void |
addService(EndpointReference axis2EPR,
javax.xml.namespace.QName service,
javax.xml.namespace.QName port,
java.lang.String addressingNamespace)
|
|
static javax.xml.ws.EndpointReference |
convertFromAxis2(EndpointReference axis2EPR,
java.lang.String addressingNamespace)
Convert from a EndpointReference to a
subclass of javax.xml.ws.EndpointReference . |
|
static javax.xml.ws.EndpointReference |
convertFromSource(javax.xml.transform.Source eprInfoset)
Convert from a Source to a
subclass of javax.xml.ws.EndpointReference . |
|
static java.lang.String |
convertToAxis2(EndpointReference axis2EPR,
javax.xml.ws.EndpointReference jaxwsEPR)
Convert from a javax.xml.ws.EndpointReference to a an instance of
EndpointReference . |
|
static EndpointReference |
createAxis2EndpointReference(java.lang.String address)
|
|
static EndpointReference |
createAxis2EndpointReference(java.lang.String address,
javax.xml.namespace.QName serviceName,
javax.xml.namespace.QName portName,
java.lang.String wsdlDocumentLocation,
java.lang.String addressingNamespace)
|
|
static
|
getAddressingNamespace(java.lang.Class<T> clazz)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static javax.xml.ws.EndpointReference convertFromAxis2(EndpointReference axis2EPR, java.lang.String addressingNamespace) throws java.lang.Exception
EndpointReference
to a
subclass of javax.xml.ws.EndpointReference
.
axis2EPR
- addressingNamespace
-
java.lang.Exception
public static javax.xml.ws.EndpointReference convertFromSource(javax.xml.transform.Source eprInfoset) throws java.lang.Exception
Source
to a
subclass of javax.xml.ws.EndpointReference
.
eprInfoset
-
java.lang.Exception
public static java.lang.String convertToAxis2(EndpointReference axis2EPR, javax.xml.ws.EndpointReference jaxwsEPR) throws java.lang.Exception
javax.xml.ws.EndpointReference
to a an instance of
EndpointReference
.
axis2EPR
- jaxwsEPR
-
javax.xml.ws.EndpointReference
.
java.lang.Exception
public static <T extends javax.xml.ws.EndpointReference> java.lang.String getAddressingNamespace(java.lang.Class<T> clazz)
T
- clazz
-
public static EndpointReference createAxis2EndpointReference(java.lang.String address, javax.xml.namespace.QName serviceName, javax.xml.namespace.QName portName, java.lang.String wsdlDocumentLocation, java.lang.String addressingNamespace)
address
- serviceName
- portName
- wsdlDocumentLocation
- addressingNamespace
-
public static EndpointReference createAxis2EndpointReference(java.lang.String address)
address
-
public static void addReferenceParameters(EndpointReference axis2EPR, org.w3c.dom.Element... referenceParameters) throws java.lang.Exception
axis2EPR
- referenceParameters
-
java.lang.Exception
public static void addMetadata(EndpointReference axis2EPR, org.w3c.dom.Element... metadata) throws java.lang.Exception
axis2EPR
- metadata
-
java.lang.Exception
public static void addInterface(EndpointReference axis2EPR, javax.xml.namespace.QName portType, java.lang.String addressingNamespace) throws java.lang.Exception
axis2EPR
- portType
- addressingNamespace
-
java.lang.Exception
public static void addService(EndpointReference axis2EPR, javax.xml.namespace.QName service, javax.xml.namespace.QName port, java.lang.String addressingNamespace) throws java.lang.Exception
axis2EPR
- service
- port
- addressingNamespace
-
java.lang.Exception
public static void addLocation(EndpointReference axis2EPR, java.lang.String targetNamespace, java.lang.String wsdlDocumentLocation, java.lang.String addressingNamespace) throws java.lang.Exception
axis2EPR
- targetNamespace
- wsdlDocumentLocation
- addressingNamespace
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |