org.apache.ws.jaxme.js.junit.xmlrpcclient
Interface Dispatcher.Invoker

All Known Implementing Classes:
Dispatcher.Invoker0, Dispatcher.Invoker1, Dispatcher.Invoker2, Dispatcher.Invoker3, Dispatcher.Invoker4
Enclosing class:
Dispatcher

public static interface Dispatcher.Invoker

The dispatcher is implemented with a Map. The map keys are the method names, the values are instances of Invoker.


Method Summary
 java.lang.Object invoke(java.util.Vector pParams)
          This method creates a new instance of the class being called, converts the parameter objects (if required) and invokes the requested method.
 

Method Detail

invoke

java.lang.Object invoke(java.util.Vector pParams)
                        throws java.lang.Throwable
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.

Throws:
java.lang.Throwable