|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StAXConsumer
The specific interface for StAX consumer implementation of the cocoon
Consumer
interface. This interface extends the Consumer
with
two methods. One, the initiatePullProcessing()
to start
the pull processing and the setParent(StAXProducer)
to
set the Producer
for the consumer as parent directly to the
component.
Method Summary | |
---|---|
void |
initiatePullProcessing()
Since the workflow in a pull pipeline is completely inverted compared to for example a SAX pipeline, this method is required to push the Starter.execute() to the Finisher which should start
processing. |
void |
setParent(StAXProducer parent)
Used to connect a consumer to it's producer. |
Methods inherited from interface org.apache.cocoon.pipeline.component.PipelineComponent |
---|
finish, setConfiguration, setup |
Method Detail |
---|
void initiatePullProcessing()
Starter.execute()
to the Finisher
which should start
processing.
void setParent(StAXProducer parent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |