org.apache.xmlrpc
Class Echo
- XmlRpcHandler
public class Echo
extends java.lang.Object
A simple handler which echos its input parameters.
$Id: Echo.java 233919 2005-04-22 10:26:17Z hgomez $ Object | execute(String method, Vector parameters) - Echos
parameters .
|
execute
public Object execute(String method,
Vector parameters)
throws Exception
Echos parameters
.
- execute in interface XmlRpcHandler
method
- Ignored.parameters
- Handler input parameters.
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.