org.jph.channels.process
Interface Processor<Min,Mout>


public interface Processor<Min,Mout>

The Processor processes a message and is primarily used by the ProcessingOutputChannel.

Author:
Peter Veentjer.

Method Summary
 Mout process(Min msg)
          Processes the message.
 

Method Detail

process

Mout process(Min msg)
Processes the message.

Parameters:
msg - the message to process.
Returns:
the resulting msg. This can be null or the orginal message.
Throws:
java.lang.NullPointerException - if msg is null.


Copyright © 2005 Anchormen. All Rights Reserved.