Skip navigation links
A B C D F G H I O P R S 

A

afterPropertiesSet() - Method in class org.springframework.integration.flow.config.FlowMessageHandlerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.integration.flow.Flow
 

B

bridgeChannels(SubscribableChannel, MessageChannel) - Static method in class org.springframework.integration.flow.config.FlowUtils
 

C

ChannelNamePortConfiguration - Class in org.springframework.integration.flow
Container for Flow PortConfiguration metadata
ChannelNamePortConfiguration(PortMetadata, List<PortMetadata>) - Constructor for class org.springframework.integration.flow.ChannelNamePortConfiguration
Generic configuration
ChannelNamePortConfiguration(String, String) - Constructor for class org.springframework.integration.flow.ChannelNamePortConfiguration
A simple configuration for a flow with one input and one output port
createHandler() - Method in class org.springframework.integration.flow.config.FlowMessageHandlerFactoryBean
 

D

displayBeansGraph(ConfigurableListableBeanFactory) - Static method in class org.springframework.integration.flow.config.FlowUtils
 

F

Flow - Class in org.springframework.integration.flow
Encapsulates a Spring Integration message flow with inputs and outputs abstracted by a FlowConfiguration Creates a Spring Integration flow in a child application context.
Flow() - Constructor for class org.springframework.integration.flow.Flow
Default constructor
Flow(Properties, String[]) - Constructor for class org.springframework.integration.flow.Flow
 
Flow(String[]) - Constructor for class org.springframework.integration.flow.Flow
 
FLOW_HANDLER_EXCEPTION_HEADER_VALUE - Static variable in interface org.springframework.integration.flow.FlowConstants
FLOW_OUTPUT_PORT_HEADER value if FlowHandler catches an exception
FLOW_OUTPUT_PORT_HEADER - Static variable in interface org.springframework.integration.flow.FlowConstants
Message header indicating which port produced the flow output
FlowConfiguration - Class in org.springframework.integration.flow
A container holding a Flow configuration.
FlowConfiguration(List<PortConfiguration>) - Constructor for class org.springframework.integration.flow.FlowConfiguration
 
FlowConfigurationParser - Class in org.springframework.integration.flow.config.xml
FlowConfigurationParser() - Constructor for class org.springframework.integration.flow.config.xml.FlowConfigurationParser
 
FlowConstants - Interface in org.springframework.integration.flow
 
FlowInterceptor - Class in org.springframework.integration.flow.interceptor
A ChannelInterceptor to set the Flow output port header
FlowInterceptor(String) - Constructor for class org.springframework.integration.flow.interceptor.FlowInterceptor
 
FlowMessageHandler - Class in org.springframework.integration.flow.handler
A MessageHandler for Handling Flow input and output.
FlowMessageHandler(MessageChannel, SubscribableChannel, long) - Constructor for class org.springframework.integration.flow.handler.FlowMessageHandler
 
FlowMessageHandlerFactoryBean - Class in org.springframework.integration.flow.config
Creates an instance of FlowMessageHandler
FlowMessageHandlerFactoryBean() - Constructor for class org.springframework.integration.flow.config.FlowMessageHandlerFactoryBean
 
FlowNamespaceHandler - Class in org.springframework.integration.flow.config.xml
 
FlowNamespaceHandler() - Constructor for class org.springframework.integration.flow.config.xml.FlowNamespaceHandler
 
FlowOutboundGatewayParser - Class in org.springframework.integration.flow.config.xml
 
FlowOutboundGatewayParser() - Constructor for class org.springframework.integration.flow.config.xml.FlowOutboundGatewayParser
 
FlowParser - Class in org.springframework.integration.flow.config.xml
 
FlowParser() - Constructor for class org.springframework.integration.flow.config.xml.FlowParser
 
FlowUtils - Class in org.springframework.integration.flow.config
Utility functions used by the flow parsers

G

getBeanName() - Method in class org.springframework.integration.flow.Flow
 
getChannelName() - Method in class org.springframework.integration.flow.PortMetadata
 
getConfigurationForInputPort(String) - Method in class org.springframework.integration.flow.FlowConfiguration
Get the configuration by input port name.
getDocumentation(String) - Static method in class org.springframework.integration.flow.config.FlowUtils
Read the flow documentation resource into a String if it exists.
getFlowConfiguration() - Method in class org.springframework.integration.flow.Flow
 
