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

webapps
Type:
jetty: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="jetty: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.