public interface WebserviceResponse extends ServerResponse
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getResponseMessage()
return a response message
|
int |
getResultCode() |
org.dom4j.Document |
getResultDoc()
return an XML document if it was parsed successfully.
|
boolean |
hasResultDoc()
return true if the resultbean was present
|
boolean |
isErrorResponse()
Return true if the response was an error message
|
boolean |
isValidResponse()
is the response valid
|
getResponseBody, getResultContentType, getResultStream
int getResultCode()
boolean isErrorResponse()
boolean hasResultDoc()
org.dom4j.Document getResultDoc()
boolean isValidResponse()
java.lang.String getResponseMessage()