Uses of Interface
org.openspml.v2.transport.RPCRouterMonitor

Packages that use RPCRouterMonitor
org.openspml.v2.client   
org.openspml.v2.transport   
org.openspml.v2.util   
 

Uses of RPCRouterMonitor in org.openspml.v2.client
 

Methods in org.openspml.v2.client with parameters of type RPCRouterMonitor
 void SimpleSOAPClient.setMonitor(RPCRouterMonitor monitor)
           
 void Spml2Client.setMonitor(RPCRouterMonitor m)
          Install a SOAP message monitor.
 void Spml2Client.SOAPClientAdapter.setMonitor(RPCRouterMonitor sm)
           
 

Uses of RPCRouterMonitor in org.openspml.v2.transport
 

Methods in org.openspml.v2.transport with parameters of type RPCRouterMonitor
 void RPCRouterServlet.setMonitor(RPCRouterMonitor sm)
          Allow the monitor to be set dynamically.
 void RPCRouterServlet.closed(RPCRouterMonitor m)
          RPCRouter interface.
 void RPCRouter.closed(RPCRouterMonitor monitor)
          Called when the monitor is no longer responding to events.
 void RPCRouter.setMonitor(RPCRouterMonitor sm)
          Tell the router to use the given monitor, and to register itself with the monitor as a listener.
 

Uses of RPCRouterMonitor in org.openspml.v2.util
 

Classes in org.openspml.v2.util that implement RPCRouterMonitor
 class SwingRPCRouterMonitor
           
 



Copyright © Sun Microsystems, Inc. All Rights Reserved.