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

Class Dispatcher.Invoker1

Enclosing Class:
Dispatcher
Implemented Interfaces:
Dispatcher.Invoker

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

Invoker for method getSumAsString() 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)
            throws IOException,
                   MalformedURLException
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