org.apache.cocoon.pipeline.component
Interface Producer

All Superinterfaces:
PipelineComponent
All Known Subinterfaces:
XMLProducer
All Known Implementing Classes:
AbstractGenerator, AbstractTransformer, AbstractXMLProducer, CleaningTransformer, ExceptionGenerator, FileGenerator, IncludeTransformer, RequestParametersGenerator, ServiceConsumerGenerator, ServletServiceGenerator, ServletServiceTransformer, StringGenerator, StringTemplateGenerator, XSLTTransformer

public interface Producer
extends PipelineComponent


Method Summary
 void setConsumer(Consumer consumer)
           
 
Methods inherited from interface org.apache.cocoon.pipeline.component.PipelineComponent
finish, setConfiguration, setup
 

Method Detail

setConsumer

void setConsumer(Consumer consumer)


Copyright © 2008 The Apache Software Foundation. All Rights Reserved.