org.jboss.soa.esb.listeners.jca
Interface EndpointContainer
public interface EndpointContainer
Contract between JCA and endpoint. Instances of this object are used by the message endpoint factory and endopint proxy
to obtain whether delivery is transacted and to invoke on the actual endpoint bean
- Version:
- $Revision: 179681 $
- Author:
- Bill Burke
Method Summary |
java.lang.String |
getDescription()
description used for logging and tracing |
java.lang.Object |
invoke(java.lang.reflect.Method method,
java.lang.Object[] args)
|
boolean |
isDeliveryTransacted(java.lang.reflect.Method method)
|
getDescription
java.lang.String getDescription()
- description used for logging and tracing
invoke
java.lang.Object invoke(java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
isDeliveryTransacted
boolean isDeliveryTransacted(java.lang.reflect.Method method)
throws java.lang.NoSuchMethodException
- Throws:
java.lang.NoSuchMethodException