|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fccsc.manager.data.process.Process | +--fccsc.manager.data.process.ProcessFXML
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 |
public ProcessFXML(java.lang.String p_propertiesFileName)
p_propertiesFileName
- the properties file to load configuration information from.Method Detail |
public FactsMessage getXMLFactsMessage()
public void setRequest(java.lang.String p_data) throws java.lang.Exception
setRequest
in interface IMessage
setRequest
in class Process
p_data
- the data to be processed.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |