element <expression-filter>
Namespace:
Type:
Content:
empty, 5 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
<expression-filter
    name
 = 
(xsd:string | xsd:NMTOKEN)
    evaluator
 = 
("header" | "payload-type" | "exception-type" | "wildcard" | "regex" | "ognl" | "xpath" | "jxpath" | "groovy" | "bean" | "custom" | "registry")
    expression
 = 
xsd:string
    customEvaluator
 = 
(xsd:string | xsd:NMTOKEN)
    nullReturnsTrue
 = 
(xsd:string | xsd:boolean)
/>
May be included in elements by substitutions (132):
response (type anonymous),
response (type anonymous),
Annotation
A filter that can evaluate a range of expressions. It supports some base expression types such as header, payload (payload type), regex, and wildcard.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="expression-filter" substitutionGroup="abstract-filter" type="expressionFilterType"/>

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.