Uses of Class
org.springframework.integration.handler.AbstractMessageProcessor
Package
Description
Provides classes implementing various types of message handler.
-
Uses of AbstractMessageProcessor in org.springframework.integration.handler
Modifier and TypeClassDescriptionclass
A MessageProcessor implementation that expects an Expression or expressionString as the Message payload.class
AMessageProcessor
implementation that evaluates a SpEL expression with the Message itself as the root object within the evaluation context.class
A MessageProcessor implementation that invokes a method on a target Object.