Apache CXF API

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 in the resource adapter's deployment descriptor (ra.xml). The default implementation class is DispatchMDBMessageListenerImpl. The benefit of using DispatchMDBMessageListener is that users are not required to put the Service Endpoint Interface (SEI) in the resource adaptor's deployment descriptor. Thus, users can leave the as org.apache.cxf.jca.inbound.DispatchMDBMessageListener for any their endpoints.


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

Method Detail

lookupTargetObject

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

Parameters:
targetJndiName -
Returns:
Throws:
Exception

Apache CXF API

Apache CXF