org.apache.openejb.jee
Class InboundResource
java.lang.Object
org.apache.openejb.jee.InboundResource
public class InboundResource
- extends 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 String id
InboundResource
public InboundResource()
getMessageAdapter
public MessageAdapter getMessageAdapter()
setMessageAdapter
public void setMessageAdapter(MessageAdapter value)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.