Package org.apache.cxf.jca.inbound
Interface DispatchMDBMessageListener
-
- All Known Implementing Classes:
DispatchMDBMessageListenerImpl
public interface DispatchMDBMessageListenerThe DispatchMDBMessageListener is intended to be used as theof 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 theas org.apache.cxf.jca.inbound.DispatchMDBMessageListener for any their endpoints.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectlookupTargetObject(String targetJndiName)Looks up the target object by JNDI name.
-