Spring Integration

Uses of Package
org.springframework.integration.core

Packages that use org.springframework.integration.core
org.springframework.integration.aggregator   
org.springframework.integration.aop   
org.springframework.integration.channel   
org.springframework.integration.channel.interceptor   
org.springframework.integration.config   
org.springframework.integration.config.annotation   
org.springframework.integration.context   
org.springframework.integration.control   
org.springframework.integration.core   
org.springframework.integration.dispatcher   
org.springframework.integration.endpoint   
org.springframework.integration.event   
org.springframework.integration.file   
org.springframework.integration.file.config   
org.springframework.integration.filter   
org.springframework.integration.gateway   
org.springframework.integration.handler   
org.springframework.integration.http   
org.springframework.integration.httpinvoker   
org.springframework.integration.ip   
org.springframework.integration.ip.tcp   
org.springframework.integration.ip.udp   
org.springframework.integration.jdbc   
org.springframework.integration.jms   
org.springframework.integration.jmx   
org.springframework.integration.mail   
org.springframework.integration.mail.transformer   
org.springframework.integration.rmi   
org.springframework.integration.router   
org.springframework.integration.security.channel   
org.springframework.integration.selector   
org.springframework.integration.splitter   
org.springframework.integration.stream   
org.springframework.integration.test   
org.springframework.integration.test.util   
org.springframework.integration.transformer   
org.springframework.integration.ws   
org.springframework.integration.xml.router   
org.springframework.integration.xml.selector   
org.springframework.integration.xml.splitter   
org.springframework.integration.xmpp.messages   
org.springframework.integration.xmpp.presence   
 

Classes in org.springframework.integration.core used by org.springframework.integration.aggregator
ChannelResolver
          Strategy for resolving a name to a MessageChannel.
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
MessageHandler
          Base interface for any component that handles Messages.
MessageProducer
          Base interface for any component that is capable of sending Messages to a MessageChannel.
MessageSource
          Base interface for any source of Messages that can be polled.
MessagingTemplate
          This is the central class for invoking message exchange operations across MessageChannels.
 

Classes in org.springframework.integration.core used by org.springframework.integration.aop
ChannelResolver
          Strategy for resolving a name to a MessageChannel.
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
 

Classes in org.springframework.integration.core used by org.springframework.integration.channel
ChannelResolver
          Strategy for resolving a name to a MessageChannel.
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
MessageHandler
          Base interface for any component that handles Messages.
MessageSelector
          Strategy interface for message selection.
PollableChannel
          Interface for Message Channels from which Messages may be actively received through polling.
SubscribableChannel
          Interface for any MessageChannel implementation that accepts subscribers.
 

Classes in org.springframework.integration.core used by org.springframework.integration.channel.interceptor
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
MessageSelector
          Strategy interface for message selection.
 

Classes in org.springframework.integration.core used by org.springframework.integration.config
ChannelResolver
          Strategy for resolving a name to a MessageChannel.
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
MessageHandler
          Base interface for any component that handles Messages.
MessageSource
          Base interface for any source of Messages that can be polled.
 

Classes in org.springframework.integration.core used by org.springframework.integration.config.annotation
ChannelResolver
          Strategy for resolving a name to a MessageChannel.
MessageHandler
          Base interface for any component that handles Messages.
 

Classes in org.springframework.integration.core used by org.springframework.integration.context
ChannelResolver
          Strategy for resolving a name to a MessageChannel.
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
 

Classes in org.springframework.integration.core used by org.springframework.integration.control
SubscribableChannel
          Interface for any MessageChannel implementation that accepts subscribers.
 

Classes in org.springframework.integration.core used by org.springframework.integration.core
GenericMessage
          Base Message class defining common properties such as id, payload, and headers.
MessageBuilder
           
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
MessageHandler
          Base interface for any component that handles Messages.
PollableChannel
          Interface for Message Channels from which Messages may be actively received through polling.
 

Classes in org.springframework.integration.core used by org.springframework.integration.dispatcher
MessageHandler
          Base interface for any component that handles Messages.
 

Classes in org.springframework.integration.core used by org.springframework.integration.endpoint
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
MessageHandler
          Base interface for any component that handles Messages.
MessageProducer
          Base interface for any component that is capable of sending Messages to a MessageChannel.
MessageSource
          Base interface for any source of Messages that can be polled.
PollableChannel
          Interface for Message Channels from which Messages may be actively received through polling.
SubscribableChannel
          Interface for any MessageChannel implementation that accepts subscribers.
 

Classes in org.springframework.integration.core used by org.springframework.integration.event
MessageHandler
          Base interface for any component that handles Messages.
MessageProducer
          Base interface for any component that is capable of sending Messages to a MessageChannel.
 

Classes in org.springframework.integration.core used by org.springframework.integration.file
MessageHandler
          Base interface for any component that handles Messages.
MessageProducer
          Base interface for any component that is capable of sending Messages to a MessageChannel.
MessageSource
          Base interface for any source of Messages that can be polled.
 

Classes in org.springframework.integration.core used by org.springframework.integration.file.config
ChannelResolver
          Strategy for resolving a name to a MessageChannel.
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
 

Classes in org.springframework.integration.core used by org.springframework.integration.filter
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
MessageHandler
          Base interface for any component that handles Messages.
MessageProducer
          Base interface for any component that is capable of sending Messages to a MessageChannel.
MessageSelector
          Strategy interface for message selection.
 

Classes in org.springframework.integration.core used by org.springframework.integration.gateway
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
MessageHandler
          Base interface for any component that handles Messages.
MessageProducer
          Base interface for any component that is capable of sending Messages to a MessageChannel.
 

Classes in org.springframework.integration.core used by org.springframework.integration.handler
ChannelResolver
          Strategy for resolving a name to a MessageChannel.
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
MessageHandler
          Base interface for any component that handles Messages.
MessageProducer
          Base interface for any component that is capable of sending Messages to a MessageChannel.
 

Classes in org.springframework.integration.core used by org.springframework.integration.http
MessageHandler
          Base interface for any component that handles Messages.
MessageProducer
          Base interface for any component that is capable of sending Messages to a MessageChannel.
 

Classes in org.springframework.integration.core used by org.springframework.integration.httpinvoker
MessageHandler
          Base interface for any component that handles Messages.
MessageProducer
          Base interface for any component that is capable of sending Messages to a MessageChannel.
 

Classes in org.springframework.integration.core used by org.springframework.integration.ip
MessageHandler
          Base interface for any component that handles Messages.
MessageProducer
          Base interface for any component that is capable of sending Messages to a MessageChannel.
 

Classes in org.springframework.integration.core used by org.springframework.integration.ip.tcp
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
MessageHandler
          Base interface for any component that handles Messages.
MessageProducer
          Base interface for any component that is capable of sending Messages to a MessageChannel.
 

Classes in org.springframework.integration.core used by org.springframework.integration.ip.udp
MessageHandler
          Base interface for any component that handles Messages.
MessageProducer
          Base interface for any component that is capable of sending Messages to a MessageChannel.
 

Classes in org.springframework.integration.core used by org.springframework.integration.jdbc
MessageHandler
          Base interface for any component that handles Messages.
MessageSource
          Base interface for any source of Messages that can be polled.
 

Classes in org.springframework.integration.core used by org.springframework.integration.jms
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
MessageHandler
          Base interface for any component that handles Messages.
MessageProducer
          Base interface for any component that is capable of sending Messages to a MessageChannel.
MessageSource
          Base interface for any source of Messages that can be polled.
SubscribableChannel
          Interface for any MessageChannel implementation that accepts subscribers.
 

Classes in org.springframework.integration.core used by org.springframework.integration.jmx
MessageHandler
          Base interface for any component that handles Messages.
MessageProducer
          Base interface for any component that is capable of sending Messages to a MessageChannel.
MessageSource
          Base interface for any source of Messages that can be polled.
 

Classes in org.springframework.integration.core used by org.springframework.integration.mail
MessageHandler
          Base interface for any component that handles Messages.
MessageProducer
          Base interface for any component that is capable of sending Messages to a MessageChannel.
MessageSource
          Base interface for any source of Messages that can be polled.
 

Classes in org.springframework.integration.core used by org.springframework.integration.mail.transformer
MessageBuilder
           
 

Classes in org.springframework.integration.core used by org.springframework.integration.rmi
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
MessageHandler
          Base interface for any component that handles Messages.
MessageProducer
          Base interface for any component that is capable of sending Messages to a MessageChannel.
 

Classes in org.springframework.integration.core used by org.springframework.integration.router
ChannelResolver
          Strategy for resolving a name to a MessageChannel.
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
MessageHandler
          Base interface for any component that handles Messages.
MessageSelector
          Strategy interface for message selection.
 

Classes in org.springframework.integration.core used by org.springframework.integration.security.channel
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
 

Classes in org.springframework.integration.core used by org.springframework.integration.selector
MessageSelector
          Strategy interface for message selection.
 

Classes in org.springframework.integration.core used by org.springframework.integration.splitter
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
MessageHandler
          Base interface for any component that handles Messages.
MessageProducer
          Base interface for any component that is capable of sending Messages to a MessageChannel.
 

Classes in org.springframework.integration.core used by org.springframework.integration.stream
MessageHandler
          Base interface for any component that handles Messages.
MessageSource
          Base interface for any source of Messages that can be polled.
StringMessage
          A message implementation that accepts a String payload.
 

Classes in org.springframework.integration.core used by org.springframework.integration.test
GenericMessage
          Base Message class defining common properties such as id, payload, and headers.
StringMessage
          A message implementation that accepts a String payload.
 

Classes in org.springframework.integration.core used by org.springframework.integration.test.util
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
MessageHandler
          Base interface for any component that handles Messages.
 

Classes in org.springframework.integration.core used by org.springframework.integration.transformer
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
MessageHandler
          Base interface for any component that handles Messages.
MessageProducer
          Base interface for any component that is capable of sending Messages to a MessageChannel.
 

Classes in org.springframework.integration.core used by org.springframework.integration.ws
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
MessageHandler
          Base interface for any component that handles Messages.
MessageProducer
          Base interface for any component that is capable of sending Messages to a MessageChannel.
 

Classes in org.springframework.integration.core used by org.springframework.integration.xml.router
MessageHandler
          Base interface for any component that handles Messages.
 

Classes in org.springframework.integration.core used by org.springframework.integration.xml.selector
MessageSelector
          Strategy interface for message selection.
 

Classes in org.springframework.integration.core used by org.springframework.integration.xml.splitter
MessageHandler
          Base interface for any component that handles Messages.
MessageProducer
          Base interface for any component that is capable of sending Messages to a MessageChannel.
 

Classes in org.springframework.integration.core used by org.springframework.integration.xmpp.messages
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
MessageHandler
          Base interface for any component that handles Messages.
 

Classes in org.springframework.integration.core used by org.springframework.integration.xmpp.presence
MessageChannel
          Base channel interface defining common behavior for message sending and receiving.
MessageHandler
          Base interface for any component that handles Messages.
 


Spring Integration

Copyright © 2010. All Rights Reserved.