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 String
ECHO_OM_ELEMENT_OP_NAME
static String
SERVICE_NAME
-
Constructor Summary
Constructors Constructor Description Echo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
echoInt(int in)
OMElement
echoMTOMtoBase64(OMElement omEle)
OMElement
echoOM(OMElement omEle)
OMElement
echoOMElement(OMElement omEle)
void
echoOMElementNoResponse(OMElement omEle)
String
echoString(String in)
void
echoVoid()
-
-
-
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)
-
-