complexType "jettyConnectorType"
Namespace:
Content:
complex, 4 attributes, attr. wildcard, 2 elements
Defined:
globally in mule-jetty.xsd; see XML source
Includes:
definitions of 3 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
 = 
(xsd:string | xsd:boolean)
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, webapps?
</...>
Content Model Elements (2):
mule:annotations, webapps
All Direct / Indirect Based Elements (1):
connector
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      jettyConnectorType
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="jettyConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:abstractConnectorType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="webapps" type="webappsType"/>
</xsd:sequence>
<xsd:attribute name="configFile" type="xsd:string"/>
<xsd:attribute name="useContinuations" type="mule:substitutableBoolean"/>
<xsd:attribute name="resourceBase" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 3/5)
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"/>

resourceBase
Type:
xsd:string, predefined
Use:
optional
Specifies a local path where files will be served from. The local path gets mapped directly to the path on the 'serverUrl'.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="resourceBase" type="xsd:string" use="optional"/>

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"/>
Content Element Detail (all declarations; defined within this component only; 1/2)
webapps
Type:
webappsType, empty content
Allows configuring of a directory which contains WAR files to be served out by Jetty.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="webapps" type="webappsType"/>

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.