org.apache.ws.jaxme.js.junit.xmlrpcclient
Class Dispatcher.Invoker1

java.lang.Object
  extended by org.apache.ws.jaxme.js.junit.xmlrpcclient.Dispatcher.Invoker1
All Implemented Interfaces:
Dispatcher.Invoker
Enclosing class:
Dispatcher

public static class Dispatcher.Invoker1
extends java.lang.Object
implements Dispatcher.Invoker

Invoker for method add(java.lang.String) in class org.apache.ws.jaxme.js.junit.XmlRpcClientTestRemoteClass.


Constructor Summary
Dispatcher.Invoker1()
           
 
Method Summary
 java.lang.Object invoke(java.util.Vector params)
          This method creates a new instance of the class being called, converts the parameter objects (if required) and invokes the requested method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dispatcher.Invoker1

public Dispatcher.Invoker1()
Method Detail

invoke

public java.lang.Object invoke(java.util.Vector params)
Description copied from interface: Dispatcher.Invoker
This method creates a new instance of the class being called, converts the parameter objects (if required) and invokes the requested method. If required, the result is converted also and returned.

Specified by:
invoke in interface Dispatcher.Invoker