Skip to main content

EnsLib.ITK.AdapterKit.Process.XMLToBase64Mediator

persistent class EnsLib.ITK.AdapterKit.Process.XMLToBase64Mediator extends Ens.BusinessProcess

SQL Table Name: EnsLib_ITK_AdapterKit_Process.XMLToBase64Mediator

Business process to mediate conversion to Pipe and Hat Base64 from XML Note this is unlikely to be precisely what is required and can be used as a sample otherwise

Property Inventory

Method Inventory

Parameters

parameter SETTINGS = TargetConfigName;
Inherited description: List of properties can be set as settings in the configuration file format is a comma separated list of property names

Properties

property Response as EnsLib.ITK.AdapterKit.Response;
Property methods: ResponseGet(), ResponseGetObject(), ResponseGetObjectId(), ResponseGetStored(), ResponseGetSwizzled(), ResponseIsValid(), ResponseNewObject(), ResponseSet(), ResponseSetObject(), ResponseSetObjectId(), ResponseUnSwizzle()
property TargetConfigName as %String;
Property methods: TargetConfigNameDisplayToLogical(), TargetConfigNameGet(), TargetConfigNameGetStored(), TargetConfigNameIsValid(), TargetConfigNameLogicalToDisplay(), TargetConfigNameLogicalToOdbc(), TargetConfigNameNormalize(), TargetConfigNameSet()

Methods

classmethod OnGetConnections(Output pArray As %String, pItem As Ens.Config.Item)
Return an array of connections for drawing lines on the config diagram
method OnRequest(pRequest As EnsLib.ITK.Framework.RequestData, Output pResponse As EnsLib.ITK.AdapterKit.Response) as %Status
Inherited description: Handle a 'Request'
method OnResponse(request As %Library.Persistent, ByRef response As %Library.Persistent, callrequest As %Library.Persistent, callresponse As %Library.Persistent, pCompletionKey As %String) as %Status
Handle a 'Response'

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: CacheStorage (Ens.BusinessProcess)

^Ens.BusinessProcessD(ID,"pending",n)
=
%MasterPendingResponses(n)

Storage Model: CacheStorage (Ens.BusinessProcess)

^Ens.BusinessProcessD(ID,"received",n)
=
%MessagesReceived(n)

Storage Model: CacheStorage (Ens.BusinessProcess)

^Ens.BusinessProcessD(ID,"sent",n)
=
%MessagesSent(n)

Storage Model: CacheStorage (Ens.BusinessProcess)

^Ens.BusinessProcessD(ID)
=
%%CLASSNAME
%ConfigQueueName
%IsCompleted
%MasterPendingResponsesOld
%PrimaryRequestHeader
%PrimaryResponseHeader
%RepliedStatus
%responseId
Adapter
%SessionId
%TimeCompleted
%TimeCreated
%ConfigName
%QuitTask
AlertOnError
%responseClassName
%IsTimerInterrupted
%IsTerminated
%StatusCode
%MessagesReceivedOld
%MessagesSentOld
ReplyCodeActions
RetryInterval
AlertRetryGracePeriod
FailureTimeout
Retry
SuspendMessage
QueueCountAlert
QueueWaitAlert
InactivityTimeout
BusinessPartner
AlertGroups
%SuperSession

Storage Model: CacheStorage (EnsLib.ITK.AdapterKit.Process.XMLToBase64Mediator)

^Ens.BusinessProcessD(ID,"XMLToBase64Mediator")
=
TargetConfigName
Response
FeedbackOpens in a new tab