org.apache.ws.jaxme.js.junit.xmlrpcclient
Interface Dispatcher.Invoker
public
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
.
Method Summary |
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. |
public 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. If required, the
result is converted also and returned.