com.mindoo.remote.api.ipc
Class IPCRemoteAPICombinedDispatcher

java.lang.Object
  extended by com.mindoo.remote.api.ipc.IPCRemoteAPIBaseDispatcher
      extended by com.mindoo.remote.api.ipc.IPCRemoteAPICombinedDispatcher
All Implemented Interfaces:
IIPCRemoteAPIDispatcher, java.rmi.Remote

public abstract class IPCRemoteAPICombinedDispatcher
extends IPCRemoteAPIBaseDispatcher

Framework class, for internal purpose only


Constructor Summary
IPCRemoteAPICombinedDispatcher()
           
 
Method Summary
 org.w3c.dom.Document createReturnDocument()
           
protected abstract  IPCRemoteAPIConnectionManagerDispatcher getConnectionManagerDispatcher()
           
protected abstract  IPCConnectionRegistry getIPCConnectionRegistry()
           
protected  org.w3c.dom.Element send(org.w3c.dom.Element requestNode, org.w3c.dom.Document targetDoc)
           
 java.lang.String send(java.lang.String command)
           
 
Methods inherited from class com.mindoo.remote.api.ipc.IPCRemoteAPIBaseDispatcher
parseXML, returnException, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPCRemoteAPICombinedDispatcher

public IPCRemoteAPICombinedDispatcher()
Method Detail

getIPCConnectionRegistry

protected abstract IPCConnectionRegistry getIPCConnectionRegistry()

getConnectionManagerDispatcher

protected abstract IPCRemoteAPIConnectionManagerDispatcher getConnectionManagerDispatcher()

send

protected org.w3c.dom.Element send(org.w3c.dom.Element requestNode,
                                   org.w3c.dom.Document targetDoc)
Specified by:
send in class IPCRemoteAPIBaseDispatcher

send

public java.lang.String send(java.lang.String command)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

createReturnDocument

public org.w3c.dom.Document createReturnDocument()