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

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


The Spring Framework

Package org.springframework.jca.endpoint

This package provides a facility for generic JCA message endpoint management.

See:
          Description

Class Summary
AbstractMessageEndpointFactory Abstract base implementation of the JCA 1.5 MessageEndpointFactory interface, providing transaction management capabilities as well as ClassLoader exposure for endpoint invocations.
GenericMessageEndpointFactory Generic implementation of the JCA 1.5 MessageEndpointFactory interface, providing transaction management capabilities for any kind of message listener object (e.g.
GenericMessageEndpointManager Generic bean that manages JCA 1.5 message endpoints within a Spring application context, activating and deactivating the endpoint as part of the application context's lifecycle.
 

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

Package org.springframework.jca.endpoint Description

This package provides a facility for generic JCA message endpoint management.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.