BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType webservice-timestampType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}webservice-timestampType (extension)

Documentation
Corresponds to WebserviceTimestampMBean
Properties
This component is not nillable.

Model
<...>
(clock-synchronized?, clock-precision?, lax-precision?, max-processing-delay?, validity-period )
</...>


Nested Element Summary
xs:longclock-precision
          If clocks are synchronized, this attribute describes the accuracy of the synchronization. 
xs:booleanclock-synchronized
          Specifies whether the Web Service assumes synchronized clocks. 
xs:booleanlax-precision
          This attribute allows you to relax the enforcement of clockPrecision. 
xs:longmax-processing-delay
          Specifies the freshness policy for received messages: the Web Serivce observes the processing delay by subtracting the Created time in the Timestamp from the current time. 
 validity-period
          Represents the length of time the sender wants the outbound message to be valid. 
Source
<xs:complexType name="webservice-timestampType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="clock-synchronized" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="clock-precision" nillable="false" type="xs:long">
</xs:element>
<xs:element minOccurs="0" name="lax-precision" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="max-processing-delay" nillable="false" type="xs:long">
</xs:element>
<xs:element minOccurs="0" name="validity-period" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation