Skip to main content

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

Inherited Methods

FeedbackOpens in a new tab