org.apache.cocoon.generation
Interface Generator
- All Superinterfaces:
- SitemapModelComponent, XMLProducer
- All Known Subinterfaces:
- ContentAggregator, GeneratorFactory.Instance
- All Known Implementing Classes:
- AbstractGenerator, AntBuildGenerator, DefaultContentAggregator, TraxGenerator, VirtualPipelineGenerator
- public interface Generator
- extends XMLProducer, SitemapModelComponent
A generator is the starting point of a pipeline. It "generates" XML
and starts streaming them into the pipeline.
- Version:
- CVS $Id: Generator.java 30941 2004-07-29 19:56:58Z vgritsenko $
- Author:
- Pierpaolo Fumagalli
(Apache Software Foundation)
Method Summary |
void |
generate()
Generate the XML and stream it into the pipeline |
ROLE
public static final String ROLE
generate
public void generate()
throws IOException,
SAXException,
ProcessingException
- Generate the XML and stream it into the pipeline
- Throws:
IOException
SAXException
ProcessingException
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.