org.ow2.jonas.deployment.rar.xml
Class InboundResourceadapter

java.lang.Object
  extended by org.ow2.jonas.deployment.common.xml.AbsElement
      extended by org.ow2.jonas.deployment.rar.xml.InboundResourceadapter
All Implemented Interfaces:
Serializable, Element

public class InboundResourceadapter
extends AbsElement

This class defines the implementation of the element inboundResourceadapter

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
InboundResourceadapter()
          Constructor
 
Method Summary
 Messageadapter getMessageadapter()
          Gets the messageadapter
 void setMessageadapter(Messageadapter messageadapter)
          Set the messageadapter
 String toXML(int indent)
          Represents this element by it's XML description.
 
Methods inherited from class org.ow2.jonas.deployment.common.xml.AbsElement
indent, toString, toXML, xmlAttribute, xmlElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InboundResourceadapter

public InboundResourceadapter()
Constructor

Method Detail

getMessageadapter

public Messageadapter getMessageadapter()
Gets the messageadapter

Returns:
the messageadapter

setMessageadapter

public void setMessageadapter(Messageadapter messageadapter)
Set the messageadapter

Parameters:
messageadapter - messageadapter

toXML

public String toXML(int indent)
Represents this element by it's XML description.

Specified by:
toXML in interface Element
Specified by:
toXML in class AbsElement
Parameters:
indent - use this indent for prefixing XML representation.
Returns:
the XML description of this object.


Copyright © 2010 OW2 Consortium. All Rights Reserved.