org.apache.openejb.jee
Class MessageAdapter
java.lang.Object
org.apache.openejb.jee.MessageAdapter
public class MessageAdapter
- extends java.lang.Object
The messageadapterType specifies information about the
messaging capabilities of the resource adapter. This
contains information specific to the implementation of the
resource adapter library as specified through the
messagelistener element.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
messageListener
protected java.util.List<MessageListener> messageListener
id
protected java.lang.String id
MessageAdapter
public MessageAdapter()
getMessageListener
public java.util.List<MessageListener> getMessageListener()
addMessageListener
public MessageListener addMessageListener(MessageListener listener)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.