org.owasp.orizon.core
Class Method

java.lang.Object
  extended by org.owasp.orizon.O
      extended by org.owasp.orizon.core.AbstractCore
          extended by org.owasp.orizon.core.Method

Deprecated.

@Deprecated
public class Method
extends AbstractCore


Field Summary
 
Fields inherited from class org.owasp.orizon.O
base64, hasName, initialized, line_start, line_stop, log, reduced, what
 
Constructor Summary
Method()
          Deprecated.  
 
Method Summary
 boolean addParam(MethodParam mP)
          Deprecated.  
 boolean addThrownException(java.lang.String ex)
          Deprecated.  
 java.lang.String getReturns()
          Deprecated.  
 boolean readXmlNode(org.w3c.dom.Node n)
          Deprecated. As far from version 0.62 all items must be responsible for XML Node reading routine.
 void setReturns(java.lang.String returns)
          Deprecated.  
 java.lang.String toXML()
          Deprecated.  
 
Methods inherited from class org.owasp.orizon.core.AbstractCore
addModifier, getModifiers, getName, getType, hasModifier, hasModifier, modifiers2String, setName, setType
 
Methods inherited from class org.owasp.orizon.O
clone, getStartLine, getStopLine, isCompatible, isInitialized, setStartLine, setStopLine, trackThis
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Method

public Method()
Deprecated. 
Method Detail

addParam

public boolean addParam(MethodParam mP)
Deprecated. 

addThrownException

public boolean addThrownException(java.lang.String ex)
Deprecated. 

readXmlNode

public boolean readXmlNode(org.w3c.dom.Node n)
Deprecated. 
Description copied from class: O
As far from version 0.62 all items must be responsible for XML Node reading routine. Source class must be able to instantiate an object passing XML Node as parameter and having that code read

Overrides:
readXmlNode in class AbstractCore
Parameters:
n - the node being read
Returns:
true if xml node is well formed and correctly read, or false otherwise.

getReturns

public java.lang.String getReturns()
Deprecated. 

setReturns

public void setReturns(java.lang.String returns)
Deprecated. 

toXML

public java.lang.String toXML()
Deprecated. 
Specified by:
toXML in class AbstractCore