EnsLib.XSLT.TransformedService
class EnsLib.XSLT.TransformedService extends Ens.BusinessService, EnsLib.XSLT.Common
A generic business service that applies an XSLT transform to the incoming request and to the outbound response.Property Inventory
Method Inventory
Parameters
parameter SETTINGS = InboundStylesheet,OutboundStylesheet;
Inherited description: List of properties can be set as settings in the configuration file
format is a comma separated list of property names
Properties
property InboundStylesheet as %String (MAXLEN = 512);
Property methods: InboundStylesheetDisplayToLogical(), InboundStylesheetGet(), InboundStylesheetIsValid(), InboundStylesheetLogicalToDisplay(), InboundStylesheetLogicalToOdbc(), InboundStylesheetNormalize(), InboundStylesheetSet()
property OutboundStylesheet as %String (MAXLEN = 512);
Property methods: OutboundStylesheetDisplayToLogical(), OutboundStylesheetGet(), OutboundStylesheetIsValid(), OutboundStylesheetLogicalToDisplay(), OutboundStylesheetLogicalToOdbc(), OutboundStylesheetNormalize(), OutboundStylesheetSet()
Methods
method OnInit() as %Status
This user callback method is called just after %OnNew()
method OnProcessInput(pInput As %Library.RegisteredObject, pOutput As %Library.RegisteredObject, ByRef pHint As %Library.String) as %Status
Inherited description: Override this method to process incoming data. Do not call SendRequestSync/Async() from outside this method (e.g. in a SOAP Service or a CSP page).
method OnTearDown() as %Status
This user callback method is called just before %OnClose()
Inherited Members
Inherited Properties
- %AlertStartTime
- %ConfigName
- %ConfigQueueName
- %LastActionTime
- %LastHandledTime
- %LastReportedError
- %OutsideCreated
- %PreserveSession
- %ProcessInputCalled
- %QuitTask
- %RequestHeader
- %SessionId
- %SuperSession
- %SuperSessionCreatedBeforeSession
- %WaitForNextCallInterval
- %WarnedLatest
- %isShadow
- Adapter
- AlertGracePeriod
- AlertGroups
- AlertOnError
- ArchiveIO
- BusinessPartner
- CallbackHandler
- CallbackHandlerClass
- CompiledStyleSheets
- CompiledStyleSheetsInfo
- GenerateSuperSessionID
- IOLogEntry
- InactivityTimeout
- Parameters
- RuntimeMode
- Stylesheet
- StylesheetDir
- StylesheetDirFileSpec
- ThrottleDelay
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnClose()
- %OnNew()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %SuperSessionSet()
- %ValidateObject()
- AdapterName()
- AssignOneSetting()
- CloseIOLogEntry()
- EnumerateSettingsClose()
- EnumerateSettingsExecute()
- EnumerateSettingsFetch()
- ForceSessionId()
- GenerateSuperSession()
- GetDeferredResponseToken()
- GetProductionSettingValue()
- GetProductionSettings()
- GetPropertyConnections()
- GetSettings()
- GetShadowInstance()
- GetStyleSheetByKey()
- HasStyleSheetByKey()
- NewIOLogEntry()
- OnError()
- OnGenerateSuperSession()
- OnGetConnections()
- OnKeepalive()
- OnMonitor()
- OnProductionStart()
- OnProductionStop()
- PopulateSuperSession()
- QueueName()
- SaveIOLogEntry()
- SendAlert()
- SendDeferredResponse()
- SendRequestAsync()
- SendRequestSync()
- Transform()
- TransformFromObject()
- TransformIntoObject()
- getParameters()
- loadStylesheetFromStream()
- loadStylesheetFromXData()