org.apache.ws.jaxme.js.junit.xmlrpcclient
Interface Dispatcher.Invoker
- Dispatcher.Invoker0, Dispatcher.Invoker1, Dispatcher.Invoker2, Dispatcher.Invoker3, Dispatcher.Invoker4
public static interface Dispatcher.Invoker
The dispatcher is implemented with a java.util.Map
.
The map keys are the method names, the values
are instances of Invoker
.
Object | invoke(Vector pParams) - This method creates a new instance of the class being
called, converts the parameter objects (if required)
and invokes the requested method.
|
invoke
public Object invoke(Vector pParams)
throws 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.