org.eclipse.jst.j2ee.jca
Interface InboundResourceAdapter

All Superinterfaces:
J2EEEObject

public interface InboundResourceAdapter
extends J2EEEObject

A representation of the model object 'Inbound Resource Adapter'.

Version:
J2EE1.4 The inbound-resourceadapterType specifies information about an inbound resource adapter. This contains information specific to the implementation of the resource adapter library as specified through the messageadapter element.

The following features are supported:

See Also:
JcaPackage.getInboundResourceAdapter()

Method Summary
 MessageAdapter getMessageAdapter()
          Returns the value of the 'Message Adapter' containment reference
 void setMessageAdapter(MessageAdapter value)
          Sets the value of the 'Message Adapter' containment reference
 

Method Detail

getMessageAdapter

public MessageAdapter getMessageAdapter()
Returns the value of the 'Message Adapter' containment reference.

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

The messagelistener-type element content must be unique in the messageadapter. Several messagelisteners can not use the same messagelistener-type.

Returns:
the value of the 'Message Adapter' containment reference.
See Also:
setMessageAdapter(MessageAdapter), JcaPackage.getInboundResourceAdapter_MessageAdapter()

setMessageAdapter

public void setMessageAdapter(MessageAdapter value)
Sets the value of the 'Message Adapter' containment reference.

Parameters:
value - the new value of the 'Message Adapter' containment reference.
See Also:
getMessageAdapter()