com.retek.commons.component.xml.impl
Interface XmlFileHandlerTransactionProcessor

All Known Implementing Classes:
CustomerFileImportTransactionProcessor, CustomerMergeImportBatch.CustomerMergeRequestImporter, ResaRtlogTransformerBatch.ResaRtlogTransactionProcessor

public interface XmlFileHandlerTransactionProcessor

Interface defining transaction processor plug-in for the xml file handler. This interface is used within the Sax parser BaseElementXmlFileHandler framework class to implement the appropriate import transaction processing logic.


Method Summary
 void processTransaction(ElementObject element)
          Process a transaction element.
 

Method Detail

processTransaction

public void processTransaction(ElementObject element)
                        throws java.lang.Exception
Process a transaction element.

Throws:
java.lang.Exception


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