Spring Integration

org.springframework.integration.handler
Class AbstractMessageProcessor

java.lang.Object
  extended by org.springframework.integration.handler.AbstractMessageProcessor
All Implemented Interfaces:
MessageProcessor
Direct Known Subclasses:
ExpressionEvaluatingMessageProcessor, MethodInvokingMessageProcessor

public abstract class AbstractMessageProcessor
extends Object
implements MessageProcessor

Since:
2.0
Author:
Mark Fisher

Constructor Summary
AbstractMessageProcessor()
           
 
Method Summary
protected  Object evaluateExpression(Expression expression, Message<?> message, Class<?> expectedType)
           
protected  StandardEvaluationContext getEvaluationContext()
           
 void setConversionService(ConversionService conversionService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.integration.handler.MessageProcessor
processMessage
 

Constructor Detail

AbstractMessageProcessor

public AbstractMessageProcessor()
Method Detail

setConversionService

public void setConversionService(ConversionService conversionService)

getEvaluationContext

protected StandardEvaluationContext getEvaluationContext()

evaluateExpression

protected Object evaluateExpression(Expression expression,
                                    Message<?> message,
                                    Class<?> expectedType)

Spring Integration

Copyright © 2010. All Rights Reserved.