| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.jaxme.js.junit.xmlrpcclient.Dispatcher
The dispatcher is being used by the XmlRpcServer. It delegates incoming XML-RPC calls to the classes and methods, for which client classes have been created by the org.apache.ws.jaxme.js.apps.XmlRpcClientGenerator.
| Nested Class Summary | |
| static interface | Dispatcher.InvokerThe dispatcher is implemented with a Map. | 
| static class | Dispatcher.Invoker0Invoker for method getSum() in class org.apache.ws.jaxme.js.junit.XmlRpcClientTestRemoteClass. | 
| static class | Dispatcher.Invoker1Invoker for method add(String) in class org.apache.ws.jaxme.js.junit.XmlRpcClientTestRemoteClass. | 
| static class | Dispatcher.Invoker2Invoker for method add(int) in class org.apache.ws.jaxme.js.junit.XmlRpcClientTestRemoteClass. | 
| static class | Dispatcher.Invoker3Invoker for method add(int[]) in class org.apache.ws.jaxme.js.junit.XmlRpcClientTestRemoteClass. | 
| static class | Dispatcher.Invoker4Invoker for method getSumAsString() in class org.apache.ws.jaxme.js.junit.XmlRpcClientTestRemoteClass. | 
| Constructor Summary | |
| Dispatcher()Creates a new dispatcher. | |
| Method Summary | |
|  java.lang.Object | execute(java.lang.String pName,
        java.util.Vector pParams)Called for invocation of method pNamewith
 the parameters given bypParams. | 
| protected  Dispatcher.Invoker | getInvoker(java.lang.String pName) | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public Dispatcher()
| Method Detail | 
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| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||