persistent class EnsLib.ebXML.Process.MessageReceiver
extends Ens.BusinessProcessBPL
Process to receive ebXML messages in accordance with it's CPA
This is a Business Process class.
parameter SETTINGS = "OutboundTarget,InboundTarget,MessageDomain";
List of properties can be set as settings in the configuration file
format is a comma separated list of property names
property InboundTarget
as Ens.DataType.ConfigName;
Name of the inbound communications path
property MessageDomain
as %String [ InitialExpression = $GET($$$ConfigProdSetting("MessageDomain"),$system.INetInfo.LocalHostName()),Required ];
Message domain (from the production settings)
property OutboundTarget
as Ens.DataType.ConfigName [ Required ];
Name of the outbound communications path