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

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 a Predicate to check if it is eligible for WatchService.
watchEvents(FileReadingMessageSource.WatchEventType...) - Method in class org.springframework.integration.file.dsl.FileInboundChannelAdapterSpec
The WatchService event 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
A boolean flag to indicate if the org.springframework.web.reactive.DispatcherHandler is 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
A boolean flag to indicate if the org.springframework.web.servlet.DispatcherServlet is 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 the BeanFactory.
WebFluxInboundEndpoint - Class in org.springframework.integration.webflux.inbound
A MessagingGatewaySupport implementation 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
WebFluxInboundEndpointSpec(WebFluxInboundEndpoint, String...) - Constructor for class org.springframework.integration.webflux.dsl.WebFluxInboundEndpointSpec
 
WebFluxIntegrationConfigurationInitializer - Class in org.springframework.integration.webflux.config
The WebFlux Integration infrastructure beanFactory initializer.
WebFluxIntegrationConfigurationInitializer() - Constructor for class org.springframework.integration.webflux.config.WebFluxIntegrationConfigurationInitializer
 
WebFluxIntegrationRequestMappingHandlerMapping - Class in org.springframework.integration.webflux.inbound
The HandlerMapping implementation that detects and registers RequestMappingInfos for HttpRequestHandlingEndpointSupport from 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
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
A MessageHandler implementation that executes HTTP requests by delegating to a Reactive WebClient instance.
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
The MessageProducerSupport for 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
The AbstractChannelAdapterParser implementation 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 infrastructure beanFactory initializer.
WebSocketIntegrationConfigurationInitializer() - Constructor for class org.springframework.integration.websocket.config.WebSocketIntegrationConfigurationInitializer
 
WebSocketListener - Interface in org.springframework.integration.websocket
A contract for handling incoming WebSocketMessages 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
The AbstractOutboundChannelAdapterParser implementation for the <websocket:outbound-channel-adapter/> element.
WebSocketOutboundMessageHandlerParser() - Constructor for class org.springframework.integration.websocket.config.WebSocketOutboundMessageHandlerParser
 
WebSocketStompSessionManager - Class in org.springframework.integration.stomp
WebSocketStompSessionManager(WebSocketStompClient, String, Object...) - Constructor for class org.springframework.integration.stomp.WebSocketStompSessionManager
 
whileLocked() - Method in class org.springframework.integration.util.WhileLockedProcessor
Deprecated.
Override this method to provide the behavior that needs to be executed while under the lock.
WhileLockedProcessor - Class in org.springframework.integration.util
Deprecated, for removal: This API element is subject to removal in a future version.
WhileLockedProcessor(LockRegistry, Object) - Constructor for class org.springframework.integration.util.WhileLockedProcessor
Deprecated.
 
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 the Wire Tap EI Pattern specific ChannelInterceptor implementation to the current BaseIntegrationFlowDefinition.currentMessageChannel.
wireTap(String) - Method in class org.springframework.integration.dsl.MessageChannelSpec
Populate the Wire Tap EI Pattern specific ChannelInterceptor implementation.
wireTap(String, Consumer<WireTapSpec>) - Method in class org.springframework.integration.dsl.BaseIntegrationFlowDefinition
Populate the Wire Tap EI Pattern specific ChannelInterceptor implementation to the current BaseIntegrationFlowDefinition.currentMessageChannel.
wireTap(IntegrationFlow) - Method in class org.springframework.integration.dsl.BaseIntegrationFlowDefinition
Populate the Wire Tap EI Pattern specific ChannelInterceptor implementation to the current BaseIntegrationFlowDefinition.currentMessageChannel.
wireTap(IntegrationFlow, Consumer<WireTapSpec>) - Method in class org.springframework.integration.dsl.BaseIntegrationFlowDefinition
Populate the Wire Tap EI Pattern specific ChannelInterceptor implementation to the current BaseIntegrationFlowDefinition.currentMessageChannel.
wireTap(WireTapSpec) - Method in class org.springframework.integration.dsl.BaseIntegrationFlowDefinition
Populate the Wire Tap EI Pattern specific ChannelInterceptor implementation to the current BaseIntegrationFlowDefinition.currentMessageChannel.
wireTap(WireTapSpec) - Method in class org.springframework.integration.dsl.MessageChannelSpec
Populate the Wire Tap EI Pattern specific ChannelInterceptor implementation.
wireTap(MessageChannel) - Method in class org.springframework.integration.dsl.BaseIntegrationFlowDefinition
Populate the Wire Tap EI Pattern specific ChannelInterceptor implementation to the current BaseIntegrationFlowDefinition.currentMessageChannel.
wireTap(MessageChannel) - Method in class org.springframework.integration.dsl.MessageChannelSpec
Populate the Wire Tap EI Pattern specific ChannelInterceptor implementation.
wireTap(MessageChannel, Consumer<WireTapSpec>) - Method in class org.springframework.integration.dsl.BaseIntegrationFlowDefinition
Populate the Wire Tap EI Pattern specific ChannelInterceptor implementation to the current BaseIntegrationFlowDefinition.currentMessageChannel.
WireTap - Class in org.springframework.integration.channel.interceptor
A ChannelInterceptor that 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 no MessageSelector.
WireTap(String, MessageSelector) - Constructor for class org.springframework.integration.channel.interceptor.WireTap
Create a new wire tap with the provided MessageSelector.
WireTap(MessageChannel) - Constructor for class org.springframework.integration.channel.interceptor.WireTap
Create a new wire tap with no MessageSelector.
WireTap(MessageChannel, MessageSelector) - Constructor for class org.springframework.integration.channel.interceptor.WireTap
Create a new wire tap with the provided MessageSelector.
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
The IntegrationComponentSpec implementation for the WireTap component.
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 new Message instance 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 new Message instance 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 new Message instance 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 SpEL Expression to evaluate FTP client working directory against request message.
workingDirExpression(Expression) - Method in class org.springframework.integration.ftp.dsl.FtpOutboundGatewaySpec
Specify a SpEL Expression to evaluate FTP client working directory against request message.
workingDirFunction(Function<Message<?>, String>) - Method in class org.springframework.integration.ftp.dsl.FtpOutboundGatewaySpec
Specify a Function to 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 a MessagingException or does not have a failedMessage, wrap it in a new MessageDeliveryException with the message.
wrapInHandlingExceptionIfNecessary(Message<?>, Supplier<String>, Throwable) - Static method in class org.springframework.integration.support.utils.IntegrationUtils
If the exception is not a MessagingException or does not have a failedMessage, wrap it in a new MessageHandlingException with the message.
write(byte[], String) - Method in class org.springframework.integration.smb.session.SmbSession
Convenience method to write a byte array to a remote location.
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 specified InputStream to the remote resource specified by path.
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 a WriteOptions for INSERT, UPDATE or DELETE operations.
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
The IntegrationConfigurationInitializer implementation 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
 
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