| 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-precision If clocks are synchronized, this attribute describes the accuracy of the synchronization. |
xs:boolean | clock-synchronized Specifies whether the Web Service assumes synchronized clocks. |
xs:boolean | lax-precision This attribute allows you to relax the enforcement of clockPrecision. |
xs:long | max-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. |
<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 |