public class DispatchMDBInvoker extends MDBInvoker
| Constructor and Description |
|---|
DispatchMDBInvoker(javax.resource.spi.endpoint.MessageEndpointFactory factory,
String targetJndiName) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getServiceObject(Exchange context)
Creates and returns a service object depending on the scope.
|
void |
releaseServiceObject(Exchange context,
Object obj)
Called when the invoker is done with the object.
|
getMessageEndpoint, releaseEndpointadjustMethodAndParams, checkSuspendedInvocation, createFault, getMostSpecificMethod, insertExchange, invoke, invoke, isJdkDynamicProxy, performInvocationpublic DispatchMDBInvoker(javax.resource.spi.endpoint.MessageEndpointFactory factory,
String targetJndiName)
messageEndpoint - public Object getServiceObject(Exchange context)
AbstractInvokergetServiceObject in class MDBInvokerpublic void releaseServiceObject(Exchange context, Object obj)
AbstractInvokerreleaseServiceObject in class MDBInvokerApache CXF