element <idempotent-secure-hash-receiver-router> (global)
Namespace:
Type:
Content:
complex, 1 attribute, attr. wildcard, 2 elements
Subst.Gr:
may substitute for element abstract-inbound-router
Defined:
globally in mule.xsd; see XML source
Used:
never
Content Model Diagram
XML Representation Summary
<idempotent-secure-hash-receiver-router
   
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, abstract-object-store?
</idempotent-secure-hash-receiver-router>
Content model elements (2):
abstract-object-store, annotations
May contain elements by substitutions (6):
custom-object-store, in-memory-store, managed-store, object-store, simple-text-file-store, spring-object-store
May be included in elements by substitutions (2):
async-reply, inbound
Annotation
Ensures that only unique messages are received by a service by calculating the hash of the message itself using a message digest algorithm. This provides a value with an infinitesimally small chance of a collision. This can be used to filter message duplicates. Keep in mind that the hash is calculated over the entire byte array representing the message, so any leading or trailing spaces or extraneous bytes (like padding) can produce different hash values for the same semantic message content. Care should be taken to ensure that messages do not contain extraneous bytes. This class is useful when the message does not support unique identifiers.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="idempotent-secure-hash-receiver-router" substitutionGroup="abstract-inbound-router" type="idempotentSecureHashReceiverType"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.