|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TResponseHandle
TResponseHandle is the �protected� interface for the internal (non public) access to the Tamino response object. It declares all operations needed to represent a high level Tamino response object. This comprises the access to general response message information, the result state and for query operations the access to the result set iterator. The result state encapsulates the entire set of information that is contained within a Tamino XML response document except for the querried XML documents. These can be accessed by the result set iterator which provides a way to automatically iterate over the querried set of XML documents.
Method Summary | |
---|---|
TResponseInfoContent |
getInfoContent()
Gets the result state. |
java.lang.String |
getMessageCode()
Gets the code attribute for the first message block with a return value not equals 0 or the empty string. |
java.lang.String |
getMessageLine()
Gets the first message line for the first message block with a return value not equals 0 or the message line of the last message block. |
java.lang.String |
getMessageText()
Gets the message text for the first message block with a return value not equals 0 or the empty string. |
Methods inherited from interface com.softwareag.tamino.db.api.response.TResponse |
---|
getFirstNonXMLObject, getFirstXMLObject, getNonXMLObjectIterator, getQueryContentAsStream, getQueryContentAsString, getReturnValue, getWarnings, getXMLObjectIterator, hasFirstNonXMLObject, hasFirstXMLObject, hasQueryContent, hasWarnings |
Method Detail |
---|
java.lang.String getMessageLine()
java.lang.String getMessageText()
java.lang.String getMessageCode()
TResponseInfoContent getInfoContent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |