org.apache.openejb.jee
Class MessageAdapter
java.lang.Object
org.apache.openejb.jee.MessageAdapter
public class MessageAdapter
- extends 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 List<MessageListener> messageListener
id
protected String id
MessageAdapter
public MessageAdapter()
getMessageListener
public List<MessageListener> getMessageListener()
addMessageListener
public MessageListener addMessageListener(MessageListener listener)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.