Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

X

XML_SCHEMA - Enum constant in enum class org.springframework.integration.xml.selector.XmlValidatingMessageSelector.SchemaType
 
XmlPayloadConverter - Interface in org.springframework.integration.xml
Converter for creating XML Document, Node or Source 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
The XML validation-specific MessageSelector.
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
Create a selector with a default XmlValidator.
XmlValidatingMessageSelector(XmlValidator) - Constructor for class org.springframework.integration.xml.selector.XmlValidatingMessageSelector
 
XmlValidatingMessageSelector.SchemaType - Enum Class in org.springframework.integration.xml.selector
 
XMPP_CONNECTION_BEAN_NAME - Static variable in class org.springframework.integration.xmpp.config.XmppNamespaceHandler
 
XMPP_CONNECTION_BEAN_NAME - Static variable in class org.springframework.integration.xmpp.core.XmppContextUtils
 
XmppConnectionFactoryBean - Class in org.springframework.integration.xmpp.config
This class configures an XMPPTCPConnection object.
XmppConnectionFactoryBean() - Constructor for class org.springframework.integration.xmpp.config.XmppConnectionFactoryBean
 
XmppConnectionParser - Class in org.springframework.integration.xmpp.config
Parser for 'xmpp:xmpp-connection' element
XmppConnectionParser() - Constructor for class org.springframework.integration.xmpp.config.XmppConnectionParser
 
XmppContextUtils - Class in org.springframework.integration.xmpp.core
 
XmppHeaderEnricherParser - Class in org.springframework.integration.xmpp.config
Parser for 'xmpp:header-enricher' element
XmppHeaderEnricherParser() - Constructor for class org.springframework.integration.xmpp.config.XmppHeaderEnricherParser
 
XmppHeaderMapper - Interface in org.springframework.integration.xmpp.support
A convenience interface that extends RequestReplyHeaderMapper but parameterized with the Smack API MessageBuilder.
XmppHeaders - Class in org.springframework.integration.xmpp
Used as keys for Message objects that handle XMPP events.
XmppNamespaceHandler - Class in org.springframework.integration.xmpp.config
This class parses the schema for XMPP support.
XmppNamespaceHandler() - Constructor for class org.springframework.integration.xmpp.config.XmppNamespaceHandler
 
XPathEvaluationType - Enum Class 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
The xPath-specific HeaderValueMessageProcessor
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 a Document, File or String payload into a NodeList.
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 given XPathExpression 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, or String.
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
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form