com.mindoo.remote.api.ipc
Class IPCRemoteAPIBaseDispatcher

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

public abstract class IPCRemoteAPIBaseDispatcher
extends java.lang.Object
implements IIPCRemoteAPIDispatcher

Framework class, for internal purpose only


Constructor Summary
IPCRemoteAPIBaseDispatcher()
           
 
Method Summary
static org.w3c.dom.Document parseXML(java.lang.String content, boolean validate)
           
static org.w3c.dom.Element returnException(java.lang.Throwable t, org.w3c.dom.Document targetDoc)
           
protected abstract  org.w3c.dom.Element send(org.w3c.dom.Element requestNode, org.w3c.dom.Document targetDoc)
           
static java.lang.String toString(org.w3c.dom.Element node)
           
static java.lang.String toString(java.lang.Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.mindoo.remote.api.ipc.IIPCRemoteAPIDispatcher
send
 

Constructor Detail

IPCRemoteAPIBaseDispatcher

public IPCRemoteAPIBaseDispatcher()
Method Detail

parseXML

public static org.w3c.dom.Document parseXML(java.lang.String content,
                                            boolean validate)
                                     throws javax.xml.parsers.ParserConfigurationException,
                                            org.xml.sax.SAXException,
                                            java.io.IOException
Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException

send

protected abstract org.w3c.dom.Element send(org.w3c.dom.Element requestNode,
                                            org.w3c.dom.Document targetDoc)

toString

public static java.lang.String toString(java.lang.Throwable t)

toString

public static java.lang.String toString(org.w3c.dom.Element node)

returnException

public static org.w3c.dom.Element returnException(java.lang.Throwable t,
                                                  org.w3c.dom.Document targetDoc)