public class Echo extends Object
Constructor and Description |
---|
Echo() |
Modifier and Type | Method and Description |
---|---|
int |
echoInt(int in) |
org.apache.axiom.om.OMElement |
echoOMElement(org.apache.axiom.om.OMElement omEle) |
String |
echoString(String in) |
SimpleBean |
echoStringArrays(String[] a,
String[] b,
int c) |
String |
throwAxisFault() |
public org.apache.axiom.om.OMElement echoOMElement(org.apache.axiom.om.OMElement omEle)
public int echoInt(int in)
public String throwAxisFault() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public SimpleBean echoStringArrays(String[] a, String[] b, int c)
Copyright © 2016 WSO2 Inc. All rights reserved.