Package ca.cbc.sportwire.dochandler

Interface Summary
DocHandler DocHandler is the generic interface for objects that can accept blocks of whatever objects from the DocQueue; this interface allows the DocQueue to have no knowledge of how the documents are actually processed.
 

Class Summary
JDOMToFile JDOMToFile is used by the DocQueue to process JDOM items on the queue.
JDOMToXMLDBMS JDOMToXMLDBMS is used by the DocQueue to process JDOM items on the queue.
TestXMLDBMSDocHandler File TestXMLDBMSDocHandler.java is automaticaly generated by 'unittestsgen' application.
ToNewsMLFilter ToNewsMLFilter is used by the DocQueue to pre-process non-NewsML items into NewsML by searching for a XSL transform matching the system ID.
XMLDBMSDocHandler XMLDBMSDocHandler is used by the DocQueue to process items on the backlog queue.