org.eclipse.jst.j2ee.jca
Interface MessageAdapter

All Superinterfaces:
J2EEEObject

public interface MessageAdapter
extends J2EEEObject

A representation of the model object 'Message Adapter'.

Version:
J2EE1.4 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.

The following features are supported:

See Also:
JcaPackage.getMessageAdapter()

Method Summary
 EList getMessageListeners()
          Returns the value of the 'Message Listeners' containment reference list.
 

Method Detail

getMessageListeners

public EList getMessageListeners()
Returns the value of the 'Message Listeners' containment reference list. The list contents are of type MessageListener.

If the meaning of the 'Message Listeners' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Message Listeners' containment reference list.
See Also:
JcaPackage.getMessageAdapter_MessageListeners()