public class Dispatcher
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
Dispatcher.Invoker
The dispatcher is implemented with a
Map . |
static class |
Dispatcher.Invoker0
Invoker for method add(int)
in class org.apache.ws.jaxme.js.junit.XmlRpcClientTestRemoteClass.
|
static class |
Dispatcher.Invoker1
Invoker for method add(java.lang.String)
in class org.apache.ws.jaxme.js.junit.XmlRpcClientTestRemoteClass.
|
static class |
Dispatcher.Invoker2
Invoker for method getSumAsString()
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 getSum()
in class org.apache.ws.jaxme.js.junit.XmlRpcClientTestRemoteClass.
|
Constructor and Description |
---|
Dispatcher()
Creates a new dispatcher.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute(java.lang.String pName,
java.util.Vector pParams)
Called for invocation of method
pName with
the parameters given by pParams . |
protected Dispatcher.Invoker |
getInvoker(java.lang.String pName) |
protected Dispatcher.Invoker getInvoker(java.lang.String pName)
public java.lang.Object execute(java.lang.String pName, java.util.Vector pParams) throws java.lang.Exception
pName
with
the parameters given by pParams
.java.lang.Exception