complexType "httpsConnectorType"
Namespace:
Content:
complex, 22 attributes, attr. wildcard, 10 elements
Defined:
globally in mule-https.xsd; see XML source
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
(xsd:string | xsd:boolean) : "false"
 = 
(xsd:string | xsd:boolean) : "true"
 = 
xsd:string
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:int)
 = 
("netscape" | "rfc2109")
 = 
xsd:string
 = 
xsd:string
 = 
(xsd:string | xsd:int)
 = 
xsd:string
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:boolean)
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, spring:property*, mule:receiver-threading-profile?, mule:dispatcher-threading-profile?, mule:abstract-reconnection-strategy?, mule:service-overrides?, tls-client?, tls-key-store?, tls-server?, tls-protocol-handler?
</...>
Content Model Elements (10):
mule:abstract-reconnection-strategy, mule:annotations, mule:dispatcher-threading-profile, mule:receiver-threading-profile, mule:service-overrides, spring:property, tls-client, tls-key-store, tls-protocol-handler, tls-server
Known Direct Subtypes (1):
httpsPollingConnectorType
All Direct / Indirect Based Elements (2):
connector, polling-connector
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:connectorType (extension)
          noProtocolTcpConnectorType (extension)
              http:httpConnectorType (extension)
                  httpsConnectorType
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="httpsConnectorType">
<xsd:complexContent>
<xsd:extension base="http:httpConnectorType">
<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:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/10)
tls-client
Type:
Configures the client key store with the following attributes: * path: The location (which will be resolved relative to the current classpath and file system, if possible) of the keystore that contains public certificates and private keys for identification * storePassword: The password used to protect the keystore * class: The type of keystore used (a Java class name)
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="tls-client" type="mule:tlsClientKeyStoreType"/>

tls-key-store
Type:
mule:tlsKeyStoreType, empty content
Configures the direct key store with the following attributes: * path: The location (which will be resolved relative to the current classpath and file system, if possible) of the keystore that contains public certificates and private keys for identification * class: The type of keystore used (a Java class name) * keyPassword: The password used to protect the private key * storePassword: The password used to protect the keystore * algorithm: The algorithm used by the keystore
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="tls-key-store" type="mule:tlsKeyStoreType"/>

tls-protocol-handler
Type:
Configures the global Java protocol handler. It has one attribute, property, which specifies the java.protocol.handler.pkgs system property.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="tls-protocol-handler" type="mule:tlsProtocolHandler"/>

tls-server
Type:
Configures the trust store. The attributes are: * path: The location (which will be resolved relative to the current classpath and file system, if possible) of the trust store that contains public certificates of trusted servers * storePassword: The password used to protect the trust store * class: The type of trust store used (a Java class name) * algorithm: The algorithm used by the trust store * factory-ref: Reference to the trust manager factory * explicitOnly: Whether this is an explicit trust store * requireClientAuthentication: Whether client authentication is required
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="tls-server" type="mule:tlsServerTrustStoreType"/>

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.