Package org.osesb.messagepipeline

Infrastructure and implementation for the message processing pipeline.

See:
          Description

Class Summary
MessagePipeline MessagePipeline(s) are used to process messages that arrive on a osESB transport handler.
MessagePipelineContext MessagePipeline initializes a MessagePipelineContext when pipeline processing starts and remains valid until until pipeline processing completes.
PipelineStage PipelineStage is the abstract ancestor of PipelineStage implementations.
PipelineStageUtilities Common utilities used by concrete implementations of PipelineStage.
 

Exception Summary
PipelineStageException Exception thrown by the runStage(), propagate(), commit(), and rollback() methods of a PipelineStage() and by the runPipeline() and propagate() methods of MessagePipeline.
 

Package org.osesb.messagepipeline Description

Infrastructure and implementation for the message processing pipeline.