Spring Integration

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

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

Subclasses of AbstractOutboundChannelAdapterParser in org.springframework.integration.config.xml
 class LoggingChannelAdapterParser
          Parser for the 'logging-channel-adapter' element.
 class MethodInvokingOutboundChannelAdapterParser
          Parser for the <outbound-channel-adapter/> element.
 

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

Subclasses of AbstractOutboundChannelAdapterParser in org.springframework.integration.event.config
 class EventOutboundChannelAdapterParser
           
 

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

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

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

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

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

Subclasses of AbstractOutboundChannelAdapterParser in org.springframework.integration.ip.config
 class IpOutboundChannelAdapterParser
           
 class TcpOutboundChannelAdapterParser
           
 

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

Subclasses of AbstractOutboundChannelAdapterParser in org.springframework.integration.jdbc.config
 class JdbcMessageHandlerParser
           
 

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

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

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

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

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

Subclasses of AbstractOutboundChannelAdapterParser in org.springframework.integration.mail.config
 class MailOutboundChannelAdapterParser
          Parser for the <outbound-channel-adapter/> element of the 'mail' namespace.
 

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

Subclasses of AbstractOutboundChannelAdapterParser in org.springframework.integration.stream.config
 class ConsoleOutboundChannelAdapterParser
          Parser for the "stdout-" and "stderr-channel-adapter" elements.
 


Spring Integration

Copyright © 2010. All Rights Reserved.