Spring Integration

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

Packages that use AbstractConsumerEndpointParser
org.springframework.integration.config.xml   
org.springframework.integration.file.config   
org.springframework.integration.http.config   
org.springframework.integration.httpinvoker.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.rmi.config   
org.springframework.integration.ws.config   
org.springframework.integration.xml.config   
 

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

Subclasses of AbstractConsumerEndpointParser in org.springframework.integration.config.xml
 class AbstractChannelNameResolvingRouterParser
          Base parser for routers that create instances that are subclasses of AbstractChannelNameResolvingMessageRouter.
 class AbstractOutboundGatewayParser
          Base class for url-based outbound gateway parsers.
 class AbstractRouterParser
          Base parser for routers.
 class AbstractTransformerParser
           
 class AggregatorParser
          Parser for the aggregator element of the integration namespace.
 class BridgeParser
          Parser for the <bridge> element.
 class ChainParser
          Parser for the <chain> element.
 class ClaimCheckInParser
          Parser for the <claim-check-in/> element.
 class ClaimCheckOutParser
          Parser for the <claim-check-out/> element.
 class DefaultRouterParser
          Parser for the <router/> element.
 class DelayerParser
          Parser for the <delayer> element.
 class FilterParser
          Parser for the <filter/> element.
 class HeaderEnricherParserSupport
          Base support class for 'header-enricher' parsers.
 class HeaderFilterParser
          Parser for the 'header-filter' element.
 class HeaderValueRouterParser
          Parser for the <header-value-router/> element.
 class MapToObjectTransformerParser
           
 class ObjectToMapTransformerParser
           
 class ObjectToStringTransformerParser
          Parser for the 'object-to-string-transformer' element.
 class PayloadDeserializingTransformerParser
          Parser for the 'payload-deserializing-transformer' element.
 class PayloadSerializingTransformerParser
          Parser for the 'payload-serializing-transformer' element.
 class PayloadTypeRouterParser
          Parser for the <payload-type-router/> element.
 class RecipientListRouterParser
          Parser for the <recipient-list-router/> element.
 class ResequencerParser
          Parser for the <resequencer> element.
 class ServiceActivatorParser
          Parser for the <service-activator> element.
 class SplitterParser
          Parser for the <splitter/> element.
 class StandardHeaderEnricherParser
          Parser for the <header-enricher> element within the core integration namespace.
 class TransformerParser
          Parser for the <transformer/> element.
 

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

Subclasses of AbstractConsumerEndpointParser in org.springframework.integration.file.config
 class AbstractFilePayloadTransformerParser
          Base class for File payload transformer parsers.
 class FileOutboundGatewayParser
          Parser for the 'outbound-gateway' element of the file namespace.
 class FileToByteArrayTransformerParser
          Parser for the <file-to-bytes-transformer> element.
 class FileToStringTransformerParser
          Parser for the <file-to-string-transformer> element.
 

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

Subclasses of AbstractConsumerEndpointParser in org.springframework.integration.http.config
 class HttpOutboundGatewayParser
          Parser for the 'outbound-gateway' element of the http namespace.
 

Uses of AbstractConsumerEndpointParser in org.springframework.integration.httpinvoker.config
 

Subclasses of AbstractConsumerEndpointParser in org.springframework.integration.httpinvoker.config
 class HttpInvokerOutboundGatewayParser
          Deprecated. as of 2.0.x. We recommend using the REST-based HTTP adapters instead.
 

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

Subclasses of AbstractConsumerEndpointParser in org.springframework.integration.ip.config
 class TcpOutboundGatewayParser
          Parser for the <outbound-gateway> element of the integration 'jms' namespace.
 

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

Subclasses of AbstractConsumerEndpointParser in org.springframework.integration.jdbc.config
 class JdbcOutboundGatewayParser
           
 

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

Subclasses of AbstractConsumerEndpointParser in org.springframework.integration.jms.config
 class JmsHeaderEnricherParser
          Header enricher for JMS specific values.
 class JmsOutboundGatewayParser
          Parser for the <outbound-gateway> element of the integration 'jms' namespace.
 

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

Subclasses of AbstractConsumerEndpointParser in org.springframework.integration.jmx.config
 class OperationInvokingOutboundGatewayParser
           
 

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

Subclasses of AbstractConsumerEndpointParser in org.springframework.integration.mail.config
 class MailHeaderEnricherParser
           
 class MailToStringTransformerParser
          Parser for the <mail-to-string-transformer> element.
 

Uses of AbstractConsumerEndpointParser in org.springframework.integration.rmi.config
 

Subclasses of AbstractConsumerEndpointParser in org.springframework.integration.rmi.config
 class RmiOutboundGatewayParser
          Parser for the <outbound-gateway/> element of the 'rmi' namespace.
 

Uses of AbstractConsumerEndpointParser in org.springframework.integration.ws.config
 

Subclasses of AbstractConsumerEndpointParser in org.springframework.integration.ws.config
 class WebServiceHeaderEnricherParser
           
 class WebServiceOutboundGatewayParser
          Parser for the <outbound-gateway/> element in the 'ws' namespace.
 

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

Subclasses of AbstractConsumerEndpointParser in org.springframework.integration.xml.config
 class MarshallingTransformerParser
           
 class UnmarshallingTransformerParser
           
 class XmlPayloadValidatingRouterParser
           
 class XPathHeaderEnricherParser
          Parser for <xpath-header-enricher> elements.
 class XPathMessageSplitterParser
           
 class XPathRouterParser
          Parser for the <xpath-router/> element.
 class XPathTransformerParser
          Parser for the 'xpath-transformer' element.
 class XsltPayloadTransformerParser
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.