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

A simple handler which echos its input parameters.

Version:
$Id: Echo.java,v 1.3 2002/03/20 15:11:03 mpoeschl Exp $
Author:
Hannes Wallnoefer

Constructor Summary
Echo()
           
 
Method Summary
 java.lang.Object execute(java.lang.String method, java.util.Vector parameters)
          Echos parameters.
 
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

execute

public java.lang.Object execute(java.lang.String method,
                                java.util.Vector parameters)
                         throws java.lang.Exception
Echos parameters.
Specified by:
execute in interface XmlRpcHandler
Parameters:
method - Ignored.
parameters - Handler input parameters.
Returns:
The input parameters.


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