package

org.springframework.jca.endpoint

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

Classes

AbstractMessageEndpointFactory Abstract base implementation of the JCA 1.5/1.6 javax.resource.spi.endpoint.MessageEndpointFactory interface, providing transaction management capabilities as well as ClassLoader exposure for endpoint invocations. 
AbstractMessageEndpointFactory.AbstractMessageEndpoint Inner class for actual endpoint implementations, based on template method to allow for any kind of concrete endpoint implementation. 
GenericMessageEndpointFactory Generic implementation of the JCA 1.5 javax.resource.spi.endpoint.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. 

Exceptions

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