element <custom-splitter>
Namespace:
Type:
Content:
complex, 2 attributes, 2 elements
Subst.Gr:
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
never
Content Model Diagram
XML Representation Summary
<custom-splitter
    enableCorrelation
 = 
("ALWAYS" | "NEVER" | "IF_NOT_SET") : "IF_NOT_SET"
    class
 = 
(xsd:string | xsd:string)
    >
   
Content: 
abstract-message-info-mapping?, spring:property*
</custom-splitter>
Content model elements (2):
May contain elements by substitutions (2):
May be included in elements by substitutions (108):
response (type anonymous),
response (type anonymous),
Annotation
Configures a custom message splitter. Mule provides an abstract implementation that has a template method that performs the message aggregation.
Anonymous Type Detail
Type Derivation Tree
      baseSplitterType (extension)
          complexType
XML Source (w/o annotations (3); see within schema source)
<xsd:element name="custom-splitter" substitutionGroup="abstract-intercepting-message-processor">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="baseSplitterType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="spring:property"/>
</xsd:sequence>
<xsd:attribute name="class" type="substitutableClass" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined in this component only; 1/2)
class
Type:
Use:
required
Fully qualified class name of the custom correlation aggregator router to be used.
Attribute Value
xsd:string | xsd:string
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="class" type="substitutableClass" use="required"/>
Content Element Detail (all declarations; defined in this component only; 1/2)
spring:property
Type:
spring:propertyType, complex content
Spring-style property element for custom configuration.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="spring:property"/>

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.