complexType "serviceExceptionStrategyType"
Namespace:
Content:
complex, 4 attributes, attr. wildcard, 6 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:boolean
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
 = 
(xsd:string | xsd:boolean) : "false"
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, commit-transaction?, rollback-transaction?, (abstract-message-processor | abstract-outbound-endpoint | abstract-mixed-content-message-processor)?
</...>
Content Model Elements (6):
abstract-message-processor, abstract-mixed-content-message-processor, abstract-outbound-endpoint, annotations, commit-transaction, rollback-transaction
All Direct / Indirect Based Elements (2):
default-exception-strategy, default-service-exception-strategy
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
  exceptionStrategyType (extension)
          abstractExceptionStrategyType (extension)
              serviceExceptionStrategyType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="serviceExceptionStrategyType">
<xsd:complexContent>
<xsd:extension base="abstractExceptionStrategyType">
<xsd:attribute default="false" name="stopMessageProcessing" type="substitutableBoolean" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/5)
stopMessageProcessing
Type:
Use:
optional
Stop the flow/service when an exception occurs. You will need to restart the flow/service manually after this (e.g, using JMX).
Attribute Value
xsd:string | xsd:boolean
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="false" name="stopMessageProcessing" type="substitutableBoolean" use="optional"/>

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.