Skip to main content

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

FeedbackOpens in a new tab