Package org.jph.channels.process

This package contains interfaces and classes for InputChannels and OutputChannels that can process messages.

See:
          Description

Interface Summary
ProcessExceptionHandler<M> The ProcessExceptionHandler is called if something goes wrong in the ProcessingOutputChannel while processing the message.
ProcessingOutputChannel<Min,Mout> The ProcessingOutputChannel is an OutputChannel that processes a message and posts the resulting message on an OutputChannel.
Processor<Min,Mout> The Processor processes a message and is primarily used by the ProcessingOutputChannel.
 

Class Summary
StdProcessingOutputChannel<Min,Mout> The StdProcessingOutputChannel is the default implementation of the ProcessingOutputChannel.
ThrowingProcessExceptionHandler<M> The ThrowingProcessExceptionHandler is an ProcessExceptionHandler that throws a RuntimeException if something went wrong while processing a message.
 

Package org.jph.channels.process Description

This package contains interfaces and classes for InputChannels and OutputChannels that can process messages.



Copyright © 2005 Anchormen. All Rights Reserved.