|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RPCRouter | |
org.openspml.v2.transport | |
org.openspml.v2.util |
Uses of RPCRouter in org.openspml.v2.transport |
Classes in org.openspml.v2.transport that implement RPCRouter | |
class |
RPCRouterServlet
Component Name: org.openspml.v2.transport.RPCRouterServlet Author(s): Kent Spaulding Description: A message router; that passes on the work to a chain of RPCDispatcher objects. |
Methods in org.openspml.v2.transport with parameters of type RPCRouter | |
void |
SPMLViaSoapDispatcher.init(RPCRouter router,
java.util.Map config)
We want to run over the config and instantiate our marshallers and excecutors. |
protected SPMLMarshaller[] |
SPMLViaSoapDispatcher.initMarshallers(RPCRouter router,
java.util.Map config)
Initialize the marshallers names in the config |
protected SPMLExecutor[] |
SPMLViaSoapDispatcher.initExecutors(RPCRouter router,
java.util.Map config)
Set up the executors list from the config. |
void |
RPCRouterMonitor.addListener(RPCRouter l)
Add something interested in knowing when the monitor closes. |
void |
RPCRouterMonitor.removeListener(RPCRouter l)
Remove a previously isntalled listener. |
void |
RPCDispatcher.init(RPCRouter router,
java.util.Map config)
Called during router initialization. |
Uses of RPCRouter in org.openspml.v2.util |
Methods in org.openspml.v2.util with parameters of type RPCRouter | |
void |
SwingRPCRouterMonitor.addListener(RPCRouter l)
|
void |
SwingRPCRouterMonitor.removeListener(RPCRouter l)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |