org.wso2.wsas.services.echo
Class Echo

java.lang.Object
  extended byorg.wso2.wsas.services.echo.Echo

public class Echo
extends java.lang.Object

Echo Service


Constructor Summary
Echo()
           
 
Method Summary
 int echoInt(int in)
           
 org.apache.axiom.om.OMElement echoOMElement(org.apache.axiom.om.OMElement omEle)
           
 java.lang.String echoString(java.lang.String in)
           
 SimpleBean echoStringArrays(java.lang.String[] a, java.lang.String[] b, int c)
           
 java.lang.String throwAxisFault()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Echo

public Echo()
Method Detail

echoOMElement

public org.apache.axiom.om.OMElement echoOMElement(org.apache.axiom.om.OMElement omEle)

echoString

public java.lang.String echoString(java.lang.String in)

echoInt

public int echoInt(int in)

throwAxisFault

public java.lang.String throwAxisFault()
                                throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault

echoStringArrays

public SimpleBean echoStringArrays(java.lang.String[] a,
                                   java.lang.String[] b,
                                   int c)