站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.1.0 API 文档英文版

org.springframework.jms.listener.endpoint (Spring Framework API 2.1) - Spring Framework 2.1.0 API 文档英文版


The Spring Framework

Package org.springframework.jms.listener.endpoint

This package provides JCA-based endpoint management for JMS message listeners.

See:
          Description

Interface Summary
JmsActivationSpecFactory Strategy interface for creating JCA 1.5 ActivationSpec objects based on a configured JmsActivationSpecConfig object.
 

Class Summary
DefaultJmsActivationSpecFactory Default implementation of the JmsActivationSpecFactory interface.
JmsActivationSpecConfig Common configuration object for activating a JMS message endpoint.
JmsMessageEndpointFactory JMS-specific implementation of the JCA 1.5 MessageEndpointFactory interface, providing transaction management capabilities for a JMS listener object (e.g. a MessageListener object).
JmsMessageEndpointManager Extension of the generic JCA 1.5 GenericMessageEndpointManager, adding JMS-specific support for ActivationSpec configuration.
StandardJmsActivationSpecFactory Standard implementation of the JmsActivationSpecFactory interface.
 

Exception Summary
JmsMessageEndpointFactory.JmsResourceException Internal exception thrown when a ResourceExeption has been encountered during the endpoint invocation.
 

Package org.springframework.jms.listener.endpoint Description

This package provides JCA-based endpoint management for JMS message listeners.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.