org.apache.cxf.jca.inbound
Interface DispatchMDBMessageListener

All Known Implementing Classes:
DispatchMDBMessageListenerImpl

public interface DispatchMDBMessageListener

The DispatchMDBMessageListener is intended to be used as the of an defined in the Rosource Adapter's deployment descriptor. The default implementation class DispatchMDBMessageListenerImpl. The benefit of using DispatchMDBMessageListener is that, users are not required to put the Service Endpoint Interface in the Resource Adaptor's deployment descriptor. Users can leave the as org.apache.cxf.jca.inbound.DispatchMDBMessageListener for any endpoint.


Method Summary
 java.lang.Object lookupTargetObject(java.lang.String targetJndiName)
          Looks up the target object by JNDI name.
 

Method Detail

lookupTargetObject

java.lang.Object lookupTargetObject(java.lang.String targetJndiName)
                                    throws java.lang.Exception
Looks up the target object by JNDI name.

Parameters:
targetJndiName -
Returns:
Throws:
java.lang.Exception


Apache CXF