public interface TResponse extends TResponseContent
Modifier and Type | Method and Description |
---|---|
TNonXMLObject |
getFirstNonXMLObject()
Gets the first non-XML object returned.
|
TXMLObject |
getFirstXMLObject()
Gets the first XML object returned.
|
TNonXMLObjectIterator |
getNonXMLObjectIterator()
Gets the non-XML object iterator.
|
TInputStream |
getQueryContentAsStream()
Gets the result of a query as a InputStream.
|
java.lang.String |
getQueryContentAsString()
Gets the result of a query as a string.
|
java.lang.String |
getReturnValue()
Gets the Tamino return code.
|
java.util.Iterator |
getWarnings()
Gets an iterator for the list of TWarning instances containing the Tamino warnings.
|
TXMLObjectIterator |
getXMLObjectIterator()
Gets the XML object iterator.
|
boolean |
hasFirstNonXMLObject()
Indicates if the response provides a first TNonXMLObject instance.
|
boolean |
hasFirstXMLObject()
Indicates if the response provides a first TXMLObject instance.
|
boolean |
hasQueryContent()
Indicates if the response of Tamino contained any result information.
|
boolean |
hasWarnings()
Indicates if the response of Tamino contained any warning information.
|
java.lang.String getReturnValue()
TXMLObjectIterator getXMLObjectIterator()
TXMLObject getFirstXMLObject()
boolean hasFirstXMLObject()
TNonXMLObjectIterator getNonXMLObjectIterator()
TNonXMLObject getFirstNonXMLObject()
boolean hasFirstNonXMLObject()
boolean hasQueryContent()
java.lang.String getQueryContentAsString()
TInputStream getQueryContentAsStream()
boolean hasWarnings()
java.util.Iterator getWarnings()
Copyright (c) 2015 Software AG. All Rights Reserved.