http://www.ibm.com/schema/soa/trafficsh/v1_0/local
The TrafficExceededFault Complex Type

Traffic exceeded fault type.


Local elements (7)
service operation resource requestCapacity resourceRateLimit resourceBurstSize remainingCapacity
Complex Type TrafficExceededFault
The TrafficExceededFault type does not allow mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<...>
-Begin Sequence [1...1]

The service associated with the operation. The service name is specific to each service implementation and should be chosen to avoid conflicts with other service implementations. These service names correspond to the service definition in the admin console.

<service>xsd:string</service> [1..1]

The operation being invoked. The operation name corresponds to a WSDL operation for the service.

<operation>xsd:string</operation> [1..1]

The network resource logical name. This name is used to uniquely identify a network resource specification. Service implementations may be configured to use their own network resource logical names or may share logical names.

<resource>xsd:string</resource> [1..1]

The requested capacity.

<requestCapacity>xsd:int</requestCapacity> [1..1]

The exceeded rate limit. This limit need not match the configured sustained traffic rate limit if the component implementation uses an allocation scheme across the cluster.

<resourceRateLimit>xsd:int</resourceRateLimit> [1..1]

The resource burst size. This limit need not match the configured burst limit for the resource if the component implementation uses an allocation scheme across the cluster.

<resourceBurstSize>xsd:int</resourceBurstSize> [1..1]

The remaining capacity of the resource.

<remainingCapacity>xsd:int</remainingCapacity> [1..1]
End Sequence
</...>

 Collapse Attributes

Name Type Summary
No Attributes

 Collapse XML
-<xsd:complexType  name="TrafficExceededFault">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Traffic exceeded fault type.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:sequence>
-<xsd:element  name="service"  type="xsd:string">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>The service associated with the operation. The service name is specific to each service implementation and should be chosen to avoid conflicts with other service implementations. These service names correspond to the service definition in the admin console.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-<xsd:element  name="operation"  type="xsd:string">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>The operation being invoked. The operation name corresponds to a WSDL operation for the service.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-<xsd:element  name="resource"  type="xsd:string">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>The network resource logical name. This name is used to uniquely identify a network resource specification. Service implementations may be configured to use their own network resource logical names or may share logical names.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-<xsd:element  name="requestCapacity"  type="xsd:int">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>The requested capacity.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-<xsd:element  name="resourceRateLimit"  type="xsd:int">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>The exceeded rate limit. This limit need not match the configured sustained traffic rate limit if the component implementation uses an allocation scheme across the cluster.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-<xsd:element  name="resourceBurstSize"  type="xsd:int">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>The resource burst size. This limit need not match the configured burst limit for the resource if the component implementation uses an allocation scheme across the cluster.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-<xsd:element  name="remainingCapacity"  type="xsd:int">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>The remaining capacity of the resource.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>

 Collapse Uses
 Collapse Type (2)
int  string 
 
 Collapse Used-By
 Collapse Element (1)
 
Generated by WSDLdoc ©