org.apache.cocoon.servlet.ssf
Class ServiceConsumerGenerator

java.lang.Object
  extended by org.apache.cocoon.pipeline.component.AbstractPipelineComponent
      extended by org.apache.cocoon.sax.AbstractSAXPipelineComponent
          extended by org.apache.cocoon.sax.AbstractSAXProducer
              extended by org.apache.cocoon.servlet.ssf.ServiceConsumerGenerator
All Implemented Interfaces:
PipelineComponent, Producer, Starter, SAXPipelineComponent, SAXProducer

public class ServiceConsumerGenerator
extends AbstractSAXProducer
implements Starter


Constructor Summary
ServiceConsumerGenerator()
           
 
Method Summary
 void execute()
           
 void setup(Map<String,Object> inputParameters)
          The shared object map for this pipeline run.
 
Methods inherited from class org.apache.cocoon.sax.AbstractSAXProducer
getSAXConsumer, setConsumer, setSAXConsumer, toString
 
Methods inherited from class org.apache.cocoon.pipeline.component.AbstractPipelineComponent
finish, setConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.pipeline.component.PipelineComponent
finish, setConfiguration
 

Constructor Detail

ServiceConsumerGenerator

public ServiceConsumerGenerator()
Method Detail

execute

public void execute()
Specified by:
execute in interface Starter

setup

public void setup(Map<String,Object> inputParameters)
Description copied from interface: PipelineComponent
The shared object map for this pipeline run.

Specified by:
setup in interface PipelineComponent
Overrides:
setup in class AbstractPipelineComponent
Parameters:
inputParameters - A Map of parameters that are available to all PipelineComponents. This is a modifiable map that can be changed by this pipeline component.


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