Constructor and Description |
---|
Result() |
Modifier and Type | Method and Description |
---|---|
WSMException |
getFault()
Return the fault that caused this request execution to fail.
|
int |
getStatus() |
void |
setFault(WSMException fault)
Set the fault that caused this request execution to fail.
|
void |
setStatus(int status)
Set the execution status
|
java.lang.String |
toString() |
public int getStatus()
public void setStatus(int status)
public WSMException getFault()
public void setFault(WSMException fault)
public java.lang.String toString()
toString
in class java.lang.Object