Example usage for javax.resource.spi.endpoint MessageEndpointFactory interface-usage

List of usage examples for javax.resource.spi.endpoint MessageEndpointFactory interface-usage

Introduction

In this page you can find the example usage for javax.resource.spi.endpoint MessageEndpointFactory interface-usage.

Usage

From source file org.springframework.jca.endpoint.AbstractMessageEndpointFactory.java

/**
 * Abstract base implementation of the JCA 1.7
 * {@link javax.resource.spi.endpoint.MessageEndpointFactory} interface,
 * providing transaction management capabilities as well as ClassLoader
 * exposure for endpoint invocations.
 *