Spring Integration

Uses of Interface
org.springframework.integration.handler.MessageProcessor

Packages that use MessageProcessor
org.springframework.integration.groovy   
org.springframework.integration.handler   
org.springframework.integration.transformer   
org.springframework.integration.xml.transformer   
 

Uses of MessageProcessor in org.springframework.integration.groovy
 

Classes in org.springframework.integration.groovy that implement MessageProcessor
 class GroovyScriptExecutingMessageProcessor
           
 

Uses of MessageProcessor in org.springframework.integration.handler
 

Classes in org.springframework.integration.handler that implement MessageProcessor
 class AbstractMessageProcessor<T>
           
 class AbstractScriptExecutingMessageProcessor<T>
          Base MessageProcessor for scripting implementations to extend.
 class ExpressionEvaluatingMessageProcessor<T>
          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<T>
          A MessageProcessor implementation that invokes a method on a target Object.
 

Uses of MessageProcessor in org.springframework.integration.transformer
 

Subinterfaces of MessageProcessor in org.springframework.integration.transformer
static interface HeaderEnricher.HeaderValueMessageProcessor<T>
           
 

Methods in org.springframework.integration.transformer with parameters of type MessageProcessor
<T> void
HeaderEnricher.setMessageProcessor(MessageProcessor<T> messageProcessor)
           
 

Constructors in org.springframework.integration.transformer with parameters of type MessageProcessor
AbstractMessageProcessingTransformer(MessageProcessor<?> messageProcessor)
           
 

Uses of MessageProcessor in org.springframework.integration.xml.transformer
 

Classes in org.springframework.integration.xml.transformer that implement MessageProcessor
static class XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.