A B C D E F G H I J K L M N O P Q R S T U V W X

H

handle(Message<?>) - Method in interface org.springframework.integration.adapter.RemoteMessageHandler
 
handle(Message<?>) - Method in class org.springframework.integration.adapter.RemotingInboundGatewaySupport
 
handleError(Throwable) - Method in class org.springframework.integration.channel.MessagePublishingErrorHandler
 
handleMailMessagingException(MessagingException) - Method in class org.springframework.integration.mail.ImapIdleChannelAdapter
 
handleMessage(Message<?>) - Method in class org.springframework.integration.controlbus.ControlBusMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.integration.handler.AbstractMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.integration.handler.DelayHandler
 
handleMessage(Message<?>) - Method in class org.springframework.integration.handler.MessageHandlerChain
 
handleMessage(Message<?>) - Method in class org.springframework.integration.handler.MethodInvokingMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.integration.mail.MailSendingMessageHandler
 
handleMessage(Message<?>) - Method in interface org.springframework.integration.message.MessageHandler
Handles the message if possible.
handleMessage(Message<?>) - Method in class org.springframework.integration.stream.ByteStreamWritingMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.integration.stream.CharacterStreamWritingMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.aggregator.CorrelatingMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.event.ApplicationEventPublishingMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.handler.AbstractMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.handler.LoggingHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.router.AbstractMessageRouter
 
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.router.RecipientListRouter
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.integration.http.HttpInboundEndpoint
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.integration.httpinvoker.HttpInvokerInboundGateway
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.adapter.AbstractRemotingOutboundGateway
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.file.FileWritingMessageHandler
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.filter.MessageFilter
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.gateway.GatewayInvokingMessageHandler
Will simply delegate to the original gateway
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
Subclasses must implement this method to handle the request Message.
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.handler.BridgeHandler
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.handler.ServiceActivatingHandler
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.http.HttpOutboundEndpoint
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.splitter.AbstractMessageSplitter
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.transformer.MessageTransformingHandler
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
 
handleResult(Object, MessageHeaders, MessageChannel) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
handleResult(Object, MessageHeaders, MessageChannel) - Method in class org.springframework.integration.splitter.AbstractMessageSplitter
 
handlerExpecting(Matcher<Message>) - Static method in class org.springframework.integration.test.util.TestUtils
 
HandlerMethodResolver - Interface in org.springframework.integration.handler
Strategy interface for resolving a Method that should be responsible for handling a given Message.
hasAllEntries(Map<T, V>) - Static method in class org.springframework.integration.test.matcher.MapContentMatchers
 
hasAllHeaders(Map<String, ?>) - Static method in class org.springframework.integration.test.matcher.HeaderMatcher
 
hasEntry(T, V) - Static method in class org.springframework.integration.test.matcher.MapContentMatchers
 
hasEntry(T, Matcher<V>) - Static method in class org.springframework.integration.test.matcher.MapContentMatchers
 
hashCode() - Method in class org.springframework.integration.core.MessageHeaders
 
hashCode() - Method in class org.springframework.integration.message.GenericMessage
 
hasHeader(String, T) - Static method in class org.springframework.integration.test.matcher.HeaderMatcher
 
hasHeader(String, Matcher<?>) - Static method in class org.springframework.integration.test.matcher.HeaderMatcher
 
hasHeaderKey(String) - Static method in class org.springframework.integration.test.matcher.HeaderMatcher
 
hasKey(T) - Static method in class org.springframework.integration.test.matcher.MapContentMatchers
 
hasPayload(T) - Static method in class org.springframework.integration.test.matcher.PayloadMatcher
 
hasPayload(Matcher<T>) - Static method in class org.springframework.integration.test.matcher.PayloadMatcher
 
Header - Annotation Type in org.springframework.integration.annotation
Annotation indicating that a method parameter's value should be retrieved from the message headers.
HeaderAttributeCorrelationStrategy - Class in org.springframework.integration.aggregator
Default implementation of CorrelationStrategy.
HeaderAttributeCorrelationStrategy(String) - Constructor for class org.springframework.integration.aggregator.HeaderAttributeCorrelationStrategy
 
HeaderEnricher - Class in org.springframework.integration.transformer
A Transformer that adds statically configured header values to a Message.
HeaderEnricher(Map<String, Object>) - Constructor for class org.springframework.integration.transformer.HeaderEnricher
Create a HeaderEnricher with the given map of headers.
HeaderEnricherParserSupport - Class in org.springframework.integration.config.xml
Base support class for 'header-enricher' parsers.
HeaderEnricherParserSupport() - Constructor for class org.springframework.integration.config.xml.HeaderEnricherParserSupport
 
