EnsLib.ebXML.Operation.AbstractOperationDelegate
abstract class EnsLib.ebXML.Operation.AbstractOperationDelegate extends Ens.AbstractDelegate
Delegate for routing outbound ebXML messagesMethod 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
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- InitializeDelegate()