|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface defining the operations for a Customer integration XML file writer.
Method Summary | |
---|---|
void |
close()
Close the XML file and seal it, writes any closing info to the file. |
void |
closeFile()
Physically close the XML file. |
void |
open()
Open the XML file and prepare it for processing, writes appropriate header info to the file. |
void |
write(java.lang.Object transactionObject)
Writes a transaction object to the integration xml file. |
Method Detail |
public void open() throws java.lang.Exception
java.lang.Exception
public void write(java.lang.Object transactionObject) throws java.lang.Exception
transactionObject
- transaction object
java.lang.Exception
public void close() throws java.lang.Exception
java.lang.Exception
public void closeFile() throws java.io.IOException
java.io.IOException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |