com.retek.commons.component.xml.batch
Interface XmlFileWriterTransactionHandler


public interface XmlFileWriterTransactionHandler

Interface defining operations for an integration xml file transaction processor.


Method Summary
 java.lang.String createTransactionXml(java.lang.Object transactionObject)
          Create xml node for transaction object.
 java.lang.String getRootElementBeginTag(RDate createTime)
          Return the root element begin tag for the xml export file.
 java.lang.String getRootElementEndTag()
          Return the root element end tag for the xml export file.
 

Method Detail

getRootElementBeginTag

public java.lang.String getRootElementBeginTag(RDate createTime)
                                        throws SystemException
Return the root element begin tag for the xml export file.

Returns:
String root element begin tag.
Throws:
SystemException

getRootElementEndTag

public java.lang.String getRootElementEndTag()
                                      throws SystemException
Return the root element end tag for the xml export file.

Returns:
String root element end tag.
Throws:
SystemException

createTransactionXml

public java.lang.String createTransactionXml(java.lang.Object transactionObject)
                                      throws SystemException,
                                             XmlBuilderException
Create xml node for transaction object.

Parameters:
transactionObject -
Throws:
SystemException
XmlBuilderException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28