Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

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