Skip to main content

EnsLib.ebXML.Operation.AbstractOperationDelegate

abstract class EnsLib.ebXML.Operation.AbstractOperationDelegate extends Ens.AbstractDelegate

Delegate for routing outbound ebXML messages

Method Inventory

Methods

method ProcessTargetMHSResponse(pSender As %RegisteredObject, pRequest As EnsLib.ebXML.Message, ByRef pResponse As EnsLib.ebXML.Message) as %Status
TODO: Override this method to customize the handling of the response from the remote MHS. NOTE: It is valid, if not normal for pResponse to be null (unless SyncReply is set in the request)
method RouteMessageToTargetMHS(pSender As %RegisteredObject, ByRef pRequest As EnsLib.ebXML.Message, ByRef pTargetUrl As %String, ByRef pSOAPAction As %String) as %Status
TODO: Override this method to determine the Target (i.e. URL) and Action when sending this message

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab