Spring Integration

Uses of Class
org.springframework.integration.config.xml.AbstractChannelAdapterParser

Packages that use AbstractChannelAdapterParser
org.springframework.integration.config.xml   
org.springframework.integration.event.config   
org.springframework.integration.file.config   
org.springframework.integration.ftp.config   
org.springframework.integration.http.config   
org.springframework.integration.ip.config   
org.springframework.integration.jdbc.config   
org.springframework.integration.jms.config   
org.springframework.integration.jmx.config   
org.springframework.integration.mail.config   
org.springframework.integration.stream.config   
 

Uses of AbstractChannelAdapterParser in org.springframework.integration.config.xml
 

Subclasses of AbstractChannelAdapterParser in org.springframework.integration.config.xml
 class AbstractOutboundChannelAdapterParser
          Base class for outbound Channel Adapter parsers.
 class AbstractPollingInboundChannelAdapterParser
          Base parser for inbound Channel Adapters that poll a source.
 class LoggingChannelAdapterParser
          Parser for the 'logging-channel-adapter' element.
 class MethodInvokingInboundChannelAdapterParser
          Parser for the <inbound-channel-adapter/> element.
 class MethodInvokingOutboundChannelAdapterParser
          Parser for the <outbound-channel-adapter/> element.
 

Uses of AbstractChannelAdapterParser in org.springframework.integration.event.config
 

Subclasses of AbstractChannelAdapterParser in org.springframework.integration.event.config
 class EventInboundChannelAdapterParser
           
 class EventOutboundChannelAdapterParser
           
 

Uses of AbstractChannelAdapterParser in org.springframework.integration.file.config
 

Subclasses of AbstractChannelAdapterParser in org.springframework.integration.file.config
 class FileInboundChannelAdapterParser
          Parser for the <inbound-channel-adapter> element of the 'file' namespace.
 class FileOutboundChannelAdapterParser
          Parser for the <outbound-channel-adapter/> element of the 'file' namespace.
 

Uses of AbstractChannelAdapterParser in org.springframework.integration.ftp.config
 

Subclasses of AbstractChannelAdapterParser in org.springframework.integration.ftp.config
 class FtpMessageSendingConsumerBeanDefinitionParser
          Logic for parsing the ftp:outbound-channel-adapter
 class FtpMessageSourceBeanDefinitionParser
          Logic that configures an ftp:inbound-channel-adapter
 class FtpsMessageSendingConsumerBeanDefinitionParser
          Logic for parsing the ftp:outbound-channel-adapter
 class FtpsMessageSourceBeanDefinitionParser
          Logic that configures an ftp:inbound-channel-adapter
 

Uses of AbstractChannelAdapterParser in org.springframework.integration.http.config
 

Subclasses of AbstractChannelAdapterParser in org.springframework.integration.http.config
 class HttpOutboundChannelAdapterParser
          Parser for the 'outbound-channel-adapter' element of the http namespace.
 

Uses of AbstractChannelAdapterParser in org.springframework.integration.ip.config
 

Subclasses of AbstractChannelAdapterParser in org.springframework.integration.ip.config
 class TcpInboundChannelAdapterParser
          Channel Adapter that receives UDP datagram packets and maps them to Messages.
 class TcpOutboundChannelAdapterParser
           
 class UdpInboundChannelAdapterParser
          Channel Adapter that receives UDP datagram packets and maps them to Messages.
 class UdpOutboundChannelAdapterParser
           
 

Uses of AbstractChannelAdapterParser in org.springframework.integration.jdbc.config
 

Subclasses of AbstractChannelAdapterParser in org.springframework.integration.jdbc.config
 class JdbcMessageHandlerParser
           
 class JdbcPollingChannelAdapterParser
          Parser for JdbcPollingChannelAdapter.
 

Uses of AbstractChannelAdapterParser in org.springframework.integration.jms.config
 

Subclasses of AbstractChannelAdapterParser in org.springframework.integration.jms.config
 class JmsInboundChannelAdapterParser
          Parser for the <inbound-channel-adapter/> element of the 'jms' namespace.
 class JmsOutboundChannelAdapterParser
          Parser for the <outbound-channel-adapter/> element of the jms namespace.
 

Uses of AbstractChannelAdapterParser in org.springframework.integration.jmx.config
 

Subclasses of AbstractChannelAdapterParser in org.springframework.integration.jmx.config
 class AttributePollingChannelAdapterParser
           
 class NotificationPublishingChannelAdapterParser
           
 class OperationInvokingChannelAdapterParser
           
 

Uses of AbstractChannelAdapterParser in org.springframework.integration.mail.config
 

Subclasses of AbstractChannelAdapterParser in org.springframework.integration.mail.config
 class MailInboundChannelAdapterParser
          Parser for the <inbound-channel-adapter> element of Spring Integration's 'mail' namespace.
 class MailOutboundChannelAdapterParser
          Parser for the <outbound-channel-adapter/> element of the 'mail' namespace.
 

Uses of AbstractChannelAdapterParser in org.springframework.integration.stream.config
 

Subclasses of AbstractChannelAdapterParser in org.springframework.integration.stream.config
 class ConsoleInboundChannelAdapterParser
          Parser for the <stdin-channel-adapter> element.
 class ConsoleOutboundChannelAdapterParser
          Parser for the "stdout-" and "stderr-channel-adapter" elements.
 


Spring Integration

Copyright © 2010. All Rights Reserved.