abstract class EnsLib.ebXML.Operation.AbstractOperationDelegate
extends Ens.AbstractDelegate
Delegate for routing outbound ebXML messages
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
2
|
|
|
|
|
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