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/1.6 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.