class EnsLib.TCP.CountedXMLInboundAdapter
extends EnsLib.TCP.InboundAdapter, EnsLib.TCP.CountedCommon, Ens.Util.XML.Reader
Adapter that handles inbound service requests by acting as a TCP listener for an XTE server.
parameter SETTINGS = "AcceptClassnames,-UseFileStream";
List of properties can be set as settings in the configuration file
format is a comma separated list of property names
property AcceptClassnames
as %String;
Names of classes (comma-separated) this adapter will instantiate from XML blocks received.
property Charset
as %String [ InitialExpression = "UTF-8" ];
Text Charset to use to decode incoming XML and encode outgoing XML