Class Reference
%SOAP.Security.Timestamp
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%SOAP] >  [Security] >  [Timestamp]
Private  Storage

class %SOAP.Security.Timestamp extends %SOAP.Security.Element

Timestamp element for SOAP Security header.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 3 3


Summary

Properties
Created Expires TimestampAtEnd

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject Create XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType


Parameters

• parameter NAMESPACE = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";
NAMESPACE specifies the XML namespace to be used when projecting the class to XML. if NAMESPACE - "", the default namespace is used for the XML schema is used as the namespace for his class.
• parameter XMLFORMAT = "literal";
The XMLFORMAT parameter controls the generation of the XMLExport and XMLImport methods for XML enabled classes to include code for only literal or only encoded format. This allows the generated routines to be significantly smaller since usually both formats are not needed.
If XMLFORMAT="Literal", then only support for literal format import and export is generated.
If XMLFORMAT="Encoded", then only support for SOAP encoded format import and export is generated.
The default is to generate support for both literal and encoded format.

Properties

• property Created as %xsd.dateTime;
• property Expires as %xsd.dateTime;
• property TimestampAtEnd as %Boolean(XMLPROJECTION="NONE");
If TimestampAtEnd is false, then this Timestamp element is put first in the element list. The default is false. If TimestampAtEnd is true, then this Timestamp element is put last in the element list.

Methods

• classmethod Create(interval As %Integer = 300) as %SOAP.Security.Timestamp
Create a Timestamp element that expires in seconds.