org.apache.ws.jaxme.js.junit.xmlrpcclient
public class Dispatcher extends Object
Nested Class Summary | |
---|---|
interface | Dispatcher.Invoker The dispatcher is implemented with a {@link java.util.Map}.
|
static class | Dispatcher.Invoker0 Invoker for method getSum()
in class org.apache.ws.jaxme.js.junit.XmlRpcClientTestRemoteClass.
|
static class | Dispatcher.Invoker1 Invoker for method getSumAsString()
in class org.apache.ws.jaxme.js.junit.XmlRpcClientTestRemoteClass.
|
static class | Dispatcher.Invoker2 Invoker for method add(int)
in class org.apache.ws.jaxme.js.junit.XmlRpcClientTestRemoteClass.
|
static class | Dispatcher.Invoker3 Invoker for method add(int[])
in class org.apache.ws.jaxme.js.junit.XmlRpcClientTestRemoteClass.
|
static class | Dispatcher.Invoker4 Invoker for method add(java.lang.String)
in class org.apache.ws.jaxme.js.junit.XmlRpcClientTestRemoteClass.
|
Constructor Summary | |
---|---|
Dispatcher() Creates a new dispatcher.
|
Method Summary | |
---|---|
Object | execute(String pName, Vector pParams) Called for invocation of method pName with
the parameters given by pParams .
|
protected Dispatcher.Invoker | getInvoker(String pName) |
pName
with
the parameters given by pParams
.