Spring Integration

Uses of Class
org.springframework.integration.handler.AbstractMessageProcessor

Packages that use AbstractMessageProcessor
org.springframework.integration.handler   
 

Uses of AbstractMessageProcessor in org.springframework.integration.handler
 

Subclasses of AbstractMessageProcessor in org.springframework.integration.handler
 class ExpressionEvaluatingMessageProcessor
          A MessageProcessor implementation that evaluates a SpEL expression with the Message itself as the root object within the evaluation context.
 class MethodInvokingMessageHandler
          A MessageHandler that invokes the specified method on the provided object.
 class MethodInvokingMessageProcessor
          A MessageProcessor implementation that invokes a method on a target Object.
 

Constructors in org.springframework.integration.handler with parameters of type AbstractMessageProcessor
ServiceActivatingHandler(AbstractMessageProcessor processor)
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.