Spring Integration

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

Packages that use AbstractPollingInboundChannelAdapterParser
org.springframework.integration.config.xml   
org.springframework.integration.file.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 AbstractPollingInboundChannelAdapterParser in org.springframework.integration.config.xml
 

Subclasses of AbstractPollingInboundChannelAdapterParser in org.springframework.integration.config.xml
 class MethodInvokingInboundChannelAdapterParser
          Parser for the <inbound-channel-adapter/> element.
 

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

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

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

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

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

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

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

Subclasses of AbstractPollingInboundChannelAdapterParser in org.springframework.integration.jmx.config
 class AttributePollingChannelAdapterParser
           
 

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

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

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

Subclasses of AbstractPollingInboundChannelAdapterParser in org.springframework.integration.stream.config
 class ConsoleInboundChannelAdapterParser
          Parser for the <stdin-channel-adapter> element.
 


Spring Integration

Copyright © 2010. All Rights Reserved.