public abstract class PdkMethodResult extends StatusMessageList
errors
status, time
Modifier | Constructor and Description |
---|---|
protected |
PdkMethodResult()
JAXB constructor
|
protected |
PdkMethodResult(PdkMethodContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
abort()
Throw an unchecked AbortMethodException to prevent the current method from further execution.
|
protected void |
addInnerResult(XMLElement rootElement) |
java.lang.Exception |
getException() |
PdkMethod |
getMethod() |
protected abstract XMLElement |
getXmlInnerResult()
Return the "Pdk2 old fashioned" XMLElement result to be "toStringed"
|
java.lang.String |
getXmlResult() |
void |
setException(java.lang.Exception e) |
addError, addError, addError, clearErrors, getErrors, size
getStatus, isOk, setStatus
protected PdkMethodResult()
protected PdkMethodResult(PdkMethodContext ctx)
public PdkMethod getMethod()
public void setException(java.lang.Exception e)
public java.lang.Exception getException()
public void abort()
public java.lang.String getXmlResult()
protected void addInnerResult(XMLElement rootElement)
protected abstract XMLElement getXmlInnerResult()