javax.resource.spi.endpoint
public interface: MessageEndpoint [javadoc |
source]
This defines a contract for a message endpoint. This is implemented by an
application server.
- version:
1.0 -
- author:
Ram - Jeyaraman
| Method from javax.resource.spi.endpoint.MessageEndpoint Detail: |
public void afterDelivery() throws ResourceException
This is called by a resource adapter after a message is delivered. |
public void beforeDelivery(Method method) throws NoSuchMethodException, ResourceException
This is called by a resource adapter before a message is delivered. |
public void release()
This method may be called by the resource adapter to indicate that it
no longer needs a proxy endpoint instance. This hint may be used by
the application server for endpoint pooling decisions. |