element <wildcard-filter>
Namespace:
Type:
Content:
empty, 3 attributes
Subst.Gr:
may substitute for elements: abstract-filter, abstract-message-processor
Defined:
globally in mule.xsd; see XML source
Used:
never
Content Model Diagram
XML Representation Summary
<wildcard-filter
    name
 = 
(xsd:string | xsd:NMTOKEN)
    pattern
 = 
xsd:string
    caseSensitive
 = 
(xsd:string | xsd:boolean) : "true"
/>
May be included in elements by substitutions (132):
response (type anonymous),
response (type anonymous),
Annotation
A filter that matches string messages against wildcards. It performs matches with "*", for example, "jms.events.*" would catch "jms.events.customer" and "jms.events.receipts". This filter accepts a comma-separated list of patterns, so more than one filter pattern can be matched for a given argument: "jms.events.*, jms.actions.*" will match "jms.events.system" and "jms.actions" but not "jms.queue".
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="wildcard-filter" substitutionGroup="abstract-filter" type="wildcardFilterType"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.