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, releaseEndpoint
adjustMethodAndParams, checkSuspendedInvocation, createFault, getMostSpecificMethod, insertExchange, invoke, invoke, isJdkDynamicProxy, performInvocation
public DispatchMDBInvoker(javax.resource.spi.endpoint.MessageEndpointFactory factory, String targetJndiName)
messageEndpoint
- public Object getServiceObject(Exchange context)
AbstractInvoker
getServiceObject
in class MDBInvoker
public void releaseServiceObject(Exchange context, Object obj)
AbstractInvoker
releaseServiceObject
in class MDBInvoker
Apache CXF