Java javax.resource.spi.endpoint MessageEndpoint fields, constructors, methods, implement or subclass

Example usage for Java javax.resource.spi.endpoint MessageEndpoint fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.resource.spi.endpoint MessageEndpoint.

The text is from its open source code.

Method

voidafterDelivery()
This is called by a resource adapter after a message is delivered.
voidbeforeDelivery(java.lang.reflect.Method method)
This is called by a resource adapter before a message is delivered.
voidrelease()
This method may be called by the resource adapter to indicate that it no longer needs a proxy endpoint instance.