Spring Integration

Uses of Class
org.springframework.integration.xml.xpath.XPathEvaluationType

Packages that use XPathEvaluationType
org.springframework.integration.xml.transformer   
org.springframework.integration.xml.xpath   
 

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

Methods in org.springframework.integration.xml.transformer with parameters of type XPathEvaluationType
 void XPathTransformer.setEvaluationType(XPathEvaluationType evaluationType)
          Specify the expected XPathEvaluationType.
 void XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor.setEvaluationType(XPathEvaluationType evaluationType)
           
 

Uses of XPathEvaluationType in org.springframework.integration.xml.xpath
 

Methods in org.springframework.integration.xml.xpath that return XPathEvaluationType
static XPathEvaluationType XPathEvaluationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XPathEvaluationType[] XPathEvaluationType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 


Spring Integration

Copyright © 2010. All Rights Reserved.