Index
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
- 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-specificMessageSelector.
- 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 defaultXmlValidator.
- 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 anXMPPTCPConnectionobject.
- 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 extendsRequestReplyHeaderMapperbut parameterized with the Smack APIMessageBuilder.
- XmppHeaders - Class in org.springframework.integration.xmpp
- 
Used as keys forMessageobjects 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-specificHeaderValueMessageProcessor
- 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 andXmlPayloadConverter.
- 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 andXmlPayloadConverter.
- 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 anXPathExpressionto split aDocument,FileorStringpayload 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 andTransformerFactory.
- XPathMessageSplitter(String, TransformerFactory) - Constructor for class org.springframework.integration.xml.splitter.XPathMessageSplitter
- 
Construct an instance based on the provided xpath expression andTransformerFactory.
- 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 andTransformerFactory.
- 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 usesXPathExpressionevaluation 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 anXPathTransformerthat 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 anXPathTransformerthat will evaluate the givenXPathExpressionagainst 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
- 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 and Interfaces|All Packages|Constant Field Values|Serialized Form