org.apache.openejb.jee
Class InboundResource

java.lang.Object
  extended by 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.


Field Summary
protected  java.lang.String id
           
protected  MessageAdapter messageAdapter
           
 
Constructor Summary
InboundResource()
           
 
Method Summary
 java.lang.String getId()
           
 MessageAdapter getMessageAdapter()
           
 void setId(java.lang.String value)
           
 MessageAdapter setMessageAdapter(MessageAdapter value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageAdapter

protected MessageAdapter messageAdapter

id

protected java.lang.String id
Constructor Detail

InboundResource

public InboundResource()
Method Detail

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-2011 The Apache OpenEJB development community. All Rights Reserved.