Spring Integration

org.springframework.integration.xml.transformer
Class XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor

java.lang.Object
  extended by org.springframework.integration.xml.transformer.XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor
All Implemented Interfaces:
MessageProcessor<Object>, HeaderEnricher.HeaderValueMessageProcessor<Object>
Enclosing class:
XPathHeaderEnricher

public static class XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor
extends Object
implements HeaderEnricher.HeaderValueMessageProcessor<Object>


Constructor Summary
XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor(String expression)
           
XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor(org.springframework.xml.xpath.XPathExpression expression)
           
 
Method Summary
 Boolean isOverwrite()
           
 Object processMessage(Message<?> message)
          Process the Message and return a value (or null).
 void setEvaluationType(XPathEvaluationType evaluationType)
           
 void setOverwrite(Boolean overwrite)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor

public XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor(String expression)

XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor

public XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor(org.springframework.xml.xpath.XPathExpression expression)
Method Detail

setEvaluationType

public void setEvaluationType(XPathEvaluationType evaluationType)

setOverwrite

public void setOverwrite(Boolean overwrite)

isOverwrite

public Boolean isOverwrite()
Specified by:
isOverwrite in interface HeaderEnricher.HeaderValueMessageProcessor<Object>

processMessage

public Object processMessage(Message<?> message)
Description copied from interface: MessageProcessor
Process the Message and return a value (or null).

Specified by:
processMessage in interface MessageProcessor<Object>

Spring Integration

Copyright © 2010. All Rights Reserved.