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

Class Dispatcher.Invoker3

Enclosing Class:
Dispatcher
Implemented Interfaces:
Dispatcher.Invoker

public static class Dispatcher.Invoker3
extends java.lang.Object
implements Dispatcher.Invoker

Invoker for method add(int[]) in class org.apache.ws.jaxme.js.junit.XmlRpcClientTestRemoteClass.

Method Summary

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.

Method Details

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.
Specified by:
invoke in interface Dispatcher.Invoker