org.owasp.orizon.core
Class Method
java.lang.Object
org.owasp.orizon.O
org.owasp.orizon.core.AbstractCore
org.owasp.orizon.core.Method
Deprecated.
@Deprecated
public class Method
- extends AbstractCore
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 java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method
public Method()
- Deprecated.
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