Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
W
- waitForConfirm(boolean) - Method in class org.springframework.integration.amqp.dsl.AmqpOutboundEndpointSpec
- 
Wait for a publisher confirm.
- waitForNewMessages() - Method in class org.springframework.integration.mail.ImapMailReceiver
- 
This method is unique to the IMAP receiver and only works if IMAP IDLE is supported (see RFC 2177 for more detail).
- waitListening(AbstractInternetProtocolReceivingChannelAdapter, Long) - Static method in class org.springframework.integration.ip.util.TestingUtilities
- 
Wait for a server connection factory to actually start listening before starting a test.
- waitListening(AbstractServerConnectionFactory, Long) - Static method in class org.springframework.integration.ip.util.TestingUtilities
- 
Wait for a server connection factory to actually start listening before starting a test.
- waitStopListening(AbstractServerConnectionFactory, Long) - Static method in class org.springframework.integration.ip.util.TestingUtilities
- 
Wait for a server connection factory to stop listening.
- waitUntilFactoryHasThisNumberOfConnections(AbstractConnectionFactory, int) - Static method in class org.springframework.integration.ip.util.TestingUtilities
- 
Wait for up to 10 seconds for the connection factory to have the specified number of connections.
- WARN - Enum constant in enum class org.springframework.integration.handler.LoggingHandler.Level
- WARN - Enum constant in enum class org.springframework.integration.syslog.RFC5424SyslogParser.Severity
- was(char) - Method in class org.springframework.integration.syslog.RFC5424SyslogParser.Reader
- watchDirPredicate(Predicate<Path>) - Method in class org.springframework.integration.file.dsl.FileInboundChannelAdapterSpec
- 
Set aPredicateto check if it is eligible forWatchService.
- watchEvents(FileReadingMessageSource.WatchEventType...) - Method in class org.springframework.integration.file.dsl.FileInboundChannelAdapterSpec
- 
TheWatchServiceevent types.
- watchMaxDepth(int) - Method in class org.springframework.integration.file.dsl.FileInboundChannelAdapterSpec
- 
Set a depth for files walk API.
- WEB_FLUX_PRESENT - Static variable in class org.springframework.integration.http.config.HttpContextUtils
- 
Abooleanflag to indicate if theorg.springframework.web.reactive.DispatcherHandleris present in the CLASSPATH to allow the registration of Integration server reactive components, e.g.
- WEB_MVC_PRESENT - Static variable in class org.springframework.integration.http.config.HttpContextUtils
- 
Abooleanflag to indicate if theorg.springframework.web.servlet.DispatcherServletis present in the CLASSPATH to allow the registration of Integration server components, e.g.
- webClient - Variable in class org.springframework.integration.webflux.dsl.WebFluxMessageHandlerSpec
- WebFlux - Class in org.springframework.integration.webflux.dsl
- 
The WebFlux components Factory.
- WebFluxContextUtils - Class in org.springframework.integration.webflux.support
- 
Utility class for accessing WebFlux integration components from theBeanFactory.
- WebFluxInboundEndpoint - Class in org.springframework.integration.webflux.inbound
- 
AMessagingGatewaySupportimplementation for Spring WebFlux HTTP requests execution.
- WebFluxInboundEndpoint() - Constructor for class org.springframework.integration.webflux.inbound.WebFluxInboundEndpoint
- WebFluxInboundEndpoint(boolean) - Constructor for class org.springframework.integration.webflux.inbound.WebFluxInboundEndpoint
- WebFluxInboundEndpointParser - Class in org.springframework.integration.webflux.config
- WebFluxInboundEndpointParser(boolean) - Constructor for class org.springframework.integration.webflux.config.WebFluxInboundEndpointParser
- WebFluxInboundEndpointSpec - Class in org.springframework.integration.webflux.dsl
- 
TheHttpInboundEndpointSupportSpecimplementation for theWebFluxInboundEndpoint.
- WebFluxInboundEndpointSpec(WebFluxInboundEndpoint, String...) - Constructor for class org.springframework.integration.webflux.dsl.WebFluxInboundEndpointSpec
- WebFluxIntegrationConfigurationInitializer - Class in org.springframework.integration.webflux.config
- 
The WebFlux Integration infrastructurebeanFactoryinitializer.
- WebFluxIntegrationConfigurationInitializer() - Constructor for class org.springframework.integration.webflux.config.WebFluxIntegrationConfigurationInitializer
- WebFluxIntegrationRequestMappingHandlerMapping - Class in org.springframework.integration.webflux.inbound
- 
TheHandlerMappingimplementation that detects and registersRequestMappingInfos forHttpRequestHandlingEndpointSupportfrom a Spring Integration HTTP configuration of<inbound-channel-adapter/>and<inbound-gateway/>elements.
- WebFluxIntegrationRequestMappingHandlerMapping() - Constructor for class org.springframework.integration.webflux.inbound.WebFluxIntegrationRequestMappingHandlerMapping
- WebFluxMessageHandlerSpec - Class in org.springframework.integration.webflux.dsl
- 
TheBaseHttpMessageHandlerSpecimplementation for theWebFluxRequestExecutingMessageHandler.
- WebFluxMessageHandlerSpec(String, WebClient) - Constructor for class org.springframework.integration.webflux.dsl.WebFluxMessageHandlerSpec
- WebFluxMessageHandlerSpec(URI, WebClient) - Constructor for class org.springframework.integration.webflux.dsl.WebFluxMessageHandlerSpec
- WebFluxMessageHandlerSpec(Expression, WebClient) - Constructor for class org.springframework.integration.webflux.dsl.WebFluxMessageHandlerSpec
- WebFluxNamespaceHandler - Class in org.springframework.integration.webflux.config
- 
Namespace handler for Spring Integration's webflux namespace.
- WebFluxNamespaceHandler() - Constructor for class org.springframework.integration.webflux.config.WebFluxNamespaceHandler
- WebFluxOutboundChannelAdapterParser - Class in org.springframework.integration.webflux.config
- 
Parser for the 'outbound-channel-adapter' element of the webflux namespace.
- WebFluxOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.webflux.config.WebFluxOutboundChannelAdapterParser
- WebFluxOutboundGatewayParser - Class in org.springframework.integration.webflux.config
- 
Parser for the 'outbound-gateway' element of the webflux namespace.
- WebFluxOutboundGatewayParser() - Constructor for class org.springframework.integration.webflux.config.WebFluxOutboundGatewayParser
- WebFluxRequestExecutingMessageHandler - Class in org.springframework.integration.webflux.outbound
- 
AMessageHandlerimplementation that executes HTTP requests by delegating to a ReactiveWebClientinstance.
- WebFluxRequestExecutingMessageHandler(String) - Constructor for class org.springframework.integration.webflux.outbound.WebFluxRequestExecutingMessageHandler
- 
Create a handler that will send requests to the provided URI.
- WebFluxRequestExecutingMessageHandler(String, WebClient) - Constructor for class org.springframework.integration.webflux.outbound.WebFluxRequestExecutingMessageHandler
- 
Create a handler that will send requests to the provided URI using a provided WebClient.
- WebFluxRequestExecutingMessageHandler(URI) - Constructor for class org.springframework.integration.webflux.outbound.WebFluxRequestExecutingMessageHandler
- 
Create a handler that will send requests to the provided URI.
- WebFluxRequestExecutingMessageHandler(Expression) - Constructor for class org.springframework.integration.webflux.outbound.WebFluxRequestExecutingMessageHandler
- 
Create a handler that will send requests to the provided URI Expression.
- WebFluxRequestExecutingMessageHandler(Expression, WebClient) - Constructor for class org.springframework.integration.webflux.outbound.WebFluxRequestExecutingMessageHandler
- 
Create a handler that will send requests to the provided URI using a provided WebClient.
- WebServiceHeaderEnricherParser - Class in org.springframework.integration.ws.config
- WebServiceHeaderEnricherParser() - Constructor for class org.springframework.integration.ws.config.WebServiceHeaderEnricherParser
- WebServiceHeaders - Class in org.springframework.integration.ws
- 
Pre-defined header names to be used when storing or retrieving Web Service properties to/from integration Message Headers.
- WebServiceHeaders() - Constructor for class org.springframework.integration.ws.WebServiceHeaders
- WebServiceInboundGatewayParser - Class in org.springframework.integration.ws.config
- WebServiceInboundGatewayParser() - Constructor for class org.springframework.integration.ws.config.WebServiceInboundGatewayParser
- webServiceMessageFactory - Variable in class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
- WebServiceOutboundGatewayParser - Class in org.springframework.integration.ws.config
- 
Parser for the <outbound-gateway/> element in the 'ws' namespace.
- WebServiceOutboundGatewayParser() - Constructor for class org.springframework.integration.ws.config.WebServiceOutboundGatewayParser
- WebSocketInboundChannelAdapter - Class in org.springframework.integration.websocket.inbound
- 
TheMessageProducerSupportfor inbound WebSocket messages.
- WebSocketInboundChannelAdapter(IntegrationWebSocketContainer) - Constructor for class org.springframework.integration.websocket.inbound.WebSocketInboundChannelAdapter
- WebSocketInboundChannelAdapter(IntegrationWebSocketContainer, SubProtocolHandlerRegistry) - Constructor for class org.springframework.integration.websocket.inbound.WebSocketInboundChannelAdapter
- WebSocketInboundChannelAdapterParser - Class in org.springframework.integration.websocket.config
- 
TheAbstractChannelAdapterParserimplementation for the<int-websocket:inbound-channel-adapter/>element.
- WebSocketInboundChannelAdapterParser() - Constructor for class org.springframework.integration.websocket.config.WebSocketInboundChannelAdapterParser
- WebSocketIntegrationConfigurationInitializer - Class in org.springframework.integration.websocket.config
- 
The WebSocket Integration infrastructurebeanFactoryinitializer.
- WebSocketIntegrationConfigurationInitializer() - Constructor for class org.springframework.integration.websocket.config.WebSocketIntegrationConfigurationInitializer
- WebSocketListener - Interface in org.springframework.integration.websocket
- 
A contract for handling incomingWebSocketMessages messages as part of a higher level protocol, referred to as "sub-protocol" in the WebSocket RFC specification.
- WebSocketNamespaceHandler - Class in org.springframework.integration.websocket.config
- WebSocketNamespaceHandler() - Constructor for class org.springframework.integration.websocket.config.WebSocketNamespaceHandler
- WebSocketOutboundMessageHandler - Class in org.springframework.integration.websocket.outbound
- WebSocketOutboundMessageHandler(IntegrationWebSocketContainer) - Constructor for class org.springframework.integration.websocket.outbound.WebSocketOutboundMessageHandler
- WebSocketOutboundMessageHandler(IntegrationWebSocketContainer, SubProtocolHandlerRegistry) - Constructor for class org.springframework.integration.websocket.outbound.WebSocketOutboundMessageHandler
- WebSocketOutboundMessageHandlerParser - Class in org.springframework.integration.websocket.config
- 
TheAbstractOutboundChannelAdapterParserimplementation for the<websocket:outbound-channel-adapter/>element.
- WebSocketOutboundMessageHandlerParser() - Constructor for class org.springframework.integration.websocket.config.WebSocketOutboundMessageHandlerParser
- WebSocketStompSessionManager - Class in org.springframework.integration.stomp
- 
TheWebSocketStompClientbasedAbstractStompSessionManagerimplementation.
- WebSocketStompSessionManager(WebSocketStompClient, String, Object...) - Constructor for class org.springframework.integration.stomp.WebSocketStompSessionManager
- Will(String, byte[], int, boolean) - Constructor for class org.springframework.integration.mqtt.core.DefaultMqttPahoClientFactory.Will
- willAddHeaders(Message<?>) - Method in class org.springframework.integration.file.splitter.FileSplitter
- willAddHeaders(Message<?>) - Method in class org.springframework.integration.splitter.AbstractMessageSplitter
- 
Return true if the subclass needs to add headers in the resulting splits.
- wireTap(String) - Method in class org.springframework.integration.dsl.BaseIntegrationFlowDefinition
- 
Populate theWire TapEI Pattern specificChannelInterceptorimplementation to the currentBaseIntegrationFlowDefinition.currentMessageChannel.
- wireTap(String) - Method in class org.springframework.integration.dsl.MessageChannelSpec
- 
Populate theWire TapEI Pattern specificChannelInterceptorimplementation.
- wireTap(String, Consumer<WireTapSpec>) - Method in class org.springframework.integration.dsl.BaseIntegrationFlowDefinition
- 
Populate theWire TapEI Pattern specificChannelInterceptorimplementation to the currentBaseIntegrationFlowDefinition.currentMessageChannel.
- wireTap(IntegrationFlow) - Method in class org.springframework.integration.dsl.BaseIntegrationFlowDefinition
- 
Populate theWire TapEI Pattern specificChannelInterceptorimplementation to the currentBaseIntegrationFlowDefinition.currentMessageChannel.
- wireTap(IntegrationFlow, Consumer<WireTapSpec>) - Method in class org.springframework.integration.dsl.BaseIntegrationFlowDefinition
- 
Populate theWire TapEI Pattern specificChannelInterceptorimplementation to the currentBaseIntegrationFlowDefinition.currentMessageChannel.
- wireTap(WireTapSpec) - Method in class org.springframework.integration.dsl.BaseIntegrationFlowDefinition
- 
Populate theWire TapEI Pattern specificChannelInterceptorimplementation to the currentBaseIntegrationFlowDefinition.currentMessageChannel.
- wireTap(WireTapSpec) - Method in class org.springframework.integration.dsl.MessageChannelSpec
- 
Populate theWire TapEI Pattern specificChannelInterceptorimplementation.
- wireTap(MessageChannel) - Method in class org.springframework.integration.dsl.BaseIntegrationFlowDefinition
- 
Populate theWire TapEI Pattern specificChannelInterceptorimplementation to the currentBaseIntegrationFlowDefinition.currentMessageChannel.
- wireTap(MessageChannel) - Method in class org.springframework.integration.dsl.MessageChannelSpec
- 
Populate theWire TapEI Pattern specificChannelInterceptorimplementation.
- wireTap(MessageChannel, Consumer<WireTapSpec>) - Method in class org.springframework.integration.dsl.BaseIntegrationFlowDefinition
- 
Populate theWire TapEI Pattern specificChannelInterceptorimplementation to the currentBaseIntegrationFlowDefinition.currentMessageChannel.
- WireTap - Class in org.springframework.integration.channel.interceptor
- 
AChannelInterceptorthat publishes a copy of the intercepted message to a secondary target while still sending the original message to the main channel.
- WireTap(String) - Constructor for class org.springframework.integration.channel.interceptor.WireTap
- 
Create a new wire tap based on the MessageChannel name and with noMessageSelector.
- WireTap(String, MessageSelector) - Constructor for class org.springframework.integration.channel.interceptor.WireTap
- 
Create a new wire tap with the providedMessageSelector.
- WireTap(MessageChannel) - Constructor for class org.springframework.integration.channel.interceptor.WireTap
- 
Create a new wire tap with noMessageSelector.
- WireTap(MessageChannel, MessageSelector) - Constructor for class org.springframework.integration.channel.interceptor.WireTap
- 
Create a new wire tap with the providedMessageSelector.
- WireTapParser - Class in org.springframework.integration.config.xml
- 
Parser for the <wire-tap> element.
- WireTapParser() - Constructor for class org.springframework.integration.config.xml.WireTapParser
- WireTapSpec - Class in org.springframework.integration.dsl
- 
TheIntegrationComponentSpecimplementation for theWireTapcomponent.
- WireTapSpec(String) - Constructor for class org.springframework.integration.dsl.WireTapSpec
- WireTapSpec(MessageChannel) - Constructor for class org.springframework.integration.dsl.WireTapSpec
- withPayload(T) - Method in class org.springframework.integration.support.DefaultMessageBuilderFactory
- withPayload(T) - Static method in class org.springframework.integration.support.MessageBuilder
- 
Create a builder for a newMessageinstance with the provided payload.
- withPayload(T) - Method in interface org.springframework.integration.support.MessageBuilderFactory
- withPayload(T) - Static method in class org.springframework.integration.support.MutableMessageBuilder
- 
Create a builder for a newMessageinstance with the provided payload.
- withPayload(T) - Method in class org.springframework.integration.support.MutableMessageBuilderFactory
- withPayload(T, boolean) - Static method in class org.springframework.integration.support.MutableMessageBuilder
- 
Create a builder for a newMessageinstance with the provided payload.
- withReturnType(Class<?>) - Method in class org.springframework.integration.expression.ExpressionEvalMap.ExpressionEvalMapBuilder
- withReturnType(Class<?>) - Method in interface org.springframework.integration.expression.ExpressionEvalMap.ExpressionEvalMapComponentsBuilder
- withRoot(Object) - Method in class org.springframework.integration.expression.ExpressionEvalMap.ExpressionEvalMapBuilder
- withRoot(Object) - Method in interface org.springframework.integration.expression.ExpressionEvalMap.ExpressionEvalMapComponentsBuilder
- withSockJs(ServerWebSocketContainer.SockJsServiceOptions...) - Method in class org.springframework.integration.websocket.ServerWebSocketContainer
- workDirectory - Variable in class org.springframework.integration.zip.transformer.AbstractZipTransformer
- workingDirExpression(String) - Method in class org.springframework.integration.ftp.dsl.FtpOutboundGatewaySpec
- 
Specify a SpELExpressionto evaluate FTP client working directory against request message.
- workingDirExpression(Expression) - Method in class org.springframework.integration.ftp.dsl.FtpOutboundGatewaySpec
- 
Specify a SpELExpressionto evaluate FTP client working directory against request message.
- workingDirFunction(Function<Message<?>, String>) - Method in class org.springframework.integration.ftp.dsl.FtpOutboundGatewaySpec
- 
Specify aFunctionto evaluate FTP client working directory against request message.
- wrap(JsonNode) - Static method in class org.springframework.integration.json.JsonPropertyAccessor
- wrapConnection(TcpConnectionSupport) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
- wrapInDeliveryExceptionIfNecessary(Message<?>, Supplier<String>, Throwable) - Static method in class org.springframework.integration.support.utils.IntegrationUtils
- 
If the exception is not aMessagingExceptionor does not have afailedMessage, wrap it in a newMessageDeliveryExceptionwith the message.
- wrapInHandlingExceptionIfNecessary(Message<?>, Supplier<String>, Throwable) - Static method in class org.springframework.integration.support.utils.IntegrationUtils
- 
If the exception is not aMessagingExceptionor does not have afailedMessage, wrap it in a newMessageHandlingExceptionwith the message.
- wrapTopic(boolean) - Method in class org.springframework.integration.zeromq.dsl.ZeroMqMessageHandlerSpec
- 
Specify if the topic thatSocketType.PUBsocket is going to use for distributing messages into the subscriptions must be wrapped with an additional empty frame.
- wrapTopic(boolean) - Method in class org.springframework.integration.zeromq.outbound.ZeroMqMessageHandler
- 
Specify if the topic thatSocketType.PUBsocket is going to use for distributing messages into the subscriptions must be wrapped with an additional empty frame.
- write(byte[], String) - Method in class org.springframework.integration.smb.session.SmbSession
- 
Convenience method to write a byte array to a remote location.
- write(int, Buffer) - Method in class org.springframework.integration.sftp.session.DefaultSftpSessionFactory.ConcurrentSftpClient
- write(Kryo, Output, File) - Method in class org.springframework.integration.codec.kryo.FileSerializer
- write(File, String) - Method in class org.springframework.integration.smb.session.SmbSession
- 
Convenience method to write a local file object to a remote location.
- write(InputStream, String) - Method in class org.springframework.integration.file.remote.session.CachingSessionFactory.CachedSession
- write(InputStream, String) - Method in interface org.springframework.integration.file.remote.session.Session
- write(InputStream, String) - Method in class org.springframework.integration.ftp.session.FtpSession
- write(InputStream, String) - Method in class org.springframework.integration.sftp.session.SftpSession
- write(InputStream, String) - Method in class org.springframework.integration.smb.session.SmbSession
- 
Write contents of the specifiedInputStreamto the remote resource specified by path.
- write(EvaluationContext, Object, Object, Object) - Method in class org.springframework.integration.json.JsonIndexAccessor
- write(EvaluationContext, Object, String, Object) - Method in class org.springframework.integration.json.JsonPropertyAccessor
- write(Message<T>, NamedComponent) - Static method in class org.springframework.integration.history.MessageHistory
- write(Message<T>, NamedComponent, MessageBuilderFactory) - Static method in class org.springframework.integration.history.MessageHistory
- write(MultiValueMap<String, ?>, MediaType, HttpOutputMessage) - Method in class org.springframework.integration.http.converter.MultipartAwareFormHttpMessageConverter
- writeHeader(OutputStream, int) - Method in class org.springframework.integration.ip.tcp.serializer.ByteArrayLengthHeaderSerializer
- 
Write the header, according to the header format.
- writeInternal(Serializable, HttpOutputMessage) - Method in class org.springframework.integration.http.converter.SerializingHttpMessageConverter
- writeOptions(WriteOptions) - Method in class org.springframework.integration.cassandra.dsl.CassandraMessageHandlerSpec
- 
Set aWriteOptionsforINSERT,UPDATEorDELETEoperations.
- written(ServerSession, String, FileHandle, long, byte[], int, int, Throwable) - Method in class org.springframework.integration.sftp.server.ApacheMinaSftpEventListener
- Ws - Class in org.springframework.integration.ws.dsl
- 
Factory class for web service components.
- WsIntegrationConfigurationInitializer - Class in org.springframework.integration.ws.config
- 
TheIntegrationConfigurationInitializerimplementation for the WebService module.
- WsIntegrationConfigurationInitializer() - Constructor for class org.springframework.integration.ws.config.WsIntegrationConfigurationInitializer
- WsNamespaceHandler - Class in org.springframework.integration.ws.config
- WsNamespaceHandler() - Constructor for class org.springframework.integration.ws.config.WsNamespaceHandler
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form