org.apache.openejb.jee
Class InboundResource

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


Field Summary
protected  String id
           
protected  MessageAdapter messageAdapter
           
 
Constructor Summary
InboundResource()
           
 
Method Summary
 String getId()
           
 MessageAdapter getMessageAdapter()
           
 void setId(String value)
           
 void 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 String id
Constructor Detail

InboundResource

public InboundResource()
Method Detail

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.