HeaderMappingMessageConverter - Class in org.springframework.integration.jms
A MessageConverter implementation that is capable of delegating to an existing converter instance and an existing JmsHeaderMapper.
HeaderMappingMessageConverter() - Constructor for class org.springframework.integration.jms.HeaderMappingMessageConverter
Create a HeaderMappingMessageConverter instance that will rely on the default SimpleMessageConverter and DefaultJmsHeaderMapper.
HeaderMappingMessageConverter(MessageConverter) - Constructor for class org.springframework.integration.jms.HeaderMappingMessageConverter
Create a HeaderMappingMessageConverter instance that will delegate to the provided MessageConverter instance and will use the default implementation of the JmsHeaderMapper strategy.
HeaderMappingMessageConverter(JmsHeaderMapper) - Constructor for class org.springframework.integration.jms.HeaderMappingMessageConverter
Create a HeaderMappingMessageConverter instance that will delegate to the provided JmsHeaderMapper instance and will use the default SimpleMessageConverter implementation.
HeaderMappingMessageConverter(MessageConverter, JmsHeaderMapper) - Constructor for class org.springframework.integration.jms.HeaderMappingMessageConverter
Create a HeaderMappingMessageConverter instance that will delegate to the provided MessageConverter and JmsHeaderMapper.
HeaderMatcher - Class in org.springframework.integration.test.matcher
Are the MessageHeaders of a Message containing any entry or multiple that match?
Headers - Annotation Type in org.springframework.integration.annotation
Annotation indicating that a method parameter's value should be mapped to or from the message headers.
HeaderValueRouter - Class in org.springframework.integration.router
A Message Router that resolves the MessageChannel from a header value.
HeaderValueRouter(String) - Constructor for class org.springframework.integration.router.HeaderValueRouter
Create a router that uses the provided header name to lookup a channel.
HeaderValueRouterParser - Class in org.springframework.integration.config.xml
Parser for the <header-value-router/> element.
HeaderValueRouterParser() - Constructor for class org.springframework.integration.config.xml.HeaderValueRouterParser
 
HISTORY - Static variable in class org.springframework.integration.core.MessageHeaders
 
HTTP_HEADER_ACCEPT_ENCODING - Static variable in class org.springframework.integration.http.AbstractHttpRequestExecutor
 
HTTP_HEADER_ACCEPT_LANGUAGE - Static variable in class org.springframework.integration.http.AbstractHttpRequestExecutor
 
HTTP_HEADER_CONTENT_ENCODING - Static variable in class org.springframework.integration.http.AbstractHttpRequestExecutor
 
HTTP_HEADER_CONTENT_LENGTH - Static variable in class org.springframework.integration.http.AbstractHttpRequestExecutor
 
HTTP_HEADER_CONTENT_TYPE - Static variable in class org.springframework.integration.http.AbstractHttpRequestExecutor
 
HttpHeaders - Class in org.springframework.integration.http
 
HttpHeaders() - Constructor for class org.springframework.integration.http.HttpHeaders
 
HttpInboundEndpoint - Class in org.springframework.integration.http
An inbound endpoint for handling an HTTP request and generating a response.
HttpInboundEndpoint() - Constructor for class org.springframework.integration.http.HttpInboundEndpoint
 
HttpInboundEndpointParser - Class in org.springframework.integration.http.config
Parser for the 'inbound-channel-adapter' and 'inbound-gateway' elements of the 'http' namespace.
HttpInboundEndpointParser(boolean) - Constructor for class org.springframework.integration.http.config.HttpInboundEndpointParser
 
HttpInvokerInboundGateway - Class in org.springframework.integration.httpinvoker
An inbound gateway adapter for HttpInvoker-based remoting.
HttpInvokerInboundGateway() - Constructor for class org.springframework.integration.httpinvoker.HttpInvokerInboundGateway
 
HttpInvokerInboundGatewayParser - Class in org.springframework.integration.httpinvoker.config
Parser for the <httpinvoker-gateway/> element.
HttpInvokerInboundGatewayParser() - Constructor for class org.springframework.integration.httpinvoker.config.HttpInvokerInboundGatewayParser
 
HttpInvokerNamespaceHandler - Class in org.springframework.integration.httpinvoker.config
Namespace handler for Spring Integration's httpinvoker namespace.
HttpInvokerNamespaceHandler() - Constructor for class org.springframework.integration.httpinvoker.config.HttpInvokerNamespaceHandler
 
HttpInvokerOutboundGateway - Class in org.springframework.integration.httpinvoker
A MessageHandler adapter for HttpInvoker-based remoting.
HttpInvokerOutboundGateway(String) - Constructor for class org.springframework.integration.httpinvoker.HttpInvokerOutboundGateway
 
HttpInvokerOutboundGatewayParser - Class in org.springframework.integration.httpinvoker.config
Parser for the <outbound-gateway/> element of the 'httpinvoker' namespace.
HttpInvokerOutboundGatewayParser() - Constructor for class org.springframework.integration.httpinvoker.config.HttpInvokerOutboundGatewayParser
 
HttpNamespaceHandler - Class in org.springframework.integration.http.config
Namespace handler for Spring Integration's http namespace.
HttpNamespaceHandler() - Constructor for class org.springframework.integration.http.config.HttpNamespaceHandler
 
HttpOutboundEndpoint - Class in org.springframework.integration.http
An outbound endpoint that maps a request Message to an HttpRequest, executes that request, and then maps the response to a reply Message.
HttpOutboundEndpoint() - Constructor for class org.springframework.integration.http.HttpOutboundEndpoint
Create an HttpOutboundEndpoint with no default URL.
HttpOutboundEndpoint(URL) - Constructor for class org.springframework.integration.http.HttpOutboundEndpoint
Create an HttpOutboundEndpoint that will send requests to the provided URL by default.
HttpOutboundGatewayParser - Class in org.springframework.integration.http.config
Parser for the 'outbound-gateway' element of the http namespace.
HttpOutboundGatewayParser() - Constructor for class org.springframework.integration.http.config.HttpOutboundGatewayParser
 
HttpRequest - Interface in org.springframework.integration.http
Representation of an HTTP request to be executed by an implementation of the HttpRequestExecutor strategy.
HttpRequestExecutor - Interface in org.springframework.integration.http
Strategy for executing an http request response exchange with a remote server.
HttpResponse - Interface in org.springframework.integration.http
Representation of an HTTP response as returned by an implementation of the HttpRequestExecutor strategy.

A B C D E F G H I J K L M N O P Q R S T U V W X