|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebserviceResponse
WebserviceResponse interface defines results of a request made to Webservice service, extending the base ServerResponse.
Method Summary | |
---|---|
java.lang.String |
getResponseMessage()
return a response message |
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 |
Methods inherited from interface com.dtolabs.client.utils.ServerResponse |
---|
getResponseBody, getResultContentType, getResultStream |
Method Detail |
---|
boolean isErrorResponse()
boolean hasResultDoc()
org.dom4j.Document getResultDoc()
boolean isValidResponse()
java.lang.String getResponseMessage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |