org.apache.ws.jaxme.js.junit.xmlrpcclient
Class Dispatcher.Invoker4

java.lang.Object
  extended by org.apache.ws.jaxme.js.junit.xmlrpcclient.Dispatcher.Invoker4
All Implemented Interfaces:
Dispatcher.Invoker
Enclosing class:
Dispatcher

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

Invoker for method getSumAsString() in class org.apache.ws.jaxme.js.junit.XmlRpcClientTestRemoteClass.


Constructor Summary
Dispatcher.Invoker4()
           
 
Method Summary
 java.lang.Object invoke(java.util.Vector params)
          This method creates a new instance of the class being called, converts the parameter objects (if required) and invokes the requested method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dispatcher.Invoker4

public Dispatcher.Invoker4()
Method Detail

invoke

public java.lang.Object invoke(java.util.Vector params)
                        throws java.io.IOException,
                               java.net.MalformedURLException
Description copied from interface: Dispatcher.Invoker
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
Throws:
java.io.IOException
java.net.MalformedURLException