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

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

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

Invoker for method getSum() in class org.apache.ws.jaxme.js.junit.XmlRpcClientTestRemoteClass.


Constructor Summary
Dispatcher.Invoker0()
           
 
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.Invoker0

public Dispatcher.Invoker0()
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