org.apache.ws.jaxme.js.junit.xmlrpcclient
Class Dispatcher.Invoker4
java.lang.Object
org.apache.ws.jaxme.js.junit.xmlrpcclient.Dispatcher.Invoker4
- Dispatcher
- Dispatcher.Invoker
public static class Dispatcher.Invoker4
extends java.lang.Object
Invoker for method add(java.lang.String)
in class org.apache.ws.jaxme.js.junit.XmlRpcClientTestRemoteClass.
Object | invoke(Vector params) - 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 params)
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.
- invoke in interface Dispatcher.Invoker