Ens.BusinessServiceHost
class Ens.BusinessServiceHost extends %Library.RegisteredObject
Provides a concrete class that can be used to pass messages to a service in a production. This class can also be used via standard projections.Property Inventory
Method Inventory
Properties
property Service as Ens.BusinessService [ InitialExpression = $$$NULLOREF ];
Property methods: ServiceGet(), ServiceGetSwizzled(), ServiceIsValid(), ServiceNewObject(), ServiceSet()
Methods
method SubmitRequest(pRequest As Ens.Request, ByRef pResponse As Ens.Response) as %Status
Allows a request to be submitted for processing.
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()