Try OpenEdge Now
skip to main content
Messaging and ESB
ABL - JMS API Reference : setSaxReader procedure
 

setSaxReader procedure

Sets the input destination to an internal longchar that will be used as intermediate storage of the XML read from an XMLMessage.

Syntax

PROCEDURE setSaxReader.
INPUT PARAMETER hdl AS HANDLE.

Applies to

Message objects

Notes

*The specified handle must already be initialized as a SAX-READER handle. If the specified handle is not a SAX-READER handle, an error is returned.
*The caller uses SAX-READER methods on the handle to read the XML document.

See also

createXMLMessage procedure, setX-Document procedure, getX-Document function, setSaxReader procedure, getSaxWriter function, deleteSaxWriter procedure
For more information, see the XMLMessage.