public static interface Dispatcher.Invoker
Map
.
The map keys are the method names, the values
are instances of Invoker
.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(java.util.Vector pParams)
This method creates a new instance of the class being
called, converts the parameter objects (if required)
and invokes the requested method.
|
java.lang.Object invoke(java.util.Vector pParams) throws java.lang.Throwable
java.lang.Throwable