Uses of Class
org.springframework.jca.endpoint.AbstractMessageEndpointFactory
Packages that use AbstractMessageEndpointFactory
Package
Description
This package provides a facility for generic JCA message endpoint management.
-
Uses of AbstractMessageEndpointFactory in org.springframework.jca.endpoint
Subclasses of AbstractMessageEndpointFactory in org.springframework.jca.endpointModifier and TypeClassDescriptionclassGeneric implementation of the JCA 1.7MessageEndpointFactoryinterface, providing transaction management capabilities for any kind of message listener object (for example,jakarta.jms.MessageListenerobjects orMessageListenerobjects).