complexType "jettyConnectorType"
Namespace:
Content:
complex, 2 attributes, 4 elements
Defined:
Includes:
definitions of 1 attribute, 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    configFile
 = 
xsd:string
    >
   
Content: 
tls-client?, tls-key-store?, tls-server?, tls-protocol-handler?
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  jettyConnectorType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="jettyConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:abstractConnectorType">
<xsd:sequence maxOccurs="1" minOccurs="1">
<xsd:element maxOccurs="1" minOccurs="0" name="tls-client" type="mule:tlsClientKeyStoreType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="tls-key-store" type="mule:tlsKeyStoreType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="tls-server" type="mule:tlsServerTrustStoreType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="tls-protocol-handler" type="mule:tlsProtocolHandler"/>
</xsd:sequence>
<xsd:attribute name="configFile" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/2)
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"/>
Content Element Detail (all declarations; defined in this component only; 4/4)
tls-client
Type:
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="tls-client" type="mule:tlsClientKeyStoreType"/>

tls-key-store
Type:
mule:tlsKeyStoreType, empty content
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="tls-key-store" type="mule:tlsKeyStoreType"/>

tls-protocol-handler
Type:
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="tls-protocol-handler" type="mule:tlsProtocolHandler"/>

tls-server
Type:
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="tls-server" type="mule:tlsServerTrustStoreType"/>

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.