|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.response.TAbstractResponse
com.softwareag.tamino.db.api.response.TSerializedResponse
public class TSerializedResponse
TAbstractResponse is the basis for response implementations. A complete response implementation needs to overload all methods, a partial implementation needs only to overload the required methods.
Constructor Summary | |
---|---|
TSerializedResponse(TInputStream inputStream)
|
Method Summary | |
---|---|
TInputStream |
getQueryContentAsStream()
Gets the result of a query as a InputStream. |
java.lang.String |
getQueryContentAsString()
Gets the content for a query related response as a String. |
Methods inherited from class com.softwareag.tamino.db.api.response.TAbstractResponse |
---|
getFirstNonXMLObject, getFirstXMLObject, getInfoContent, getLocale, getMessageCode, getMessageLine, getMessageText, getNonXMLObjectIterator, getReturnValue, getWarnings, getXMLObjectIterator, hasFirstNonXMLObject, hasFirstXMLObject, hasQueryContent, hasWarnings, setLocale, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TSerializedResponse(TInputStream inputStream)
Method Detail |
---|
public java.lang.String getQueryContentAsString()
getQueryContentAsString
in interface TResponse
getQueryContentAsString
in class TAbstractResponse
public TInputStream getQueryContentAsStream()
TAbstractResponse
getQueryContentAsStream
in interface TResponse
getQueryContentAsStream
in class TAbstractResponse
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |