marg.model
Class XMLClient

java.lang.Object
  extended by marg.model.AbstractModuleClient
      extended by marg.model.XMLClient
All Implemented Interfaces:
java.lang.Runnable, ModuleClient

public class XMLClient
extends AbstractModuleClient


Constructor Summary
XMLClient()
           
 
Method Summary
 XMLParser getXMLParser()
           
 void run()
           
 void sendCmd(java.lang.String cmd)
           
 java.lang.String xmlFormatCmd(java.lang.String cmd)
           
 
Methods inherited from class marg.model.AbstractModuleClient
connect, disconnect, isConnected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLClient

public XMLClient()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class AbstractModuleClient

sendCmd

public void sendCmd(java.lang.String cmd)
Specified by:
sendCmd in interface ModuleClient
Overrides:
sendCmd in class AbstractModuleClient

xmlFormatCmd

public java.lang.String xmlFormatCmd(java.lang.String cmd)

getXMLParser

public XMLParser getXMLParser()