public class AxisOperationClient extends Object
| Constructor and Description |
|---|
AxisOperationClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy objects
|
org.apache.axiom.om.OMElement |
send(String trpUrl,
String addUrl,
org.apache.axiom.om.OMElement payload,
String action) |
org.apache.axiom.om.OMElement |
sendMultipleQuoteRequest(String trpUrl,
String addUrl,
String symbol,
int iterations) |
public org.apache.axiom.om.OMElement sendMultipleQuoteRequest(String trpUrl, String addUrl, String symbol, int iterations) throws IOException
trpUrl - addUrl - symbol - iterations - IOExceptionpublic org.apache.axiom.om.OMElement send(String trpUrl, String addUrl, org.apache.axiom.om.OMElement payload, String action) throws org.apache.axis2.AxisFault
trpUrl - addUrl - payload - action - org.apache.axis2.AxisFaultpublic void destroy()
Copyright © 2015 WSO2 Inc. All rights reserved.