org.apache.avalon.excalibur.pipeline
Interface ProcessorStage

All Superinterfaces:
org.apache.avalon.framework.component.Component, Stage
All Known Implementing Classes:
ProcessorPipeline

public interface ProcessorStage
extends Stage

This represents a stage in a pipeline.

Author:
Peter Donald, Federico Barbieri

Method Summary
 void process(java.lang.Object object)
           
 

Method Detail

process

public void process(java.lang.Object object)


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.