com.TCPResponse methods

Methods of the com.TCPResponse class.

Table 1. Object methods
Name Description
beginXmlResponse()
  RETURNS xml.StaxReader
Starts a streaming TCP response.
endXmlResponse(
   stax xml.StaxReader )
Ends a streaming TCP response.
getDataResponse(
   data BYTE )
Returns a TCP response in binary format.
getTextResponse()
  RETURNS STRING
Returns a TCP response in string format.
getXmlResponse()
  RETURNS xml.DomDocument
Returns an entire DOM document as TCP response.