Class DelegatingGenerator

All Implemented Interfaces:
Poolable, Recyclable, Initializable, Component, Configurable, LogEnabled, Serviceable, Generator, SitemapModelComponent, XMLProducer

A Cocoon Generator that delegates the actual SAX generation to an external component.
Warning: the delegate component must be thread-safe because Cocoon may invoke the generator from multiple threads.