org.apache.cocoon.pipeline.component.sax
Class AbstractXMLProducer
java.lang.Object
org.apache.cocoon.pipeline.component.AbstractPipelineComponent
org.apache.cocoon.pipeline.component.sax.AbstractXMLProducer
- All Implemented Interfaces:
- PipelineComponent, Producer, XMLProducer
- Direct Known Subclasses:
- AbstractGenerator, AbstractTransformer, ExceptionGenerator, RequestParametersGenerator, ServiceConsumerGenerator, ServletServiceGenerator, StringGenerator, StringTemplateGenerator
public abstract class AbstractXMLProducer
- extends AbstractPipelineComponent
- implements XMLProducer
AbstractXMLProducer
public AbstractXMLProducer()
setConsumer
public final void setConsumer(Consumer consumer)
-
- Specified by:
setConsumer
in interface Producer
- See Also:
Producer.setConsumer(org.apache.cocoon.pipeline.component.Consumer)
getXMLConsumer
protected XMLConsumer getXMLConsumer()
setXMLConsumer
protected void setXMLConsumer(XMLConsumer xmlConsumer)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008 The Apache Software Foundation. All Rights Reserved.