|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ActionPipelineProcessor
public interface ActionProcessor
Action Processor Interface Definition.
An "Action Processor" performs a processing action on a message payload and returns the processing result. Implementations are constructed based on the following public constructor order precedence:KeyValuePair
> properties)
Method Summary | |
---|---|
java.io.Serializable |
getErrorNotification(Message message)
Deprecated. Get the "Error" notification message for this processor. |
java.io.Serializable |
getOkNotification(Message message)
Deprecated. Get the "OK" notification message for this processor. |
Message |
process(Message message)
Deprecated. Perform the processing action on the message |
Method Detail |
---|
Message process(Message message) throws ActionProcessingException
message
- The message to be processed.
ActionProcessingException
- Exception during payload processing.java.io.Serializable getOkNotification(Message message)
message
- The message Object.
java.io.Serializable getErrorNotification(Message message)
message
- The message Object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |