Package org.apache.axis2.transport
Class Echo
- java.lang.Object
-
- org.apache.axis2.transport.Echo
-
public class Echo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringECHO_OM_ELEMENT_OP_NAMEstatic StringSERVICE_NAME
-
Constructor Summary
Constructors Constructor Description Echo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intechoInt(int in)OMElementechoMTOMtoBase64(OMElement omEle)OMElementechoOM(OMElement omEle)OMElementechoOMElement(OMElement omEle)voidechoOMElementNoResponse(OMElement omEle)StringechoString(String in)voidechoVoid()
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
ECHO_OM_ELEMENT_OP_NAME
public static final String ECHO_OM_ELEMENT_OP_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
echoVoid
public void echoVoid()
-
echoOMElementNoResponse
public void echoOMElementNoResponse(OMElement omEle)
-
echoInt
public int echoInt(int in)
-
-