com.raritantechnologies.inxight
Class InxightCommandProcessor

java.lang.Object
  extended bycom.raritantechnologies.inxight.InxightCommandProcessor
All Implemented Interfaces:
IConfigurable, IStringFilter

public class InxightCommandProcessor
extends java.lang.Object
implements IStringFilter


Field Summary
protected static int DEFAULT_TIMEOUT
           
 
Fields inherited from interface com.raritantechnologies.utils.filter.IStringFilter
TEMPLATE
 
Constructor Summary
InxightCommandProcessor()
           
InxightCommandProcessor(java.lang.String sdHost, int sdPort)
           
 
Method Summary
 java.lang.String filterString(java.util.Map map, java.lang.String commandXML)
           
 java.lang.String filterString(java.lang.String commandXML)
           
 java.lang.String filterString(java.lang.String sessionID, java.lang.String commandXML)
           
 void initialize(org.w3c.dom.Element elem)
          Initializes the object from an XML tag or element.
 void setHost(java.lang.String hostname)
           
 void setPort(int sdPort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.raritantechnologies.utils.filter.IStringFilter
getConfigurationXML, getConfigurationXML
 

Field Detail

DEFAULT_TIMEOUT

protected static int DEFAULT_TIMEOUT
Constructor Detail

InxightCommandProcessor

public InxightCommandProcessor()

InxightCommandProcessor

public InxightCommandProcessor(java.lang.String sdHost,
                               int sdPort)
Method Detail

setHost

public void setHost(java.lang.String hostname)

setPort

public void setPort(int sdPort)

initialize

public void initialize(org.w3c.dom.Element elem)
Description copied from interface: IConfigurable
Initializes the object from an XML tag or element. This method is called by the Framework as part of the application initializtion. see ConfigurationManager, XMLConfigurationManager, XMLSearchFieldMapFactory, XMLSearchSourceFactory. Configurable objects that are owned or contained by other configurable objects will be initialized in by the parent object.

Specified by:
initialize in interface IConfigurable

filterString

public java.lang.String filterString(java.lang.String sessionID,
                                     java.lang.String commandXML)
Specified by:
filterString in interface IStringFilter

filterString

public java.lang.String filterString(java.util.Map map,
                                     java.lang.String commandXML)
Specified by:
filterString in interface IStringFilter

filterString

public java.lang.String filterString(java.lang.String commandXML)
Specified by:
filterString in interface IStringFilter