org.objectweb.jonas_ejb.deployment.xml
Class JonasMethod

java.lang.Object
  extended byorg.objectweb.jonas_lib.deployment.xml.AbsElement
      extended byorg.objectweb.jonas_ejb.deployment.xml.JonasMethod
All Implemented Interfaces:
Element, java.io.Serializable

public class JonasMethod
extends AbsElement

This class defines the implementation of the element jonas-method

Author:
JOnAS team
See Also:
Serialized Form

Constructor Summary
JonasMethod()
          Constructor
 
Method Summary
 java.lang.String getMethodName()
          Gets the method-name
 MethodParams getMethodParams()
          Gets the method-params
 void setMethodName(java.lang.String methodName)
          Set the method-name
 void setMethodParams(MethodParams methodParams)
          Set the method-params
 java.lang.String toXML(int indent)
          Represents this element by it's XML description.
 
Methods inherited from class org.objectweb.jonas_lib.deployment.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

JonasMethod

public JonasMethod()
Constructor

Method Detail

getMethodName

public java.lang.String getMethodName()
Gets the method-name

Returns:
the method-name

setMethodName

public void setMethodName(java.lang.String methodName)
Set the method-name

Parameters:
methodName - methodName

getMethodParams

public MethodParams getMethodParams()
Gets the method-params

Returns:
the method-params

setMethodParams

public void setMethodParams(MethodParams methodParams)
Set the method-params

Parameters:
methodParams - methodParams

toXML

public java.lang.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 prexifing XML representation.
Returns:
the XML description of this object.