complexType "jettyConnectorType"
Namespace:
Content:
empty, 3 attributes
Defined:
globally in mule-jetty.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    configFile
 = 
xsd:string
    useContinuations
 = 
(xsd:string | xsd:boolean)
/>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  jettyConnectorType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="jettyConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:abstractConnectorType">
<xsd:attribute name="configFile" type="xsd:string"/>
<xsd:attribute name="useContinuations" type="mule:substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 2/3)
configFile
Type:
xsd:string, predefined
Use:
optional
The location of the Jetty config file to configure this connector with.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="configFile" type="xsd:string"/>

useContinuations
Type:
Use:
optional
Whether to use continuations to free up connections in high load situations.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="useContinuations" type="mule:substitutableBoolean"/>

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.