org.apache.xmlrpc
Class Echo

java.lang.Object
  |
  +--org.apache.xmlrpc.Echo
All Implemented Interfaces:
XmlRpcHandler

public class Echo
extends java.lang.Object
implements XmlRpcHandler

Author:
Hannes Wallnoefer

Constructor Summary
Echo()
           
 
Method Summary
 java.lang.Object execute(java.lang.String method, java.util.Vector v)
          Return the result, or throw an Exception if something went wrong.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Echo

public Echo()
Method Detail

execute

public java.lang.Object execute(java.lang.String method,
                                java.util.Vector v)
                         throws java.lang.Exception
Description copied from interface: XmlRpcHandler
Return the result, or throw an Exception if something went wrong.
Specified by:
execute in interface XmlRpcHandler


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.