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 |
java.lang.Object |
lookupTargetObject(java.lang.String targetJndiName)
Looks up the target object by JNDI name. |
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