org.apache.openejb.jee
Class InboundResource
java.lang.Object
org.apache.openejb.jee.InboundResource
public class InboundResource
- extends java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
messageAdapter
protected MessageAdapter messageAdapter
id
protected java.lang.String id
InboundResource
public InboundResource()
getMessageAdapter
public MessageAdapter getMessageAdapter()
setMessageAdapter
public MessageAdapter setMessageAdapter(MessageAdapter value)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String value)
Copyright © 1999-2010 The Apache OpenEJB development community. All Rights Reserved.