public class Echo extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ECHO_OM_ELEMENT_OP_NAME |
static String |
SERVICE_NAME |
Constructor and Description |
---|
Echo() |
Modifier and Type | Method and Description |
---|---|
int |
echoInt(int in) |
org.apache.axiom.om.OMElement |
echoMTOMtoBase64(org.apache.axiom.om.OMElement omEle) |
org.apache.axiom.om.OMElement |
echoOM(org.apache.axiom.om.OMElement omEle) |
org.apache.axiom.om.OMElement |
echoOMElement(org.apache.axiom.om.OMElement omEle) |
void |
echoOMElementNoResponse(org.apache.axiom.om.OMElement omEle) |
String |
echoString(String in) |
void |
echoVoid() |
public static final String SERVICE_NAME
public static final String ECHO_OM_ELEMENT_OP_NAME
public void echoVoid()
public void echoOMElementNoResponse(org.apache.axiom.om.OMElement omEle)
public org.apache.axiom.om.OMElement echoOMElement(org.apache.axiom.om.OMElement omEle)
public org.apache.axiom.om.OMElement echoOM(org.apache.axiom.om.OMElement omEle)
public int echoInt(int in)
public org.apache.axiom.om.OMElement echoMTOMtoBase64(org.apache.axiom.om.OMElement omEle)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.