getFlowContext() - Method in class org.springframework.integration.flow.Flow
 
getFlowOutputChannel() - Method in class org.springframework.integration.flow.Flow
All flow outputs defined in the PortConfiguration are bridged to a single PublishSubscribeChannel
getInputChannel() - Method in class org.springframework.integration.flow.ChannelNamePortConfiguration
 
getInputChannel() - Method in interface org.springframework.integration.flow.PortConfiguration
 
getInputPortName() - Method in class org.springframework.integration.flow.ChannelNamePortConfiguration
 
getInputPortName() - Method in interface org.springframework.integration.flow.PortConfiguration
 
getOutputChannel(String) - Method in class org.springframework.integration.flow.ChannelNamePortConfiguration
 
getOutputChannel(String) - Method in interface org.springframework.integration.flow.PortConfiguration
 
getOutputPortNames() - Method in class org.springframework.integration.flow.ChannelNamePortConfiguration
 
getOutputPortNames() - Method in interface org.springframework.integration.flow.PortConfiguration
 
getPortConfigurations() - Method in class org.springframework.integration.flow.FlowConfiguration
Get all port configurations
getPortName() - Method in class org.springframework.integration.flow.PortMetadata
 
getProperties() - Method in class org.springframework.integration.flow.Flow
 
getReferencedMessageChannels(ConfigurableListableBeanFactory) - Static method in class org.springframework.integration.flow.config.FlowUtils
 

H

handleRequestMessage(Message<?>) - Method in class org.springframework.integration.flow.handler.FlowMessageHandler
 

I

init() - Method in class org.springframework.integration.flow.config.xml.FlowNamespaceHandler
 

O

org.springframework.integration.flow - package org.springframework.integration.flow
 
org.springframework.integration.flow.config - package org.springframework.integration.flow.config
 
org.springframework.integration.flow.config.xml - package org.springframework.integration.flow.config.xml
 
org.springframework.integration.flow.handler - package org.springframework.integration.flow.handler
 
org.springframework.integration.flow.interceptor - package org.springframework.integration.flow.interceptor
 

P

parse(Element, ParserContext) - Method in class org.springframework.integration.flow.config.xml.FlowConfigurationParser
 
parse(Element, ParserContext) - Method in class org.springframework.integration.flow.config.xml.FlowParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.flow.config.xml.FlowOutboundGatewayParser
 
PortConfiguration - Interface in org.springframework.integration.flow
Strategy interface for Port configurations
PortMetadata - Class in org.springframework.integration.flow
A container for defining a message port configuration used in a Flow.
PortMetadata(String, String) - Constructor for class org.springframework.integration.flow.PortMetadata
 
preSend(Message<?>, MessageChannel) - Method in class org.springframework.integration.flow.interceptor.FlowInterceptor
 

R

registerBeanDefinition(BeanDefinition, BeanDefinitionRegistry) - Static method in class org.springframework.integration.flow.config.FlowUtils
 
resolveDestination(String) - Method in class org.springframework.integration.flow.Flow
 

S

setApplicationContext(ApplicationContext) - Method in class org.springframework.integration.flow.Flow
 
setBeanName(String) - Method in class org.springframework.integration.flow.Flow
 
setErrorChannel(MessageChannel) - Method in class org.springframework.integration.flow.config.FlowMessageHandlerFactoryBean
 
setErrorChannel(MessageChannel) - Method in class org.springframework.integration.flow.handler.FlowMessageHandler
 
setFlow(Flow) - Method in class org.springframework.integration.flow.config.FlowMessageHandlerFactoryBean
 
setFlowId(String) - Method in class org.springframework.integration.flow.Flow
 
setFlowOutputChannel(SubscribableChannel) - Method in class org.springframework.integration.flow.Flow
All flow outputs defined in the PortConfiguration are bridged to a single PublishSubscribeChannel
setHelp(boolean) - Method in class org.springframework.integration.flow.Flow
 
setInputPortName(String) - Method in class org.springframework.integration.flow.config.FlowMessageHandlerFactoryBean
 
setProperties(Properties) - Method in class org.springframework.integration.flow.Flow
 
setReferencedBeanLocations(String[]) - Method in class org.springframework.integration.flow.Flow
 
setTimeout(long) - Method in class org.springframework.integration.flow.config.FlowMessageHandlerFactoryBean
 
A B C D F G H I O P R S 
Skip navigation links