Skip to main content

EnsLib.TCP.CountedXMLOutboundAdapter

class EnsLib.TCP.CountedXMLOutboundAdapter extends EnsLib.TCP.CountedOutboundAdapter, Ens.Util.XML.Reader

Adapter that sends out XML exported objects out as a counted block of bytes over a TCP connection and imports a response object

Property Inventory

Method Inventory

Properties

property Charset as %String [ InitialExpression = "Auto" ];
Text Charset to use to decode incoming data and encode outgoing data
Property methods: CharsetDisplayToLogical(), CharsetGet(), CharsetIsValid(), CharsetLogicalToDisplay(), CharsetLogicalToOdbc(), CharsetNormalize(), CharsetSet()

Methods

method SendMessageXMLObj(pRequest As %RegisteredObject, Output pResponse As %RegisteredObject, pResponseClassname As %String) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab