public final class EndpointReferenceUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
addExtensibleAttributes(org.apache.axis2.addressing.EndpointReference axis2EPR,
Map<QName,String> attributes) |
static void |
addExtensibleElements(org.apache.axis2.addressing.EndpointReference axis2EPR,
Element... elements) |
static void |
addInterface(org.apache.axis2.addressing.EndpointReference axis2EPR,
QName portType,
String addressingNamespace) |
static void |
addLocation(org.apache.axis2.addressing.EndpointReference axis2EPR,
String targetNamespace,
String wsdlDocumentLocation,
String addressingNamespace) |
static void |
addMetadata(org.apache.axis2.addressing.EndpointReference axis2EPR,
Element... metadata) |
static void |
addReferenceParameters(org.apache.axis2.addressing.EndpointReference axis2EPR,
Element... referenceParameters) |
static void |
addService(org.apache.axis2.addressing.EndpointReference axis2EPR,
QName service,
QName port,
String addressingNamespace) |
static javax.xml.ws.EndpointReference |
convertFromAxis2(org.apache.axis2.addressing.EndpointReference axis2EPR,
String addressingNamespace)
Convert from a
EndpointReference to a
subclass of EndpointReference. |
static javax.xml.ws.EndpointReference |
convertFromSource(Source eprInfoset)
Convert from a
Source to a
subclass of EndpointReference. |
static String |
convertToAxis2(org.apache.axis2.addressing.EndpointReference axis2EPR,
javax.xml.ws.EndpointReference jaxwsEPR)
Convert from a
EndpointReference to a an instance of
EndpointReference. |
static org.apache.axis2.addressing.EndpointReference |
createAxis2EndpointReference(String address) |
static org.apache.axis2.addressing.EndpointReference |
createAxis2EndpointReference(String address,
QName serviceName,
QName portName,
String wsdlDocumentLocation,
String addressingNamespace) |
static <T extends javax.xml.ws.EndpointReference> |
getAddressingNamespace(Class<T> clazz) |
public static javax.xml.ws.EndpointReference convertFromAxis2(org.apache.axis2.addressing.EndpointReference axis2EPR, String addressingNamespace) throws Exception
EndpointReference to a
subclass of EndpointReference.axis2EPR - addressingNamespace - Exceptionpublic static javax.xml.ws.EndpointReference convertFromSource(Source eprInfoset) throws Exception
Source to a
subclass of EndpointReference.eprInfoset - Exceptionpublic static String convertToAxis2(org.apache.axis2.addressing.EndpointReference axis2EPR, javax.xml.ws.EndpointReference jaxwsEPR) throws Exception
EndpointReference to a an instance of
EndpointReference.axis2EPR - jaxwsEPR - javax.xml.ws.EndpointReference.Exceptionpublic static <T extends javax.xml.ws.EndpointReference> String getAddressingNamespace(Class<T> clazz)
T - clazz - public static org.apache.axis2.addressing.EndpointReference createAxis2EndpointReference(String address, QName serviceName, QName portName, String wsdlDocumentLocation, String addressingNamespace)
address - serviceName - portName - wsdlDocumentLocation - addressingNamespace - public static org.apache.axis2.addressing.EndpointReference createAxis2EndpointReference(String address)
address - public static void addReferenceParameters(org.apache.axis2.addressing.EndpointReference axis2EPR,
Element... referenceParameters)
throws Exception
axis2EPR - referenceParameters - Exceptionpublic static void addExtensibleElements(org.apache.axis2.addressing.EndpointReference axis2EPR,
Element... elements)
throws Exception
axis2EPR - elements - Exceptionpublic static void addExtensibleAttributes(org.apache.axis2.addressing.EndpointReference axis2EPR,
Map<QName,String> attributes)
throws Exception
Exceptionpublic static void addMetadata(org.apache.axis2.addressing.EndpointReference axis2EPR,
Element... metadata)
throws Exception
axis2EPR - metadata - Exceptionpublic static void addInterface(org.apache.axis2.addressing.EndpointReference axis2EPR,
QName portType,
String addressingNamespace)
throws Exception
axis2EPR - portType - addressingNamespace - Exceptionpublic static void addService(org.apache.axis2.addressing.EndpointReference axis2EPR,
QName service,
QName port,
String addressingNamespace)
throws Exception
axis2EPR - service - port - addressingNamespace - ExceptionCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.