Method GetKeyMapping (mappingTrace)

With this constructor, an instance of the default key mapping store is created (UKMDefaultParty, UMKDefaultService, UKMDefaultChannel).

Parameters of the Method

Type Name Description

Export, AbstractTrace

mappingTrace

A reference to an instance of type AbstractTrace, which is passed as parameter by the xslt runtime environment.

Return, AddKeyMapping

 

A new GetKeyMapping instance

Example

 A coding example how such an instance can be generated is given below.

<xsl:variable name="ref" select="GetKeyMapping:new($MappingTrace)"/>