org.apache.ws.jaxme.js.junit.xmlrpcclient

Interface Dispatcher.Invoker

public interface Dispatcher.Invoker

The dispatcher is implemented with a {@link java.util.Map}. The map keys are the method names, the values are instances of Invoker.
Method Summary
Objectinvoke(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

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.