fccsc.manager.data.process
Class ProcessFXML

java.lang.Object
  |
  +--fccsc.manager.data.process.Process
        |
        +--fccsc.manager.data.process.ProcessFXML
All Implemented Interfaces:
IMessage
Direct Known Subclasses:
Admission, Advise22, ProcessUnknownFXML

public abstract class ProcessFXML
extends Process


Field Summary
 
Fields inherited from class fccsc.manager.data.process.Process
logger
 
Constructor Summary
ProcessFXML(java.lang.String p_propertiesFileName)
          Creates an object to process XML type messages.
 
Method Summary
 FactsMessage getXMLFactsMessage()
          Returns the FactsMessage object.
 void setRequest(java.lang.String p_data)
          Sets the incoming data to process.
 
Methods inherited from class fccsc.manager.data.process.Process
getCallBackIpAddress, getCallBackIpPort, getEDIControlBlock, getLogger, getProperties, getRequest, getResponse, process, setCallBackIpAddress, setCallBackIpPort, setResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessFXML

public ProcessFXML(java.lang.String p_propertiesFileName)
Creates an object to process XML type messages.

Parameters:
p_propertiesFileName - the properties file to load configuration information from.
Method Detail

getXMLFactsMessage

public FactsMessage getXMLFactsMessage()
Returns the FactsMessage object.

Returns:
a facts message object.

setRequest

public void setRequest(java.lang.String p_data)
                throws java.lang.Exception
Sets the incoming data to process.

Specified by:
setRequest in interface IMessage
Overrides:
setRequest in class Process
Parameters:
p_data - the data to be processed.
Throws:
java.lang.Exception