Index
A B C D E G I M N O P R S T U V X
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- AbstractXmlTransformer - Class in org.springframework.integration.xml.transformer
-
super class for XmlTransformer
- AbstractXmlTransformer() - Constructor for class org.springframework.integration.xml.transformer.AbstractXmlTransformer
- AbstractXPathMessageSelector - Class in org.springframework.integration.xml.selector
-
Base class for XPath
MessageSelector
implementations. - AbstractXPathMessageSelector(String) - Constructor for class org.springframework.integration.xml.selector.AbstractXPathMessageSelector
- AbstractXPathMessageSelector(String, String, String) - Constructor for class org.springframework.integration.xml.selector.AbstractXPathMessageSelector
- AbstractXPathMessageSelector(String, Map<String, String>) - Constructor for class org.springframework.integration.xml.selector.AbstractXPathMessageSelector
- AbstractXPathMessageSelector(XPathExpression) - Constructor for class org.springframework.integration.xml.selector.AbstractXPathMessageSelector
- accept(Message<?>) - Method in class org.springframework.integration.xml.selector.BooleanTestXPathMessageSelector
-
Return true if the
XPathExpression
evaluates totrue
- accept(Message<?>) - Method in class org.springframework.integration.xml.selector.RegexTestXPathMessageSelector
-
Evaluate the payload and return true if the value returned by the
XPathExpression
matches theregex
. - accept(Message<?>) - Method in class org.springframework.integration.xml.selector.StringValueTestXPathMessageSelector
-
Evaluate the payload and return true if the value returned by the
XPathExpression
is equal to thevalueToTestFor
. - accept(Message<?>) - Method in class org.springframework.integration.xml.selector.XmlValidatingMessageSelector
- AggregatedXmlMessageValidationException - Exception in org.springframework.integration.xml
- AggregatedXmlMessageValidationException(List<Throwable>) - Constructor for exception org.springframework.integration.xml.AggregatedXmlMessageValidationException
B
- BOOLEAN - Static variable in class org.springframework.integration.xml.xpath.XPathUtils
- BOOLEAN_RESULT - org.springframework.integration.xml.xpath.XPathEvaluationType
- BooleanTestXPathMessageSelector - Class in org.springframework.integration.xml.selector
-
Boolean XPath testing
MessageSelector
. - BooleanTestXPathMessageSelector(String) - Constructor for class org.springframework.integration.xml.selector.BooleanTestXPathMessageSelector
-
Create a boolean testing XPath
MessageSelector
with no namespace support. - BooleanTestXPathMessageSelector(String, String, String) - Constructor for class org.springframework.integration.xml.selector.BooleanTestXPathMessageSelector
-
Create a boolean testing XPath
MessageSelector
supporting a single namespace. - BooleanTestXPathMessageSelector(String, Map<String, String>) - Constructor for class org.springframework.integration.xml.selector.BooleanTestXPathMessageSelector
-
Create a boolean testing XPath
MessageSelector
supporting multiple namespaces. - BooleanTestXPathMessageSelector(XPathExpression) - Constructor for class org.springframework.integration.xml.selector.BooleanTestXPathMessageSelector
-
Create a boolean testing XPath
MessageSelector
using the providedXPathExpression
.
C
- convertToDocument(Object) - Method in class org.springframework.integration.xml.DefaultXmlPayloadConverter
- convertToDocument(Object) - Method in interface org.springframework.integration.xml.XmlPayloadConverter
- convertToNode(Object) - Method in class org.springframework.integration.xml.DefaultXmlPayloadConverter
- convertToNode(Object) - Method in interface org.springframework.integration.xml.XmlPayloadConverter
- convertToSource(Object) - Method in class org.springframework.integration.xml.DefaultXmlPayloadConverter
- convertToSource(Object) - Method in interface org.springframework.integration.xml.XmlPayloadConverter
- createResult(Object) - Method in class org.springframework.integration.xml.result.DomResultFactory
- createResult(Object) - Method in interface org.springframework.integration.xml.result.ResultFactory
- createResult(Object) - Method in class org.springframework.integration.xml.result.StringResultFactory
- createSource(Object) - Method in class org.springframework.integration.xml.source.DomSourceFactory
- createSource(Object) - Method in interface org.springframework.integration.xml.source.SourceFactory
-
Create appropriate
Source
instance forpayload
- createSource(Object) - Method in class org.springframework.integration.xml.source.StringSourceFactory
D
- DefaultXmlPayloadConverter - Class in org.springframework.integration.xml
-
Default implementation of
XmlPayloadConverter
. - DefaultXmlPayloadConverter() - Constructor for class org.springframework.integration.xml.DefaultXmlPayloadConverter
- DefaultXmlPayloadConverter(DocumentBuilderFactory) - Constructor for class org.springframework.integration.xml.DefaultXmlPayloadConverter
- DOCUMENT_LIST - Static variable in class org.springframework.integration.xml.xpath.XPathUtils
- doInit() - Method in class org.springframework.integration.xml.splitter.XPathMessageSplitter
- DOM_RESULT - Static variable in class org.springframework.integration.xml.transformer.AbstractXmlTransformer
- DomResultFactory - Class in org.springframework.integration.xml.result
- DomResultFactory() - Constructor for class org.springframework.integration.xml.result.DomResultFactory
- DomResultFactory(DocumentBuilderFactory) - Constructor for class org.springframework.integration.xml.result.DomResultFactory
- DomSourceFactory - Class in org.springframework.integration.xml.source
-
SourceFactory
implementation which supports creation of aDOMSource
from aDocument
,File
orString
payload. - DomSourceFactory() - Constructor for class org.springframework.integration.xml.source.DomSourceFactory
- DomSourceFactory(DocumentBuilderFactory) - Constructor for class org.springframework.integration.xml.source.DomSourceFactory
- doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.XPathExpressionParser
- doParseRouter(Element, ParserContext) - Method in class org.springframework.integration.xml.config.XPathRouterParser
- doTransform(Message<?>) - Method in class org.springframework.integration.xml.transformer.MarshallingTransformer
- doTransform(Message<?>) - Method in class org.springframework.integration.xml.transformer.XPathTransformer
- doTransform(Message<?>) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
E
- evaluate(Object, String, Object...) - Static method in class org.springframework.integration.xml.xpath.XPathUtils
-
Utility method to evaluate an xpath on the provided object.
- evaluateXPath(XPathExpression, Node) - Method in enum org.springframework.integration.xml.xpath.XPathEvaluationType
G
- getBeanClass(Element) - Method in class org.springframework.integration.xml.config.XPathExpressionParser
- getChannelKeys(Message<?>) - Method in class org.springframework.integration.xml.router.XPathRouter
- getComponentType() - Method in class org.springframework.integration.xml.router.XPathRouter
- getComponentType() - Method in class org.springframework.integration.xml.splitter.XPathMessageSplitter
- getComponentType() - Method in class org.springframework.integration.xml.transformer.MarshallingTransformer
- getComponentType() - Method in class org.springframework.integration.xml.transformer.UnmarshallingTransformer
- getComponentType() - Method in class org.springframework.integration.xml.transformer.XPathTransformer
- getComponentType() - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
- getConverter() - Method in class org.springframework.integration.xml.selector.AbstractXPathMessageSelector
- getDocumentBuilder() - Method in class org.springframework.integration.xml.DefaultXmlPayloadConverter
- getExceptions() - Method in exception org.springframework.integration.xml.AggregatedXmlMessageValidationException
- getMessage() - Method in exception org.springframework.integration.xml.AggregatedXmlMessageValidationException
- getNewDocumentBuilder() - Method in class org.springframework.integration.xml.result.DomResultFactory
- getResultFactory() - Method in class org.springframework.integration.xml.transformer.AbstractXmlTransformer
- getResultFactoryName() - Method in class org.springframework.integration.xml.transformer.AbstractXmlTransformer
- getResultType() - Method in class org.springframework.integration.xml.transformer.AbstractXmlTransformer
- getTransformerClassName() - Method in class org.springframework.integration.xml.config.MarshallingTransformerParser
- getTransformerClassName() - Method in class org.springframework.integration.xml.config.UnmarshallingTransformerParser
- getTransformerClassName() - Method in class org.springframework.integration.xml.config.XPathHeaderEnricherParser
- getTransformerClassName() - Method in class org.springframework.integration.xml.config.XPathTransformerParser
- getTransformerClassName() - Method in class org.springframework.integration.xml.config.XsltPayloadTransformerParser
- getUrl() - Method in enum org.springframework.integration.xml.selector.XmlValidatingMessageSelector.SchemaType
- getXPathExpresion() - Method in class org.springframework.integration.xml.selector.AbstractXPathMessageSelector
I
- init() - Method in class org.springframework.integration.xml.config.IntegrationXmlNamespaceHandler
- IntegrationXmlNamespaceHandler - Class in org.springframework.integration.xml.config
- IntegrationXmlNamespaceHandler() - Constructor for class org.springframework.integration.xml.config.IntegrationXmlNamespaceHandler
- isOverwrite() - Method in class org.springframework.integration.xml.transformer.support.XPathExpressionEvaluatingHeaderValueMessageProcessor
M
- MarshallingTransformer - Class in org.springframework.integration.xml.transformer
-
An implementation of
AbstractTransformer
that delegates to an OXMMarshaller
. - MarshallingTransformer(Marshaller) - Constructor for class org.springframework.integration.xml.transformer.MarshallingTransformer
- MarshallingTransformer(Marshaller, ResultTransformer) - Constructor for class org.springframework.integration.xml.transformer.MarshallingTransformer
- MarshallingTransformerParser - Class in org.springframework.integration.xml.config
- MarshallingTransformerParser() - Constructor for class org.springframework.integration.xml.config.MarshallingTransformerParser
N
- NODE - Static variable in class org.springframework.integration.xml.xpath.XPathUtils
- NODE_LIST - Static variable in class org.springframework.integration.xml.xpath.XPathUtils
- NODE_LIST_RESULT - org.springframework.integration.xml.xpath.XPathEvaluationType
- NODE_RESULT - org.springframework.integration.xml.xpath.XPathEvaluationType
- nodeToDocument(Node) - Method in class org.springframework.integration.xml.DefaultXmlPayloadConverter
- NUMBER - Static variable in class org.springframework.integration.xml.xpath.XPathUtils
- NUMBER_RESULT - org.springframework.integration.xml.xpath.XPathEvaluationType
O
- obtainSizeIfPossible(Iterator<?>) - Method in class org.springframework.integration.xml.splitter.XPathMessageSplitter
- onInit() - Method in class org.springframework.integration.xml.transformer.AbstractXmlTransformer
- onInit() - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
- org.springframework.integration.xml - package org.springframework.integration.xml
-
Root package of the XML Module.
- org.springframework.integration.xml.config - package org.springframework.integration.xml.config
-
Contains parser classes for the XML namespace support.
- org.springframework.integration.xml.result - package org.springframework.integration.xml.result
-
Provides
ResultFactory
that will returnResult
, possibly taking into account payload instance. - org.springframework.integration.xml.router - package org.springframework.integration.xml.router
-
Provides XML message routers.
- org.springframework.integration.xml.selector - package org.springframework.integration.xml.selector
-
Provides XML-centric
MessageSelector
implementations. - org.springframework.integration.xml.source - package org.springframework.integration.xml.source
-
Provides various
SourceFactory
implementations. - org.springframework.integration.xml.splitter - package org.springframework.integration.xml.splitter
-
Provides implementations of
AbstractMessageSplitter
. - org.springframework.integration.xml.transformer - package org.springframework.integration.xml.transformer
-
Provides Transformer and Enricher implementations.
- org.springframework.integration.xml.transformer.support - package org.springframework.integration.xml.transformer.support
-
Contains support classes for Transformers.
- org.springframework.integration.xml.xpath - package org.springframework.integration.xml.xpath
-
Provides XPath supporting classes.
P
- parseHandler(Element, ParserContext) - Method in class org.springframework.integration.xml.config.XmlPayloadValidatingFilterParser
- parseHandler(Element, ParserContext) - Method in class org.springframework.integration.xml.config.XPathFilterParser
- parseHandler(Element, ParserContext) - Method in class org.springframework.integration.xml.config.XPathMessageSplitterParser
- parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.MarshallingTransformerParser
- parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.UnmarshallingTransformerParser
- parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.XPathHeaderEnricherParser
- parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.XPathTransformerParser
- parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.XsltPayloadTransformerParser
- processHeaders(Element, ManagedMap<String, Object>, ParserContext) - Method in class org.springframework.integration.xml.config.XPathHeaderEnricherParser
- processMessage(Message<?>) - Method in class org.springframework.integration.xml.transformer.support.XPathExpressionEvaluatingHeaderValueMessageProcessor
R
- RegexTestXPathMessageSelector - Class in org.springframework.integration.xml.selector
-
XPath
MessageSelector
that tests if a provided String value matches a given Regular Expression. - RegexTestXPathMessageSelector(String, String) - Constructor for class org.springframework.integration.xml.selector.RegexTestXPathMessageSelector
-
Creates a non-namespaced selector which attempts to match the given regex.
- RegexTestXPathMessageSelector(String, String, String, String) - Constructor for class org.springframework.integration.xml.selector.RegexTestXPathMessageSelector
-
Creates a selector which attempts to match the given regex and supports a single namespace.
- RegexTestXPathMessageSelector(String, Map<String, String>, String) - Constructor for class org.springframework.integration.xml.selector.RegexTestXPathMessageSelector
-
Creates a selector which attempts to match the given regex and supports multiple namespaces.
- RegexTestXPathMessageSelector(XPathExpression, String) - Constructor for class org.springframework.integration.xml.selector.RegexTestXPathMessageSelector
-
Creates a selector which attempts to match the given regex against the evaluation result of the provided
XPathExpression
. - RELAX_NG - org.springframework.integration.xml.selector.XmlValidatingMessageSelector.SchemaType
- ResultFactory - Interface in org.springframework.integration.xml.result
-
Factory to create a
Result
possibly taking into account the provided message payload instance. - ResultToDocumentTransformer - Class in org.springframework.integration.xml.transformer
-
Creates a
Document
from aResult
payload. - ResultToDocumentTransformer() - Constructor for class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
- ResultToDocumentTransformer(DocumentBuilderFactory) - Constructor for class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
- ResultToStringTransformer - Class in org.springframework.integration.xml.transformer
-
Converts the passed
Result
to an instance ofString
. - ResultToStringTransformer() - Constructor for class org.springframework.integration.xml.transformer.ResultToStringTransformer
- ResultToStringTransformer(TransformerFactory) - Constructor for class org.springframework.integration.xml.transformer.ResultToStringTransformer
-
Construct an instance based on the provided
TransformerFactory
. - ResultTransformer - Interface in org.springframework.integration.xml.transformer
-
Implementations of this class allow for the transformation of
Result
objects to other formats.
S
- setAlwaysUseResultFactory(boolean) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
-
Specify whether to always use result factory even for directly supported payload types
- setAlwaysUseSourceFactory(boolean) - Method in class org.springframework.integration.xml.transformer.UnmarshallingTransformer
-
If true always delegate to the
SourceFactory
. - setAlwaysUseSourceFactory(boolean) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
-
Specify whether to always use source factory even for directly supported payload types.
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
- setBeanFactory(BeanFactory) - Method in class org.springframework.integration.xml.transformer.support.XPathExpressionEvaluatingHeaderValueMessageProcessor
- setCaseSensitive(boolean) - Method in class org.springframework.integration.xml.selector.StringValueTestXPathMessageSelector
-
Specify whether comparison of value returned by
XPathExpression
to test value should be case sensitive. - setConverter(XmlPayloadConverter) - Method in class org.springframework.integration.xml.router.XPathRouter
-
Specify the Converter to use when converting payloads prior to XPath evaluation.
- setConverter(XmlPayloadConverter) - Method in class org.springframework.integration.xml.selector.AbstractXPathMessageSelector
-
Specify the converter used to convert payloads prior to XPath testing.
- setConverter(XmlPayloadConverter) - Method in class org.springframework.integration.xml.selector.XmlValidatingMessageSelector
-
Specify the Converter to use when converting payloads prior to validation.
- setConverter(XmlPayloadConverter) - Method in class org.springframework.integration.xml.transformer.XPathTransformer
-
Specify the
XmlPayloadConverter
to use when converting a Message payload prior to XPath evaluation. - setCreateDocuments(boolean) - Method in class org.springframework.integration.xml.splitter.XPathMessageSplitter
- setDocumentBuilder(DocumentBuilderFactory) - Method in class org.springframework.integration.xml.splitter.XPathMessageSplitter
- setEvaluateAsString(boolean) - Method in class org.springframework.integration.xml.router.XPathRouter
- setEvaluationType(XPathEvaluationType) - Method in class org.springframework.integration.xml.transformer.support.XPathExpressionEvaluatingHeaderValueMessageProcessor
- setEvaluationType(XPathEvaluationType) - Method in class org.springframework.integration.xml.transformer.XPathTransformer
-
Specify the expected
XPathEvaluationType
. - setExtractPayload(boolean) - Method in class org.springframework.integration.xml.transformer.MarshallingTransformer
-
Specify whether the source Message's payload should be extracted prior to marshalling.
- setHeaderType(Class<?>) - Method in class org.springframework.integration.xml.transformer.support.XPathExpressionEvaluatingHeaderValueMessageProcessor
- setIterator(boolean) - Method in class org.springframework.integration.xml.splitter.XPathMessageSplitter
-
The
iterator
mode:true
(default) to return anIterator
for splittingpayload
,false
to return aList
. - setNodeMapper(NodeMapper<?>) - Method in class org.springframework.integration.xml.transformer.XPathTransformer
-
Set a
NodeMapper
to use for generating the result object. - setOutputProperties(Properties) - Method in class org.springframework.integration.xml.splitter.XPathMessageSplitter
-
A set of output properties that will be used to override any of the same properties in affect for the transformation.
- setOutputProperties(Properties) - Method in class org.springframework.integration.xml.transformer.ResultToStringTransformer
- setOverwrite(Boolean) - Method in class org.springframework.integration.xml.transformer.support.XPathExpressionEvaluatingHeaderValueMessageProcessor
- setResultFactory(ResultFactory) - Method in class org.springframework.integration.xml.transformer.AbstractXmlTransformer
- setResultFactory(ResultFactory) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
-
Sets the ResultFactory.
- setResultFactoryName(String) - Method in class org.springframework.integration.xml.transformer.AbstractXmlTransformer
- setResultFactoryName(String) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
- setResultType(String) - Method in class org.springframework.integration.xml.transformer.AbstractXmlTransformer
- setResultType(String) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
- setSourceFactory(SourceFactory) - Method in class org.springframework.integration.xml.transformer.UnmarshallingTransformer
-
Provide the SourceFactory to be used.
- setSourceFactory(SourceFactory) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
-
Sets the SourceFactory.
- setThrowExceptionOnRejection(boolean) - Method in class org.springframework.integration.xml.selector.XmlValidatingMessageSelector
- setXmlPayloadConverter(XmlPayloadConverter) - Method in class org.springframework.integration.xml.splitter.XPathMessageSplitter
- setXslParameterMappings(Map<String, Expression>) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
- setXsltParamHeaders(String...) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
- shouldGenerateId() - Method in class org.springframework.integration.xml.config.XPathExpressionParser
- shouldGenerateIdAsFallback() - Method in class org.springframework.integration.xml.config.XPathExpressionParser
- SourceCreatingTransformer - Class in org.springframework.integration.xml.transformer
-
Transforms the payload to a
Source
using aSourceFactory
. - SourceCreatingTransformer() - Constructor for class org.springframework.integration.xml.transformer.SourceCreatingTransformer
- SourceCreatingTransformer(SourceFactory) - Constructor for class org.springframework.integration.xml.transformer.SourceCreatingTransformer
- SourceFactory - Interface in org.springframework.integration.xml.source
-
Factory to create a
Source
possibly taking into account the provided message payload instance. - splitMessage(Message<?>) - Method in class org.springframework.integration.xml.splitter.XPathMessageSplitter
- STRING - Static variable in class org.springframework.integration.xml.xpath.XPathUtils
- STRING_RESULT - org.springframework.integration.xml.xpath.XPathEvaluationType
- STRING_RESULT - Static variable in class org.springframework.integration.xml.transformer.AbstractXmlTransformer
- StringResultFactory - Class in org.springframework.integration.xml.result
- StringResultFactory() - Constructor for class org.springframework.integration.xml.result.StringResultFactory
- StringSourceFactory - Class in org.springframework.integration.xml.source
-
SourceFactory
implementation which supports creation of aStringSource
from aDocument
,File
orString
payload - StringSourceFactory() - Constructor for class org.springframework.integration.xml.source.StringSourceFactory
- StringSourceFactory(TransformerFactory) - Constructor for class org.springframework.integration.xml.source.StringSourceFactory
- StringValueTestXPathMessageSelector - Class in org.springframework.integration.xml.selector
-
XPath
MessageSelector
that tests if a provided value supports payloads of typeDocument
orString
. - StringValueTestXPathMessageSelector(String, String) - Constructor for class org.springframework.integration.xml.selector.StringValueTestXPathMessageSelector
-
Creates a non-namespaced testing selector.
- StringValueTestXPathMessageSelector(String, String, String, String) - Constructor for class org.springframework.integration.xml.selector.StringValueTestXPathMessageSelector
-
Creates a single namespace Xpath selector.
- StringValueTestXPathMessageSelector(String, Map<String, String>, String) - Constructor for class org.springframework.integration.xml.selector.StringValueTestXPathMessageSelector
-
Create a selector which tests for the given value and supports multiple namespaces.
- StringValueTestXPathMessageSelector(XPathExpression, String) - Constructor for class org.springframework.integration.xml.selector.StringValueTestXPathMessageSelector
-
Creates a selector with the provided
XPathExpression
.
T
- transformPayload(Object) - Method in class org.springframework.integration.xml.transformer.SourceCreatingTransformer
- transformPayload(Object) - Method in class org.springframework.integration.xml.transformer.UnmarshallingTransformer
- transformResult(Result) - Method in class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
- transformResult(Result) - Method in class org.springframework.integration.xml.transformer.ResultToStringTransformer
- transformResult(Result) - Method in interface org.springframework.integration.xml.transformer.ResultTransformer
U
- UnmarshallingTransformer - Class in org.springframework.integration.xml.transformer
-
An implementation of
Transformer
that delegates to an OXMUnmarshaller
. - UnmarshallingTransformer(Unmarshaller) - Constructor for class org.springframework.integration.xml.transformer.UnmarshallingTransformer
- UnmarshallingTransformerParser - Class in org.springframework.integration.xml.config
- UnmarshallingTransformerParser() - Constructor for class org.springframework.integration.xml.config.UnmarshallingTransformerParser
V
- valueOf(String) - Static method in enum org.springframework.integration.xml.selector.XmlValidatingMessageSelector.SchemaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.integration.xml.xpath.XPathEvaluationType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.springframework.integration.xml.selector.XmlValidatingMessageSelector.SchemaType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.springframework.integration.xml.xpath.XPathEvaluationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
X
- XML_SCHEMA - org.springframework.integration.xml.selector.XmlValidatingMessageSelector.SchemaType
- XmlPayloadConverter - Interface in org.springframework.integration.xml
-
Converter for creating XML
Document
,Node
orSource
instances from other types (e.g. - XmlPayloadValidatingFilterParser - Class in org.springframework.integration.xml.config
- XmlPayloadValidatingFilterParser() - Constructor for class org.springframework.integration.xml.config.XmlPayloadValidatingFilterParser
- XmlValidatingMessageSelector - Class in org.springframework.integration.xml.selector
- XmlValidatingMessageSelector(Resource, String) - Constructor for class org.springframework.integration.xml.selector.XmlValidatingMessageSelector
- XmlValidatingMessageSelector(Resource, XmlValidatingMessageSelector.SchemaType) - Constructor for class org.springframework.integration.xml.selector.XmlValidatingMessageSelector
-
Creates a selector with a default
XmlValidator
. - XmlValidatingMessageSelector(XmlValidator) - Constructor for class org.springframework.integration.xml.selector.XmlValidatingMessageSelector
- XmlValidatingMessageSelector.SchemaType - Enum in org.springframework.integration.xml.selector
- XPathEvaluationType - Enum in org.springframework.integration.xml.xpath
-
Enumeration of different types of XPath evaluation used to indicate the type of evaluation that should be carried out using a provided XPath expression.
- XPathExpressionEvaluatingHeaderValueMessageProcessor - Class in org.springframework.integration.xml.transformer.support
- XPathExpressionEvaluatingHeaderValueMessageProcessor(String) - Constructor for class org.springframework.integration.xml.transformer.support.XPathExpressionEvaluatingHeaderValueMessageProcessor
- XPathExpressionEvaluatingHeaderValueMessageProcessor(String, XmlPayloadConverter) - Constructor for class org.springframework.integration.xml.transformer.support.XPathExpressionEvaluatingHeaderValueMessageProcessor
-
Construct an instance based on the provided xpath expression and
XmlPayloadConverter
. - XPathExpressionEvaluatingHeaderValueMessageProcessor(XPathExpression) - Constructor for class org.springframework.integration.xml.transformer.support.XPathExpressionEvaluatingHeaderValueMessageProcessor
- XPathExpressionEvaluatingHeaderValueMessageProcessor(XPathExpression, XmlPayloadConverter) - Constructor for class org.springframework.integration.xml.transformer.support.XPathExpressionEvaluatingHeaderValueMessageProcessor
-
Construct an instance based on the provided xpath expression and
XmlPayloadConverter
. - XPathExpressionParser - Class in org.springframework.integration.xml.config
-
Parser for the <xpath-expression> element.
- XPathExpressionParser() - Constructor for class org.springframework.integration.xml.config.XPathExpressionParser
- XPathFilterParser - Class in org.springframework.integration.xml.config
-
Parser for the <xpath-filter> element.
- XPathFilterParser() - Constructor for class org.springframework.integration.xml.config.XPathFilterParser
- XPathHeaderEnricher - Class in org.springframework.integration.xml.transformer
-
Transformer implementation that evaluates XPath expressions against the message payload and inserts the result of the evaluation into a message header.
- XPathHeaderEnricher(Map<String, XPathExpressionEvaluatingHeaderValueMessageProcessor>) - Constructor for class org.springframework.integration.xml.transformer.XPathHeaderEnricher
-
Create an instance of XPathHeaderEnricher using a map with header names as keys and XPathExpressionValueHolders to evaluate the values.
- XPathHeaderEnricherParser - Class in org.springframework.integration.xml.config
-
Parser for <xpath-header-enricher> elements.
- XPathHeaderEnricherParser() - Constructor for class org.springframework.integration.xml.config.XPathHeaderEnricherParser
- XPathMessageSplitter - Class in org.springframework.integration.xml.splitter
-
Message Splitter that uses an
XPathExpression
to split aDocument
,File
orString
payload into aNodeList
. - XPathMessageSplitter(String) - Constructor for class org.springframework.integration.xml.splitter.XPathMessageSplitter
- XPathMessageSplitter(String, Map<String, String>) - Constructor for class org.springframework.integration.xml.splitter.XPathMessageSplitter
- XPathMessageSplitter(String, Map<String, String>, TransformerFactory) - Constructor for class org.springframework.integration.xml.splitter.XPathMessageSplitter
-
Construct an instance based on the provided xpath expression, namespaces and
TransformerFactory
. - XPathMessageSplitter(String, TransformerFactory) - Constructor for class org.springframework.integration.xml.splitter.XPathMessageSplitter
-
Construct an instance based on the provided xpath expression and
TransformerFactory
. - XPathMessageSplitter(XPathExpression) - Constructor for class org.springframework.integration.xml.splitter.XPathMessageSplitter
- XPathMessageSplitter(XPathExpression, TransformerFactory) - Constructor for class org.springframework.integration.xml.splitter.XPathMessageSplitter
-
Construct an instance based on the provided xpath expression and
TransformerFactory
. - XPathMessageSplitterParser - Class in org.springframework.integration.xml.config
- XPathMessageSplitterParser() - Constructor for class org.springframework.integration.xml.config.XPathMessageSplitterParser
- XPathRouter - Class in org.springframework.integration.xml.router
-
Message Router that uses
XPathExpression
evaluation to determine channel names. - XPathRouter(String) - Constructor for class org.springframework.integration.xml.router.XPathRouter
-
Create a router that uses an XPath expression with no namespaces.
- XPathRouter(String, String, String) - Constructor for class org.springframework.integration.xml.router.XPathRouter
-
Create a router uses an XPath expression with one namespace.
- XPathRouter(String, Map<String, String>) - Constructor for class org.springframework.integration.xml.router.XPathRouter
-
Create a router that uses an XPath expression.
- XPathRouter(XPathExpression) - Constructor for class org.springframework.integration.xml.router.XPathRouter
-
Create a router that uses the provided XPath expression.
- XPathRouterParser - Class in org.springframework.integration.xml.config
-
Parser for the <xpath-router/> element.
- XPathRouterParser() - Constructor for class org.springframework.integration.xml.config.XPathRouterParser
- XPathTransformer - Class in org.springframework.integration.xml.transformer
-
Transformer implementation that evaluates an XPath expression against the inbound Message payload and returns a Message whose payload is the result of that evaluation.
- XPathTransformer(String) - Constructor for class org.springframework.integration.xml.transformer.XPathTransformer
-
Create an
XPathTransformer
that will create an XPath expression from the given String to be evaluated against converted inbound Message payloads. - XPathTransformer(XPathExpression) - Constructor for class org.springframework.integration.xml.transformer.XPathTransformer
-
Create an
XPathTransformer
that will evaluate the givenXPathExpression
against converted inbound Message payloads. - XPathTransformerParser - Class in org.springframework.integration.xml.config
-
Parser for the 'xpath-transformer' element.
- XPathTransformerParser() - Constructor for class org.springframework.integration.xml.config.XPathTransformerParser
- XPathUtils - Class in org.springframework.integration.xml.xpath
-
Utility class for 'xpath' support.
- XsltPayloadTransformer - Class in org.springframework.integration.xml.transformer
-
Thread safe XSLT transformer implementation which returns a transformed
Source
,Document
, orString
. - XsltPayloadTransformer(Templates) - Constructor for class org.springframework.integration.xml.transformer.XsltPayloadTransformer
- XsltPayloadTransformer(Templates, ResultTransformer) - Constructor for class org.springframework.integration.xml.transformer.XsltPayloadTransformer
- XsltPayloadTransformer(Resource) - Constructor for class org.springframework.integration.xml.transformer.XsltPayloadTransformer
- XsltPayloadTransformer(Resource, String) - Constructor for class org.springframework.integration.xml.transformer.XsltPayloadTransformer
- XsltPayloadTransformer(Resource, ResultTransformer) - Constructor for class org.springframework.integration.xml.transformer.XsltPayloadTransformer
- XsltPayloadTransformer(Resource, ResultTransformer, String) - Constructor for class org.springframework.integration.xml.transformer.XsltPayloadTransformer
- XsltPayloadTransformerParser - Class in org.springframework.integration.xml.config
- XsltPayloadTransformerParser() - Constructor for class org.springframework.integration.xml.config.XsltPayloadTransformerParser
All Classes|All Packages