com.TCPResponse methods

Methods of the com.TCPResponse class.

Table 1. Object methods
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.