Package org.jboss.as.ejb3.inflow
Class MessageEndpointInvocationHandler
java.lang.Object
org.jboss.as.ejb3.inflow.MessageEndpointInvocationHandler
- All Implemented Interfaces:
jakarta.resource.spi.endpoint.MessageEndpoint,InvocationHandler
public class MessageEndpointInvocationHandler
extends Object
implements jakarta.resource.spi.endpoint.MessageEndpoint
- Author:
- Carlo de Wolf
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidbeforeDelivery(Method method) protected booleanprotected Objectfinal booleanprotected final ClassLoaderprotected final jakarta.transaction.TransactionManagerprotected ObjectinthashCode()final Objectvoidrelease()
-
Method Details
-
afterDelivery
public void afterDelivery() throws jakarta.resource.ResourceException- Specified by:
afterDeliveryin interfacejakarta.resource.spi.endpoint.MessageEndpoint- Throws:
jakarta.resource.ResourceException
-
beforeDelivery
public void beforeDelivery(Method method) throws NoSuchMethodException, jakarta.resource.ResourceException - Specified by:
beforeDeliveryin interfacejakarta.resource.spi.endpoint.MessageEndpoint- Throws:
NoSuchMethodExceptionjakarta.resource.ResourceException
-
doEquals
-
doInvoke
- Throws:
Throwable
-
hashCode
public int hashCode() -
getApplicationClassLoader
-
getTransactionManager
protected final jakarta.transaction.TransactionManager getTransactionManager() -
release
public void release()- Specified by:
releasein interfacejakarta.resource.spi.endpoint.MessageEndpoint
-
equals
-
handle
- Throws:
Throwable
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-