Spring Integration

Package org.springframework.integration.jms.config

Provides classes for configuration - parsers, namespace handlers, factory beans.

See:
          Description

Class Summary
JmsChannelFactoryBean  
JmsChannelParser Parser for the 'channel' and 'publish-subscribe-channel' elements of the Spring Integration JMS namespace.
JmsHeaderEnricherParser Header enricher for JMS specific values.
JmsInboundChannelAdapterParser Parser for the <inbound-channel-adapter/> element of the 'jms' namespace.
JmsMessageDrivenEndpointParser Parser for the <message-driven-channel-adapter> element and the <inbound-gateway> element of the 'jms' namespace.
JmsNamespaceHandler Namespace handler for Spring Integration's jms namespace.
JmsOutboundChannelAdapterParser Parser for the <outbound-channel-adapter/> element of the jms namespace.
JmsOutboundGatewayParser Parser for the <outbound-gateway> element of the integration 'jms' namespace.
 

Package org.springframework.integration.jms.config Description

Provides classes for configuration - parsers, namespace handlers, factory beans.


Spring Integration