| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.bea.com/ns/weblogic/90/domain}webservice-timestampType (extension)
Corresponds to WebserviceTimestampMBean
| Nested Element Summary | |
xs:long | clock-precisionIf clocks are synchronized, this attribute describes the accuracy of the synchronization. |
xs:boolean | clock-synchronizedSpecifies whether the Web Service assumes synchronized clocks. |
xs:boolean | lax-precisionThis attribute allows you to relax the enforcement of clockPrecision. |
xs:long | max-processing-delaySpecifies 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-periodRepresents the length of time the sender wants the outbound message to be valid. |
<xs:complexType name="webservice-timestampType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><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:sequence><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/></xs:restriction>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||