Spring Integration

Uses of Package
org.springframework.integration.core

Packages that use org.springframework.integration.core
org.springframework.integration.aggregator   
org.springframework.integration.channel   
org.springframework.integration.channel.interceptor   
org.springframework.integration.config   
org.springframework.integration.config.annotation   
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.filter   
org.springframework.integration.ftp   
org.springframework.integration.ftp.impl   
org.springframework.integration.gateway   
org.springframework.integration.handler   
org.springframework.integration.history   
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.jmx.config   
org.springframework.integration.mail   
org.springframework.integration.monitor   
org.springframework.integration.rmi   
org.springframework.integration.router   
org.springframework.integration.selector   
org.springframework.integration.sftp   
org.springframework.integration.sftp.impl   
org.springframework.integration.splitter   
org.springframework.integration.stream   
org.springframework.integration.test.util   
org.springframework.integration.transformer   
org.springframework.integration.twitter   
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
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.channel
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
MessageSelector
          Strategy interface for message selection.
 

Classes in org.springframework.integration.core used by org.springframework.integration.config
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
MessageHandler
          Base interface for any component that handles Messages.
 

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
AsyncMessagingOperations
           
MessageHandler
          Base interface for any component that handles Messages.
MessagePostProcessor
          To be used with MessagingTemplate's send method that converts an object to a message.
MessagingOperations
          Specifies a basic set of messaging operations.
MessagingTemplate
          This is the central class for invoking message exchange operations across MessageChannels.
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
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.filter
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.ftp
MessageHandler
          Base interface for any component that handles Messages.
 

Classes in org.springframework.integration.core used by org.springframework.integration.ftp.impl
MessageSource
          Base interface for any source of Messages that can be polled.
 

Classes in org.springframework.integration.core used by org.springframework.integration.gateway
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
MessageHandler
          Base interface for any component that handles Messages.
MessageProducer
          Base interface for any component that is capable of sending Messages to a MessageChannel.
MessagingTemplate
          This is the central class for invoking message exchange operations across MessageChannels.
 

Classes in org.springframework.integration.core used by org.springframework.integration.history
MessagePostProcessor
          To be used with MessagingTemplate's send method that converts an object to a message.
 

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
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.
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.jms
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.jmx.config
SubscribableChannel
          Interface for any MessageChannel implementation that accepts subscribers.
 

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.monitor
MessageHandler
          Base interface for any component that handles Messages.
 

Classes in org.springframework.integration.core used by org.springframework.integration.rmi
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
MessageHandler
          Base interface for any component that handles Messages.
MessageSelector
          Strategy interface for message selection.
MessagingTemplate
          This is the central class for invoking message exchange operations across MessageChannels.
 

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.sftp
MessageHandler
          Base interface for any component that handles Messages.
 

Classes in org.springframework.integration.core used by org.springframework.integration.sftp.impl
MessageSource
          Base interface for any source of Messages that can be polled.
 

Classes in org.springframework.integration.core used by org.springframework.integration.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.stream
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.test.util
MessageHandler
          Base interface for any component that handles Messages.
 

Classes in org.springframework.integration.core used by org.springframework.integration.transformer
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.twitter
MessageHandler
          Base interface for any component that handles Messages.
MessagingTemplate
          This is the central class for invoking message exchange operations across MessageChannels.
 

Classes in org.springframework.integration.core used by org.springframework.integration.ws
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
MessageHandler
          Base interface for any component that handles Messages.
 

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


Spring Integration

Copyright © 2010. All Rights Reserved.