Uses of Enum Class
org.springframework.integration.xml.xpath.XPathEvaluationType
Packages that use XPathEvaluationType
Package
Description
Provides Transformer and Enricher implementations.
Contains support classes for Transformers.
Provides XPath supporting classes.
-
Uses of XPathEvaluationType in org.springframework.integration.xml.transformer
Methods in org.springframework.integration.xml.transformer with parameters of type XPathEvaluationTypeModifier and TypeMethodDescriptionvoidXPathTransformer.setEvaluationType(XPathEvaluationType evaluationType) Specify the expectedXPathEvaluationType. -
Uses of XPathEvaluationType in org.springframework.integration.xml.transformer.support
Methods in org.springframework.integration.xml.transformer.support with parameters of type XPathEvaluationTypeModifier and TypeMethodDescriptionvoidXPathExpressionEvaluatingHeaderValueMessageProcessor.setEvaluationType(XPathEvaluationType evaluationType) -
Uses of XPathEvaluationType in org.springframework.integration.xml.xpath
Methods in org.springframework.integration.xml.xpath that return XPathEvaluationTypeModifier and TypeMethodDescriptionstatic XPathEvaluationTypeReturns the enum constant of this class with the specified name.static XPathEvaluationType[]XPathEvaluationType.values()Returns an array containing the constants of this enum class, in the order they are declared.