Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.springframework.integration
,
org.springframework.integration.adapter
,
org.springframework.integration.adapter.config
,
org.springframework.integration.adapter.event
,
org.springframework.integration.adapter.file
,
org.springframework.integration.adapter.file.config
,
org.springframework.integration.adapter.ftp
,
org.springframework.integration.adapter.ftp.config
,
org.springframework.integration.adapter.httpinvoker
,
org.springframework.integration.adapter.httpinvoker.config
,
org.springframework.integration.adapter.jms
,
org.springframework.integration.adapter.jms.config
,
org.springframework.integration.adapter.mail
,
org.springframework.integration.adapter.mail.config
,
org.springframework.integration.adapter.rmi
,
org.springframework.integration.adapter.rmi.config
,
org.springframework.integration.adapter.stream
,
org.springframework.integration.adapter.stream.config
,
org.springframework.integration.annotation
,
org.springframework.integration.aop
,
org.springframework.integration.bus
,
org.springframework.integration.channel
,
org.springframework.integration.channel.config
,
org.springframework.integration.channel.factory
,
org.springframework.integration.channel.interceptor
,
org.springframework.integration.config
,
org.springframework.integration.config.annotation
,
org.springframework.integration.dispatcher
,
org.springframework.integration.endpoint
,
org.springframework.integration.endpoint.interceptor
,
org.springframework.integration.gateway
,
org.springframework.integration.gateway.config
,
org.springframework.integration.handler
,
org.springframework.integration.handler.annotation
,
org.springframework.integration.handler.config
,
org.springframework.integration.message
,
org.springframework.integration.message.selector
,
org.springframework.integration.router
,
org.springframework.integration.router.config
,
org.springframework.integration.samples.cafe
,
org.springframework.integration.samples.filecopy
,
org.springframework.integration.samples.helloworld
,
org.springframework.integration.samples.oddeven
,
org.springframework.integration.samples.quote
,
org.springframework.integration.samples.ws
,
org.springframework.integration.scheduling
,
org.springframework.integration.security
,
org.springframework.integration.security.channel
,
org.springframework.integration.security.config
,
org.springframework.integration.security.endpoint
,
org.springframework.integration.test
,
org.springframework.integration.transformer
,
org.springframework.integration.transformer.config
,
org.springframework.integration.util
,
org.springframework.integration.ws.config
,
org.springframework.integration.ws.handler
,
org.springframework.integration.xml.config
,
org.springframework.integration.xml.result
,
org.springframework.integration.xml.source
,
org.springframework.integration.xml.transformer
Class Hierarchy
java.lang.Object
org.springframework.integration.config.annotation.
AbstractAnnotationMethodPostProcessor
<T> (implements org.springframework.integration.config.annotation.
AnnotationMethodPostProcessor
)
org.springframework.integration.config.annotation.
HandlerAnnotationPostProcessor
org.springframework.integration.config.annotation.
SourceAnnotationPostProcessor
org.springframework.integration.config.annotation.
TargetAnnotationPostProcessor
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser (implements org.springframework.beans.factory.xml.BeanDefinitionParser)
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.integration.channel.config.
AbstractChannelParser
org.springframework.integration.config.
DefaultChannelParser
org.springframework.integration.config.
DirectChannelParser
org.springframework.integration.config.
PublishSubscribeChannelParser
org.springframework.integration.channel.config.
QueueChannelParser
org.springframework.integration.channel.config.
PriorityChannelParser
org.springframework.integration.channel.config.
RendezvousChannelParser
org.springframework.integration.channel.config.
ThreadLocalChannelParser
org.springframework.integration.config.
AbstractHandlerEndpointParser
org.springframework.integration.config.
AggregatorParser
org.springframework.integration.config.
DefaultHandlerEndpointParser
org.springframework.integration.config.
RouterParser
org.springframework.integration.config.
ServiceActivatorParser
org.springframework.integration.config.
SplitterParser
org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
org.springframework.integration.adapter.file.config.
AbstractDirectorySourceParser
org.springframework.integration.adapter.file.config.
FileSourceParser
org.springframework.integration.adapter.ftp.config.
FtpSourceParser
org.springframework.integration.adapter.config.
AbstractRemotingGatewayParser
org.springframework.integration.adapter.httpinvoker.config.
HttpInvokerGatewayParser
org.springframework.integration.adapter.rmi.config.
RmiGatewayParser
org.springframework.integration.adapter.config.
AbstractRemotingHandlerParser
org.springframework.integration.adapter.httpinvoker.config.
HttpInvokerHandlerParser
org.springframework.integration.config.
ChannelAdapterParser
org.springframework.integration.adapter.file.config.
FileTargetParser
org.springframework.integration.gateway.config.
GatewayParser
org.springframework.integration.config.
MessageBusParser
org.springframework.integration.router.config.
ResequencerParser
org.springframework.integration.adapter.stream.config.
ConsoleSourceParser
org.springframework.integration.adapter.stream.config.
ConsoleTargetParser
org.springframework.integration.adapter.jms.config.
JmsGatewayParser
org.springframework.integration.adapter.jms.config.
JmsTargetParser
org.springframework.integration.adapter.mail.config.
MailTargetParser
org.springframework.integration.config.
MethodInvokingAdapterParser
org.springframework.integration.adapter.rmi.config.
RmiHandlerParser
org.springframework.integration.security.config.
SecuredChannelsParser
org.springframework.integration.security.config.
SecurityEndpointInterceptorParser
org.springframework.integration.security.config.
SecurityPropagatingChannelsParser
org.springframework.integration.config.
SelectorChainParser
org.springframework.integration.ws.config.
WebServiceHandlerParser
org.springframework.integration.xml.config.
XmlMarshallingTransformerParser
org.springframework.integration.xml.config.
XmlUnmarshallingTransformerParser
org.springframework.integration.xml.config.
XsltPayloadTransformerParser
org.springframework.integration.adapter.jms.config.
JmsSourceParser
org.springframework.integration.channel.factory.
AbstractChannelFactory
(implements org.springframework.integration.channel.factory.
ChannelFactory
)
org.springframework.integration.dispatcher.
DirectChannelFactory
org.springframework.integration.channel.factory.
PriorityChannelFactory
org.springframework.integration.channel.factory.
QueueChannelFactory
org.springframework.integration.channel.factory.
RendezvousChannelFactory
org.springframework.integration.channel.factory.
ThreadLocalChannelFactory
org.springframework.integration.adapter.file.
AbstractDirectorySource
(implements org.springframework.integration.message.
MessageDeliveryAware
, org.springframework.integration.message.
MessageSource
<T>)
org.springframework.integration.adapter.file.
FileSource
(implements org.springframework.beans.factory.InitializingBean, org.springframework.integration.message.
MessageDeliveryAware
, org.springframework.integration.message.
MessageSource
<T>)
org.springframework.integration.adapter.ftp.
FtpSource
org.springframework.integration.dispatcher.
AbstractDispatcher
(implements org.springframework.integration.dispatcher.
MessageDispatcher
)
org.springframework.integration.dispatcher.
BroadcastingDispatcher
org.springframework.integration.dispatcher.
SimpleDispatcher
org.springframework.integration.endpoint.
AbstractEndpoint
(implements org.springframework.beans.factory.BeanNameAware, org.springframework.context.Lifecycle, org.springframework.integration.endpoint.
MessageEndpoint
)
org.springframework.integration.endpoint.
SourceEndpoint
org.springframework.integration.endpoint.
TargetEndpoint
org.springframework.integration.endpoint.
HandlerEndpoint
org.springframework.integration.adapter.file.
AbstractFileMessageCreator
<T> (implements org.springframework.integration.message.
MessageCreator
<O,P>)
org.springframework.integration.adapter.file.
ByteArrayFileMessageCreator
org.springframework.integration.adapter.file.
FileMessageCreator
org.springframework.integration.adapter.file.
TextFileMessageCreator
org.springframework.integration.adapter.jms.
AbstractJmsTemplateBasedAdapter
(implements org.springframework.beans.factory.InitializingBean)
org.springframework.integration.adapter.jms.
JmsSource
(implements org.springframework.integration.message.
MessageSource
<T>)
org.springframework.integration.adapter.jms.
JmsTarget
(implements org.springframework.integration.message.
MessageTarget
)
org.springframework.integration.adapter.mail.
AbstractMailHeaderGenerator
(implements org.springframework.integration.adapter.mail.
MailHeaderGenerator
)
org.springframework.integration.adapter.mail.
DefaultMailHeaderGenerator
org.springframework.integration.adapter.mail.
StaticMailHeaderGenerator
java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
java.util.LinkedHashMap<K,V> (implements java.util.Map<K,V>)
org.springframework.integration.util.
BoundedHashMap
<K,V>
org.springframework.integration.router.
AbstractMessageBarrier
(implements org.springframework.integration.router.
MessageBarrier
)
org.springframework.integration.router.
AggregationBarrier
org.springframework.integration.router.
ResequencingMessageBarrier
org.springframework.integration.router.
AbstractMessageBarrierHandler
(implements org.springframework.beans.factory.InitializingBean, org.springframework.integration.handler.
MessageHandler
)
org.springframework.integration.router.
AggregatingMessageHandler
org.springframework.integration.router.
ResequencingMessageHandler
org.springframework.integration.router.
AbstractMessageBarrierHandler.ReaperTask
(implements java.lang.Runnable)
org.springframework.integration.channel.
AbstractMessageChannel
(implements org.springframework.beans.factory.BeanNameAware, org.springframework.integration.channel.
MessageChannel
)
org.springframework.integration.dispatcher.
DirectChannel
(implements org.springframework.integration.message.
Subscribable
)
org.springframework.integration.dispatcher.
PublishSubscribeChannel
(implements org.springframework.integration.message.
Subscribable
)
org.springframework.integration.channel.
QueueChannel
org.springframework.integration.channel.
PriorityChannel
org.springframework.integration.channel.
RendezvousChannel
org.springframework.integration.bus.
DefaultErrorChannel
org.springframework.integration.channel.
ThreadLocalChannel
org.springframework.integration.channel.
AbstractMessageChannel.ChannelInterceptorList
org.springframework.integration.handler.config.
AbstractMessageHandlerCreator
(implements org.springframework.integration.handler.config.
MessageHandlerCreator
)
org.springframework.integration.router.config.
AggregatorMessageHandlerCreator
org.springframework.integration.handler.config.
DefaultMessageHandlerCreator
org.springframework.integration.router.config.
RouterMessageHandlerCreator
org.springframework.integration.router.config.
SplitterMessageHandlerCreator
org.springframework.integration.transformer.config.
TransformerMessageHandlerCreator
org.springframework.integration.util.
AbstractMethodInvokingAdapter
(implements org.springframework.beans.factory.InitializingBean, org.springframework.integration.util.
MethodInvoker
, org.springframework.core.Ordered)
org.springframework.integration.handler.
AbstractMessageHandlerAdapter
(implements org.springframework.integration.channel.
ChannelRegistryAware
, org.springframework.integration.handler.
MessageHandler
)
org.springframework.integration.handler.
DefaultMessageHandlerAdapter
org.springframework.integration.handler.
MethodInvokingTarget
(implements org.springframework.integration.message.
MessageTarget
)
org.springframework.integration.router.
RouterMessageHandlerAdapter
(implements org.springframework.integration.channel.
ChannelRegistryAware
)
org.springframework.integration.router.
SplitterMessageHandlerAdapter
(implements org.springframework.integration.channel.
ChannelRegistryAware
)
org.springframework.integration.transformer.
AnnotationMethodTransformerAdapter
(implements org.springframework.integration.handler.
MessageHandler
, org.springframework.integration.transformer.
MessageTransformer
)
org.springframework.integration.transformer.
PayloadTransformerAdapter
(implements org.springframework.integration.transformer.
MessageTransformer
)
org.springframework.aop.support.AbstractPointcutAdvisor (implements org.springframework.core.Ordered, org.springframework.aop.PointcutAdvisor, java.io.Serializable)
org.springframework.integration.aop.
PublisherAnnotationAdvisor
org.springframework.integration.adapter.
AbstractRemotingHandler
(implements org.springframework.integration.handler.
MessageHandler
)
org.springframework.integration.adapter.httpinvoker.
HttpInvokerHandler
org.springframework.integration.adapter.rmi.
RmiHandler
org.springframework.integration.router.
AbstractRoutingMessageHandler
(implements org.springframework.integration.channel.
ChannelRegistryAware
, org.springframework.beans.factory.InitializingBean, org.springframework.integration.handler.
MessageHandler
)
org.springframework.integration.router.
MultiChannelRouter
org.springframework.integration.router.
RecipientListRouter
org.springframework.integration.router.
SingleChannelRouter
org.springframework.integration.router.
PayloadTypeRouter
org.springframework.integration.router.
RootCauseErrorMessageRouter
org.springframework.integration.scheduling.
AbstractTaskScheduler
(implements org.springframework.integration.scheduling.
TaskScheduler
)
org.springframework.integration.scheduling.
SimpleTaskScheduler
(implements org.springframework.beans.factory.DisposableBean)
org.springframework.integration.ws.handler.
AbstractWebServiceHandler
(implements org.springframework.integration.handler.
MessageHandler
)
org.springframework.integration.ws.handler.
MarshallingWebServiceHandler
org.springframework.integration.ws.handler.
SimpleWebServiceHandler
org.springframework.integration.config.annotation.
AnnotationDrivenParser
(implements org.springframework.beans.factory.xml.BeanDefinitionParser)
org.springframework.integration.handler.annotation.
AnnotationMethodMessageMapper
(implements org.springframework.integration.message.
MessageMapper
<P,O>)
org.springframework.integration.handler.annotation.
AnnotationMethodMessageMapper.MethodParameterMetadata
org.springframework.integration.adapter.event.
ApplicationEventTarget
<T> (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.integration.message.
MessageTarget
)
org.springframework.integration.samples.cafe.
Barista
org.springframework.integration.samples.filecopy.
BinaryFileCopyDemo
org.springframework.integration.adapter.mail.
ByteArrayMailMessageMapper
(implements org.springframework.integration.message.
MessageMapper
<P,O>)
org.springframework.integration.adapter.stream.
ByteStreamSource
(implements org.springframework.integration.message.
MessageSource
<T>)
org.springframework.integration.adapter.stream.
ByteStreamTarget
(implements org.springframework.integration.message.
MessageTarget
)
org.springframework.integration.samples.cafe.
Cafe
org.springframework.integration.samples.cafe.
CafeDemo
org.springframework.integration.channel.interceptor.
ChannelInterceptorAdapter
(implements org.springframework.integration.channel.
ChannelInterceptor
)
org.springframework.integration.bus.
DefaultErrorChannel.ErrorLoggingInterceptor
org.springframework.integration.channel.interceptor.
MessageSelectingInterceptor
org.springframework.integration.channel.interceptor.
MessageStoringInterceptor
org.springframework.integration.transformer.
MessageTransformingChannelInterceptor
org.springframework.integration.security.channel.
SecurityContextPropagatingChannelInterceptor
org.springframework.integration.security.channel.
SecurityEnforcingChannelInterceptor
org.springframework.integration.channel.interceptor.
WireTap
(implements org.springframework.context.Lifecycle)
org.springframework.integration.security.
ChannelInterceptorRegisteringBeanPostProcessor
(implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.Ordered)
org.springframework.integration.channel.
ChannelPublisher
org.springframework.integration.adapter.event.
ApplicationEventSource
(implements org.springframework.context.ApplicationListener)
org.springframework.integration.adapter.jms.
ChannelPublishingJmsListener
(implements javax.jms.MessageListener)
org.springframework.integration.channel.
ChannelPurger
org.springframework.integration.adapter.stream.
CharacterStreamSource
(implements org.springframework.integration.message.
MessageSource
<T>)
org.springframework.integration.adapter.stream.
CharacterStreamTarget
(implements org.springframework.integration.message.
MessageTarget
)
org.springframework.integration.config.
ConcurrencyInterceptorParser
(implements org.springframework.integration.config.
BeanDefinitionRegisteringParser
)
org.springframework.integration.endpoint.
ConcurrencyPolicy
(implements org.springframework.integration.endpoint.
EndpointPolicy
)
org.springframework.integration.samples.oddeven.
Counter
org.springframework.integration.bus.
DefaultChannelFactoryBean
(implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.FactoryBean)
org.springframework.integration.channel.
DefaultChannelRegistry
(implements org.springframework.integration.channel.
ChannelRegistry
)
org.springframework.integration.endpoint.
DefaultEndpointRegistry
(implements org.springframework.integration.endpoint.
EndpointRegistry
)
org.springframework.integration.adapter.file.
DefaultFileNameGenerator
(implements org.springframework.integration.adapter.file.
FileNameGenerator
)
org.springframework.integration.adapter.jms.
DefaultJmsHeaderMapper
(implements org.springframework.integration.adapter.
MessageHeaderMapper
<T>)
org.springframework.integration.bus.
DefaultMessageBus
(implements org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener, org.springframework.integration.bus.
MessageBus
)
org.springframework.integration.bus.
DefaultMessageBus.MessageBusInterceptorsList
org.springframework.integration.message.
DefaultMessageCreator
(implements org.springframework.integration.message.
MessageCreator
<O,P>)
org.springframework.integration.message.
DefaultMessageHeader
(implements org.springframework.integration.message.
MessageHeader
, java.io.Serializable)
org.springframework.integration.message.
DefaultMessageMapper
(implements org.springframework.integration.message.
MessageMapper
<P,O>)
org.springframework.integration.util.
DefaultMethodInvoker
(implements org.springframework.integration.util.
MethodInvoker
)
org.springframework.integration.adapter.file.
DirectoryContentManager
org.springframework.integration.xml.result.
DomResultFactory
(implements org.springframework.integration.xml.result.
ResultFactory
)
org.springframework.integration.xml.source.
DomSourceFactory
(implements org.springframework.integration.xml.source.
SourceFactory
)
org.springframework.integration.samples.cafe.
Drink
org.springframework.integration.samples.cafe.
DrinkOrder
org.springframework.integration.samples.cafe.
DrinkRouter
org.springframework.integration.endpoint.interceptor.
EndpointInterceptorAdapter
(implements org.springframework.integration.endpoint.
EndpointInterceptor
)
org.springframework.integration.endpoint.interceptor.
ConcurrencyInterceptor
(implements org.springframework.integration.channel.
ChannelRegistryAware
, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean)
org.springframework.integration.security.endpoint.
SecurityEndpointInterceptor
org.springframework.integration.endpoint.interceptor.
TransactionInterceptor
(implements org.springframework.beans.factory.InitializingBean)
org.springframework.integration.config.
EndpointInterceptorParser
org.springframework.integration.endpoint.
EndpointPoller
(implements org.springframework.integration.endpoint.
EndpointVisitor
)
org.springframework.integration.endpoint.
EndpointTrigger.EndpointPollerMessageSource
(implements org.springframework.integration.message.
MessageSource
<T>)
org.springframework.integration.samples.oddeven.
EvenLogger
java.util.EventObject (implements java.io.Serializable)
org.springframework.context.ApplicationEvent
org.springframework.integration.adapter.event.
MessagingEvent
<T>
org.springframework.integration.samples.filecopy.
Exclaimer
org.springframework.integration.samples.filecopy.
FileBasedFileCopyDemo
org.springframework.integration.samples.filecopy.
FileCopyDemoCommon
org.springframework.integration.adapter.file.
FileInfo
org.springframework.integration.adapter.file.
FileTarget
(implements org.springframework.integration.message.
MessageTarget
)
org.springframework.integration.message.
GenericMessage
<T> (implements org.springframework.integration.message.
Message
<T>)
org.springframework.integration.message.
ErrorMessage
org.springframework.integration.message.
StringMessage
org.springframework.integration.test.
TestMessage
org.springframework.integration.endpoint.
HandlerEndpoint.EndpointReplyHandler
(implements org.springframework.integration.handler.
ReplyHandler
)
org.springframework.integration.endpoint.
HandlerEndpoint.HandlerInvokingTarget
(implements org.springframework.integration.message.
MessageTarget
)
org.springframework.integration.config.
HandlerParser
(implements org.springframework.beans.factory.xml.BeanDefinitionParser)
org.springframework.integration.adapter.jms.
HeaderMappingMessageConverter
(implements org.springframework.jms.support.converter.MessageConverter)
org.springframework.integration.samples.helloworld.
HelloService
org.springframework.integration.samples.helloworld.
HelloWorldDemo
org.springframework.integration.security.config.
IncludeExcludePattern
org.springframework.integration.security.config.
IncludeExcludePatternParser
org.springframework.integration.config.
IntegrationNamespaceUtils
org.springframework.integration.handler.
InterceptingMessageHandler
(implements org.springframework.integration.handler.
MessageHandler
)
org.springframework.integration.security.config.
JdkRegExpOrderedIncludeExcludeList
(implements org.springframework.integration.security.config.
OrderedIncludeExcludeList
)
org.springframework.integration.security.config.
JdkRegExpOrderedIncludeExcludeList.PatternHolder
org.springframework.integration.adapter.jms.config.
JmsAdapterParserUtils
org.springframework.integration.adapter.jms.
JmsAttributeKeys
org.springframework.integration.adapter.mail.
MailAttributeKeys
org.springframework.integration.adapter.mail.
MailTarget
(implements org.springframework.beans.factory.InitializingBean, org.springframework.integration.message.
MessageTarget
)
org.springframework.integration.adapter.mail.
MailTarget.DefaultObjectMailMessageMapper
(implements org.springframework.integration.message.
MessageMapper
<P,O>)
org.springframework.integration.bus.
MessageBusAwareBeanPostProcessor
(implements org.springframework.beans.factory.config.BeanPostProcessor)
org.springframework.integration.bus.
MessageBusInterceptorAdapter
(implements org.springframework.integration.bus.
MessageBusInterceptor
)
org.springframework.integration.handler.
MessageFilter
(implements org.springframework.integration.handler.
MessageHandler
)
org.springframework.integration.handler.
MessageHandlerChain
(implements org.springframework.integration.handler.
MessageHandler
)
org.springframework.integration.router.
MessageListMethodAdapter
org.springframework.integration.router.
AggregatorAdapter
(implements org.springframework.integration.router.
Aggregator
)
org.springframework.integration.router.
CompletionStrategyAdapter
(implements org.springframework.integration.router.
CompletionStrategy
)
org.springframework.integration.scheduling.
MessagePublishingErrorHandler
(implements org.springframework.integration.util.
ErrorHandler
)
org.springframework.integration.aop.
MessagePublishingInterceptor
(implements org.aopalliance.intercept.MethodInterceptor)
org.springframework.integration.aop.
AnnotationAwareMessagePublishingInterceptor
org.springframework.integration.message.selector.
MessageSelectorChain
(implements org.springframework.integration.message.selector.
MessageSelector
)
org.springframework.integration.router.
MessageSequenceComparator
(implements java.util.Comparator<T>)
org.springframework.integration.transformer.
MessageTransformerChain
(implements org.springframework.integration.transformer.
MessageTransformer
)
org.springframework.integration.config.annotation.
MessagingAnnotationPostProcessor
(implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.InitializingBean)
org.springframework.integration.adapter.event.
MessagingEventMapper
<T> (implements org.springframework.integration.message.
MessageCreator
<O,P>, org.springframework.integration.message.
MessageMapper
<P,O>)
org.springframework.integration.gateway.
MessagingGatewaySupport
(implements org.springframework.integration.bus.
MessageBusAware
)
org.springframework.integration.gateway.
SimpleMessagingGateway
(implements org.springframework.integration.endpoint.
MessagingGateway
)
org.springframework.integration.adapter.
AbstractRemotingGateway
(implements org.springframework.integration.handler.
MessageHandler
)
org.springframework.integration.adapter.httpinvoker.
HttpInvokerGateway
(implements org.springframework.web.HttpRequestHandler, org.springframework.beans.factory.InitializingBean)
org.springframework.integration.adapter.rmi.
RmiGateway
(implements org.springframework.beans.factory.InitializingBean, org.springframework.integration.handler.
MessageHandler
)
org.springframework.integration.gateway.
GatewayProxyFactoryBean
(implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean, org.aopalliance.intercept.MethodInterceptor)
org.springframework.integration.adapter.jms.
JmsGateway
(implements org.springframework.beans.factory.DisposableBean, org.springframework.context.Lifecycle)
org.springframework.integration.message.
MethodInvokingSource
(implements org.springframework.beans.factory.InitializingBean, org.springframework.integration.message.
MessageSource
<T>)
org.springframework.integration.message.
MethodInvokingSource.MessageReceivingMethodValidator
(implements org.springframework.integration.util.
MethodValidator
)
org.springframework.integration.util.
NameResolvingMethodInvoker
(implements org.springframework.integration.util.
MethodInvoker
)
org.springframework.beans.factory.xml.NamespaceHandlerSupport (implements org.springframework.beans.factory.xml.NamespaceHandler)
org.springframework.integration.config.
IntegrationNamespaceHandler
org.springframework.integration.security.config.
IntegrationSecurityNamespaceHandler
org.springframework.integration.xml.config.
IntegrationXmlNamespaceHandler
org.springframework.integration.channel.
NullChannel
(implements org.springframework.integration.channel.
MessageChannel
)
org.springframework.integration.samples.oddeven.
OddEvenDemo
org.springframework.integration.samples.oddeven.
OddLogger
org.springframework.integration.samples.cafe.
OrderSplitter
org.springframework.integration.samples.oddeven.
ParityResolver
org.springframework.integration.router.
PayloadTypeRouter.PayloadTypeChannelResolver
(implements org.springframework.integration.router.
ChannelResolver
)
org.springframework.integration.message.selector.
PayloadTypeSelector
(implements org.springframework.integration.message.selector.
MessageSelector
)
org.springframework.integration.dispatcher.
PollingDispatcher
(implements org.springframework.integration.scheduling.
SchedulableTask
)
org.springframework.integration.endpoint.
EndpointTrigger
org.springframework.integration.scheduling.
PollingSchedule
(implements org.springframework.integration.scheduling.
Schedule
)
org.springframework.integration.channel.
PriorityChannel.MessagePriorityComparator
(implements java.util.Comparator<T>)
org.springframework.integration.config.annotation.
PublisherAnnotationPostProcessor
(implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.config.BeanPostProcessor)
org.springframework.integration.samples.quote.
Quote
org.springframework.integration.samples.quote.
QuoteDemo
org.springframework.integration.samples.quote.
QuoteService
org.springframework.integration.util.
RandomUuidGenerator
(implements org.springframework.integration.util.
IdGenerator
)
org.springframework.integration.router.
RecipientListRouter.RecipientListChannelNameResolver
(implements org.springframework.integration.router.
MultiChannelNameResolver
)
org.springframework.integration.router.
RecipientListRouter.RecipientListChannelResolver
(implements org.springframework.integration.router.
MultiChannelResolver
)
org.springframework.integration.adapter.file.
RegexPatternFilenameFilter
(implements java.io.FilenameFilter)
org.springframework.integration.handler.
ReplyMessageCorrelator
(implements org.springframework.integration.handler.
MessageHandler
)
org.springframework.integration.gateway.
RequestReplyTemplate
(implements org.springframework.integration.bus.
MessageBusAware
)
org.springframework.integration.gateway.
RequestReplyTemplate.ReplyHandlingChannelAdapter
(implements org.springframework.integration.channel.
MessageChannel
)
org.springframework.integration.xml.transformer.
ResultToDocumentTransformer
(implements org.springframework.integration.transformer.
MessageTransformer
)
org.springframework.integration.message.
RetrievalBlockingMessageStore
(implements org.springframework.integration.message.
MessageStore
)
org.springframework.integration.message.
RetrievalBlockingMessageStore.MessageHolder
org.springframework.integration.router.
RootCauseErrorMessageRouter.RootCauseResolver
(implements org.springframework.integration.router.
ChannelResolver
)
org.springframework.integration.security.
SecurityContextUtils
org.springframework.integration.security.config.
SecurityPropagatingBeanPostProcessor
(implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.Ordered)
org.springframework.integration.router.
SequenceSizeCompletionStrategy
(implements org.springframework.integration.router.
CompletionStrategy
)
org.springframework.integration.adapter.file.
SimpleFileMessageMapper
(implements org.springframework.integration.message.
MessageMapper
<P,O>)
org.springframework.integration.message.
SimpleMessageStore
(implements org.springframework.integration.message.
MessageStore
)
org.springframework.integration.scheduling.
SimpleTaskScheduler.TaskRunner
(implements java.lang.Runnable)
org.springframework.ws.soap.client.core.SoapActionCallback (implements org.springframework.ws.client.core.WebServiceMessageCallback)
org.springframework.integration.ws.handler.
AbstractWebServiceHandler.TypeCheckingSoapActionCallback
org.springframework.integration.xml.transformer.
SourceCreatingTransformer
(implements org.springframework.integration.transformer.
MessageTransformer
)
org.springframework.integration.security.
StackBasedSecurityContextHolderStrategy
(implements org.springframework.security.context.SecurityContextHolderStrategy)
org.springframework.integration.xml.result.
StringResultFactory
(implements org.springframework.integration.xml.result.
ResultFactory
)
org.springframework.integration.config.annotation.
SubscriberAnnotationPostProcessor
(implements org.springframework.beans.factory.config.BeanPostProcessor)
org.springframework.integration.samples.filecopy.
TextFileCopyDemo
org.springframework.integration.adapter.mail.
TextMailMessageMapper
(implements org.springframework.integration.message.
MessageMapper
<P,O>)
java.lang.ThreadLocal<T>
org.springframework.integration.channel.
ThreadLocalChannel.ThreadLocalMessageHolder
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
java.lang.RuntimeException
org.springframework.integration.
ConfigurationException
org.springframework.integration.message.
MessagingException
org.springframework.integration.message.
MessageDeliveryException
org.springframework.integration.message.
MessageHandlingException
org.springframework.integration.handler.
MessageHandlerNotRunningException
org.springframework.integration.handler.
MessageHandlerRejectedExecutionException
org.springframework.integration.adapter.
MessageMappingException
org.springframework.integration.message.
MessageRejectedException
org.springframework.integration.samples.quote.
TickerStream
org.springframework.integration.config.
TransactionInterceptorParser
(implements org.springframework.integration.config.
BeanDefinitionRegisteringParser
)
org.springframework.integration.transformer.
TransformerMessageHandlerAdapter
(implements org.springframework.integration.handler.
MessageHandler
)
org.springframework.xml.transform.TransformerObjectSupport
org.springframework.integration.ws.handler.
SimpleWebServiceHandler.DefaultSourceExtractor
(implements org.springframework.ws.client.core.SourceExtractor)
org.springframework.integration.message.selector.
UnexpiredMessageSelector
(implements org.springframework.integration.message.selector.
MessageSelector
)
org.springframework.integration.samples.ws.
WebServiceDemo
org.springframework.integration.xml.transformer.
XmlPayloadMarshallingTransformer
(implements org.springframework.integration.transformer.
MessageTransformer
)
org.springframework.integration.xml.transformer.
XmlPayloadUnmarshallingTransfomer
(implements org.springframework.integration.transformer.
MessageTransformer
)
org.springframework.integration.xml.transformer.
XsltPayloadTransformer
(implements org.springframework.integration.transformer.
MessageTransformer
)
Interface Hierarchy
org.springframework.integration.router.
Aggregator
org.springframework.integration.config.annotation.
AnnotationMethodPostProcessor
org.springframework.integration.config.
BeanDefinitionRegisteringParser
org.springframework.integration.channel.factory.
ChannelFactory
org.springframework.integration.channel.
ChannelInterceptor
org.springframework.integration.router.
ChannelNameResolver
org.springframework.integration.channel.
ChannelRegistry
org.springframework.integration.bus.
MessageBus
(also extends org.springframework.beans.factory.DisposableBean, org.springframework.integration.endpoint.
EndpointRegistry
, org.springframework.context.Lifecycle)
org.springframework.integration.channel.
ChannelRegistryAware
org.springframework.integration.endpoint.
MessageEndpoint
(also extends org.springframework.beans.factory.InitializingBean, org.springframework.integration.message.
MessageTarget
)
org.springframework.integration.router.
ChannelResolver
org.springframework.integration.router.
CompletionStrategy
org.springframework.beans.factory.DisposableBean
org.springframework.integration.bus.
MessageBus
(also extends org.springframework.integration.channel.
ChannelRegistry
, org.springframework.integration.endpoint.
EndpointRegistry
, org.springframework.context.Lifecycle)
org.springframework.integration.endpoint.
EndpointInterceptor
org.springframework.integration.endpoint.
EndpointPolicy
org.springframework.integration.endpoint.
EndpointRegistry
org.springframework.integration.bus.
MessageBus
(also extends org.springframework.integration.channel.
ChannelRegistry
, org.springframework.beans.factory.DisposableBean, org.springframework.context.Lifecycle)
org.springframework.integration.endpoint.
EndpointVisitor
org.springframework.integration.util.
ErrorHandler
org.springframework.integration.adapter.file.
FileNameGenerator
org.springframework.integration.util.
IdGenerator
org.springframework.beans.factory.InitializingBean
org.springframework.integration.endpoint.
MessageEndpoint
(also extends org.springframework.integration.channel.
ChannelRegistryAware
, org.springframework.integration.message.
MessageTarget
)
org.springframework.context.Lifecycle
org.springframework.integration.bus.
MessageBus
(also extends org.springframework.integration.channel.
ChannelRegistry
, org.springframework.beans.factory.DisposableBean, org.springframework.integration.endpoint.
EndpointRegistry
)
org.springframework.integration.scheduling.
TaskScheduler
(also extends org.springframework.scheduling.SchedulingTaskExecutor)
org.springframework.integration.adapter.mail.
MailHeaderGenerator
org.springframework.integration.router.
MessageBarrier
org.springframework.integration.bus.
MessageBusAware
org.springframework.integration.bus.
MessageBusInterceptor
org.springframework.integration.message.
MessageCreator
<O,P>
org.springframework.integration.message.
MessageDeliveryAware
org.springframework.integration.handler.
MessageHandler
org.springframework.integration.handler.config.
MessageHandlerCreator
org.springframework.integration.message.
MessageHeader
org.springframework.integration.adapter.
MessageHeaderMapper
<T>
org.springframework.integration.message.
MessageMapper
<P,O>
org.springframework.integration.message.selector.
MessageSelector
org.springframework.integration.message.
MessageSource
<T>
org.springframework.integration.message.
BlockingSource
<T>
org.springframework.integration.channel.
MessageChannel
(also extends org.springframework.integration.message.
BlockingTarget
)
org.springframework.integration.channel.
MessageChannel
(also extends org.springframework.integration.message.
BlockingSource
<T>, org.springframework.integration.message.
BlockingTarget
)
org.springframework.integration.message.
MessageStore
org.springframework.integration.message.
MessageTarget
org.springframework.integration.message.
BlockingTarget
org.springframework.integration.channel.
MessageChannel
(also extends org.springframework.integration.message.
BlockingSource
<T>)
org.springframework.integration.channel.
MessageChannel
(also extends org.springframework.integration.message.
BlockingSource
<T>, org.springframework.integration.message.
BlockingTarget
)
org.springframework.integration.dispatcher.
MessageDispatcher
org.springframework.integration.endpoint.
MessageEndpoint
(also extends org.springframework.integration.channel.
ChannelRegistryAware
, org.springframework.beans.factory.InitializingBean)
org.springframework.integration.transformer.
MessageTransformer
org.springframework.integration.endpoint.
MessagingGateway
org.springframework.integration.util.
MethodInvoker
org.springframework.integration.util.
MethodValidator
org.springframework.integration.router.
MultiChannelNameResolver
org.springframework.integration.router.
MultiChannelResolver
org.springframework.integration.security.config.
OrderedIncludeExcludeList
org.springframework.integration.handler.
ReplyHandler
org.springframework.integration.xml.result.
ResultFactory
java.lang.Runnable
org.springframework.integration.scheduling.
SchedulableTask
org.springframework.integration.scheduling.
Schedule
java.io.Serializable
org.springframework.integration.message.
Message
<T>
org.springframework.integration.xml.source.
SourceFactory
org.springframework.integration.message.
Subscribable
org.springframework.core.task.TaskExecutor
org.springframework.scheduling.SchedulingTaskExecutor
org.springframework.integration.scheduling.
TaskScheduler
(also extends org.springframework.context.Lifecycle)
Annotation Type Hierarchy
org.springframework.integration.annotation.
Transformer
(implements java.lang.annotation.Annotation)
org.springframework.integration.annotation.
Subscriber
(implements java.lang.annotation.Annotation)
org.springframework.integration.annotation.
Splitter
(implements java.lang.annotation.Annotation)
org.springframework.integration.annotation.
Router
(implements java.lang.annotation.Annotation)
org.springframework.integration.annotation.
Publisher
(implements java.lang.annotation.Annotation)
org.springframework.integration.annotation.
Polled
(implements java.lang.annotation.Annotation)
org.springframework.integration.annotation.
MessageTarget
(implements java.lang.annotation.Annotation)
org.springframework.integration.annotation.
MessageSource
(implements java.lang.annotation.Annotation)
org.springframework.integration.annotation.
MessageEndpoint
(implements java.lang.annotation.Annotation)
org.springframework.integration.annotation.
Handler
(implements java.lang.annotation.Annotation)
org.springframework.integration.annotation.
Concurrency
(implements java.lang.annotation.Annotation)
org.springframework.integration.annotation.
CompletionStrategy
(implements java.lang.annotation.Annotation)
org.springframework.integration.annotation.
Aggregator
(implements java.lang.annotation.Annotation)
org.springframework.integration.handler.annotation.
HeaderProperty
(implements java.lang.annotation.Annotation)
org.springframework.integration.handler.annotation.
HeaderAttribute
(implements java.lang.annotation.Annotation)
Enum Hierarchy
java.lang.Object
java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
org.springframework.integration.message.
MessagePriority
org.springframework.integration.samples.cafe.
DrinkType
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes