TCP classes / The TCPResponse class |
Methods of the com.TCPResponse class.
Name | Description |
---|---|
beginXmlResponse() RETURNING reader xml.StaxReader |
Starts a streaming TCP response. |
endXmlResponse( reader xml.StaxReader ) |
Ends a streaming TCP response. |
getXmlResponse() RETURNING doc xml.DomDocument |
Returns an entire DOM document as TCP response from the server. |
getTextResponse() RETURNING result STRING |
Returns a string as TCP response from the server. |