public class AxisServiceClient extends Object
| Constructor and Description |
|---|
AxisServiceClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
fireAndForget(org.apache.axiom.om.OMElement payload,
String endPointReference,
String operation) |
org.apache.axiom.om.OMElement |
sendReceive(org.apache.axiom.om.OMElement payload,
String endPointReference,
String operation) |
org.apache.axiom.om.OMElement |
sendReceive(org.apache.axiom.om.OMElement payload,
String endPointReference,
String operation,
String contentType) |
org.apache.axiom.om.OMElement |
sendReceive(org.apache.axiom.om.OMElement payload,
String endPointReference,
String operation,
String localName,
String ns,
String value) |
void |
sendRobust(org.apache.axiom.om.OMElement payload,
String endPointReference,
String operation) |
public org.apache.axiom.om.OMElement sendReceive(org.apache.axiom.om.OMElement payload,
String endPointReference,
String operation)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic org.apache.axiom.om.OMElement sendReceive(org.apache.axiom.om.OMElement payload,
String endPointReference,
String operation,
String localName,
String ns,
String value)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic org.apache.axiom.om.OMElement sendReceive(org.apache.axiom.om.OMElement payload,
String endPointReference,
String operation,
String contentType)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void sendRobust(org.apache.axiom.om.OMElement payload,
String endPointReference,
String operation)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultCopyright © 2015 WSO2 Inc. All rights reserved.