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.event
,
org.springframework.integration.adapter.file
,
org.springframework.integration.adapter.file.config
,
org.springframework.integration.adapter.jms
,
org.springframework.integration.adapter.jms.config
,
org.springframework.integration.adapter.stream
,
org.springframework.integration.annotation
,
org.springframework.integration.aop
,
org.springframework.integration.bus
,
org.springframework.integration.channel
,
org.springframework.integration.config
,
org.springframework.integration.dispatcher
,
org.springframework.integration.endpoint
,
org.springframework.integration.handler
,
org.springframework.integration.handler.config
,
org.springframework.integration.message
,
org.springframework.integration.message.selector
,
org.springframework.integration.router
,
org.springframework.integration.scheduling
,
org.springframework.integration.transformer
,
org.springframework.integration.util
Class Hierarchy
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser (implements org.springframework.beans.factory.xml.BeanDefinitionParser)
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
org.springframework.integration.config.
MessageBusParser
org.springframework.integration.adapter.file.config.
FileSourceAdapterParser
org.springframework.integration.adapter.file.config.
FileTargetAdapterParser
org.springframework.integration.adapter.jms.config.
JmsSourceAdapterParser
org.springframework.integration.adapter.jms.config.
JmsTargetAdapterParser
org.springframework.integration.handler.
AbstractMessageHandlerAdapter
<T> (implements org.springframework.beans.factory.InitializingBean, org.springframework.integration.handler.
MessageHandler
, org.springframework.core.Ordered)
org.springframework.integration.handler.
DefaultMessageHandlerAdapter
<T> (implements org.springframework.core.Ordered)
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.handler.config.
AbstractMessageHandlerCreator
(implements org.springframework.integration.handler.config.
MessageHandlerCreator
)
org.springframework.integration.handler.config.
DefaultMessageHandlerCreator
org.springframework.integration.handler.config.
RouterMessageHandlerCreator
org.springframework.integration.handler.config.
SplitterMessageHandlerCreator
org.springframework.integration.message.
AbstractMessageMapper
<M,O> (implements org.springframework.integration.message.
MessageMapper
<M,O>)
org.springframework.integration.adapter.file.
AbstractFileMapper
<T>
org.springframework.integration.adapter.file.
ByteArrayFileMapper
org.springframework.integration.adapter.file.
TextFileMapper
org.springframework.integration.message.
SimplePayloadMessageMapper
<T>
org.springframework.integration.scheduling.
AbstractMessagingTaskScheduler
(implements org.springframework.integration.scheduling.
MessagingTaskScheduler
)
org.springframework.integration.scheduling.
SimpleMessagingTaskScheduler
(implements org.springframework.beans.factory.InitializingBean)
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.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.adapter.
AbstractSourceAdapter
<T> (implements org.springframework.beans.factory.InitializingBean, org.springframework.integration.adapter.
SourceAdapter
)
org.springframework.integration.adapter.event.
ApplicationEventSourceAdapter
(implements org.springframework.context.ApplicationListener)
org.springframework.integration.adapter.jms.
JmsMessageDrivenSourceAdapter
(implements org.springframework.beans.factory.DisposableBean, org.springframework.context.Lifecycle)
org.springframework.integration.adapter.
PollingSourceAdapter
<T> (implements org.springframework.context.Lifecycle, org.springframework.integration.scheduling.
MessagingTaskSchedulerAware
)
org.springframework.integration.adapter.stream.
ByteStreamSourceAdapter
org.springframework.integration.adapter.stream.
CharacterStreamSourceAdapter
org.springframework.integration.adapter.file.
FileSourceAdapter
org.springframework.integration.adapter.jms.
JmsPollingSourceAdapter
org.springframework.integration.adapter.
AbstractTargetAdapter
<T> (implements org.springframework.integration.handler.
MessageHandler
)
org.springframework.integration.adapter.event.
ApplicationEventTargetAdapter
(implements org.springframework.context.ApplicationEventPublisherAware)
org.springframework.integration.adapter.stream.
ByteStreamTargetAdapter
org.springframework.integration.adapter.stream.
CharacterStreamTargetAdapter
org.springframework.integration.adapter.
DefaultTargetAdapter
<T>
org.springframework.integration.adapter.file.
FileTargetAdapter
org.springframework.integration.adapter.jms.
JmsTargetAdapter
(implements org.springframework.beans.factory.InitializingBean)
org.springframework.integration.config.
AnnotationDrivenParser
(implements org.springframework.beans.factory.xml.BeanDefinitionParser)
org.springframework.integration.adapter.stream.
ByteStreamSource
(implements org.springframework.integration.adapter.
PollableSource
<T>)
org.springframework.integration.config.
ChannelAdapterParser
(implements org.springframework.beans.factory.xml.BeanDefinitionParser)
org.springframework.integration.config.
ChannelParser
(implements org.springframework.beans.factory.xml.BeanDefinitionParser)
org.springframework.integration.dispatcher.
ChannelPollingMessageRetriever
(implements org.springframework.integration.dispatcher.
MessageRetriever
)
org.springframework.integration.adapter.jms.
ChannelPublishingJmsListener
(implements javax.jms.MessageListener)
org.springframework.integration.adapter.stream.
CharacterStreamSource
(implements org.springframework.integration.adapter.
PollableSource
<T>)
org.springframework.integration.endpoint.
ConcurrencyPolicy
(implements org.springframework.integration.endpoint.
EndpointPolicy
)
org.springframework.integration.handler.
ConcurrentHandler
(implements org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.integration.handler.
MessageHandler
)
org.springframework.integration.channel.
DefaultChannelRegistry
(implements org.springframework.integration.channel.
ChannelRegistry
)
org.springframework.integration.adapter.file.
DefaultFileNameGenerator
(implements org.springframework.integration.adapter.file.
FileNameGenerator
)
org.springframework.integration.dispatcher.
DefaultMessageDispatcher
(implements org.springframework.integration.dispatcher.
MessageDispatcher
, org.springframework.integration.scheduling.
MessagingTaskSchedulerAware
)
org.springframework.integration.endpoint.
DefaultMessageEndpoint
(implements org.springframework.beans.factory.BeanNameAware, org.springframework.integration.channel.
ChannelRegistryAware
, org.springframework.beans.factory.InitializingBean, org.springframework.integration.endpoint.
MessageEndpoint
)
org.springframework.integration.dispatcher.
DispatcherPolicy
org.springframework.integration.dispatcher.
DispatcherTask
(implements org.springframework.integration.scheduling.
MessagingTask
)
org.springframework.integration.config.
EndpointParser
(implements org.springframework.beans.factory.xml.BeanDefinitionParser)
java.util.EventObject (implements java.io.Serializable)
org.springframework.context.ApplicationEvent
org.springframework.integration.adapter.event.
MessagingEvent
<T>
org.springframework.integration.adapter.file.
FileSource
(implements org.springframework.integration.adapter.
PollableSource
<T>)
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.handler.
InterceptingMessageHandler
(implements org.springframework.integration.handler.
MessageHandler
)
org.springframework.integration.adapter.jms.
JmsPollableSource
(implements org.springframework.beans.factory.InitializingBean, org.springframework.integration.adapter.
PollableSource
<T>)
org.springframework.integration.bus.
MessageBus
(implements org.springframework.context.ApplicationContextAware, org.springframework.integration.channel.
ChannelRegistry
, org.springframework.context.Lifecycle)
org.springframework.integration.config.
MessageEndpointAnnotationPostProcessor
(implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.InitializingBean)
org.springframework.integration.transformer.
MessageFilter
(implements org.springframework.integration.handler.
MessageHandler
)
org.springframework.integration.handler.
MessageHandlerChain
(implements org.springframework.integration.handler.
MessageHandler
)
org.springframework.integration.message.
MessageHeader
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.adapter.event.
MessagingEventMapper
<T> (implements org.springframework.integration.message.
MessageMapper
<M,O>)
org.springframework.integration.adapter.
MethodInvokingSource
<T> (implements org.springframework.beans.factory.InitializingBean, org.springframework.integration.adapter.
PollableSource
<T>)
org.springframework.integration.adapter.
MethodInvokingTarget
<T> (implements org.springframework.beans.factory.InitializingBean, org.springframework.integration.adapter.
Target
<T>)
org.springframework.beans.factory.xml.NamespaceHandlerSupport (implements org.springframework.beans.factory.xml.NamespaceHandler)
org.springframework.integration.config.
IntegrationNamespaceHandler
org.springframework.integration.message.selector.
PayloadTypeSelector
(implements org.springframework.integration.message.selector.
MessageSelector
)
org.springframework.integration.scheduling.
PollingSchedule
(implements org.springframework.integration.scheduling.
Schedule
)
org.springframework.integration.config.
PublisherAnnotationPostProcessor
(implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.config.BeanPostProcessor)
org.springframework.integration.util.
RandomGuid
org.springframework.integration.util.
RandomGuidUidGenerator
(implements java.io.Serializable, org.springframework.integration.util.
UidGenerator
)
org.springframework.integration.channel.
SimpleChannel
(implements org.springframework.beans.factory.BeanNameAware, org.springframework.integration.channel.
MessageChannel
)
org.springframework.integration.util.
SimpleMethodInvoker
<T>
org.springframework.integration.config.
SubscriberAnnotationPostProcessor
(implements org.springframework.beans.factory.config.BeanPostProcessor)
org.springframework.integration.bus.
Subscription
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
java.lang.RuntimeException
org.springframework.integration.
MessagingException
org.springframework.integration.
MessageDeliveryException
org.springframework.integration.
MessageHandlingException
org.springframework.integration.handler.
MessageHandlerNotRunningException
org.springframework.integration.handler.
MessageHandlerRejectedExecutionException
org.springframework.integration.message.selector.
MessageSelectorRejectedException
org.springframework.integration.
MessagingConfigurationException
Interface Hierarchy
org.springframework.integration.adapter.
ArgumentListPreparer
org.springframework.integration.router.
ChannelNameResolver
org.springframework.integration.channel.
ChannelRegistry
org.springframework.integration.channel.
ChannelRegistryAware
org.springframework.integration.router.
ChannelResolver
org.springframework.integration.endpoint.
EndpointPolicy
org.springframework.integration.util.
ErrorHandler
org.springframework.integration.adapter.file.
FileNameGenerator
org.springframework.context.Lifecycle
org.springframework.integration.dispatcher.
MessageDispatcher
org.springframework.integration.endpoint.
MessageEndpoint
(also extends org.springframework.integration.handler.
MessageHandler
)
org.springframework.integration.scheduling.
MessagingTaskScheduler
(also extends org.springframework.scheduling.SchedulingTaskExecutor)
org.springframework.integration.message.
Message
<T>
org.springframework.integration.channel.
MessageChannel
org.springframework.integration.handler.
MessageHandler
org.springframework.integration.endpoint.
MessageEndpoint
(also extends org.springframework.context.Lifecycle)
org.springframework.integration.handler.config.
MessageHandlerCreator
org.springframework.integration.message.
MessageMapper
<M,O>
org.springframework.integration.dispatcher.
MessageRetriever
org.springframework.integration.message.selector.
MessageSelector
org.springframework.integration.scheduling.
MessagingTaskSchedulerAware
org.springframework.integration.util.
MethodValidator
org.springframework.integration.router.
MultiChannelNameResolver
org.springframework.integration.router.
MultiChannelResolver
org.springframework.integration.adapter.
PollableSource
<T>
org.springframework.integration.handler.
ReplyHandler
java.lang.Runnable
org.springframework.integration.scheduling.
MessagingTask
org.springframework.integration.scheduling.
Schedule
org.springframework.integration.adapter.
SourceAdapter
org.springframework.integration.adapter.
Target
<T>
org.springframework.core.task.TaskExecutor
org.springframework.scheduling.SchedulingTaskExecutor
org.springframework.integration.scheduling.
MessagingTaskScheduler
(also extends org.springframework.context.Lifecycle)
org.springframework.integration.util.
UidGenerator
Annotation Type Hierarchy
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.
MessageEndpoint
(implements java.lang.annotation.Annotation)
org.springframework.integration.annotation.
Handler
(implements java.lang.annotation.Annotation)
org.springframework.integration.annotation.
DefaultOutput
(implements java.lang.annotation.Annotation)
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes