complexType "httpsConnectorType"
Namespace:
Content:
complex, 22 attributes, 9 elements
Defined:
globally in mule-https.xsd; see XML source
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    createMultipleTransactedReceivers
 = 
(xsd:string | xsd:boolean)
    numberOfConcurrentTransactedReceivers
 = 
(xsd:string | xsd:int)
    dynamicNotification
 = 
(xsd:string | xsd:boolean) : "false"
    validateConnections
 = 
(xsd:string | xsd:boolean) : "true"
    dispatcherPoolFactory-ref
 = 
xsd:string
    sendBufferSize
 = 
(xsd:string | xsd:int)
    receiveBufferSize
 = 
(xsd:string | xsd:int)
    receiveBacklog
 = 
(xsd:string | xsd:int)
    sendTcpNoDelay
 = 
(xsd:string | xsd:boolean)
    reuseAddress
 = 
(xsd:string | xsd:boolean)
    clientSoTimeout
 = 
(xsd:string | xsd:int)
    serverSoTimeout
 = 
(xsd:string | xsd:int)
    socketSoLinger
 = 
(xsd:string | xsd:int)
    keepSendSocketOpen
 = 
(xsd:string | xsd:boolean)
    keepAlive
 = 
(xsd:string | xsd:boolean)
    cookieSpec
 = 
("netscape" | "rfc2109")
    proxyHostname
 = 
xsd:string
    proxyPassword
 = 
xsd:string
    proxyPort
 = 
(xsd:string | xsd:int)
    proxyUsername
 = 
xsd:string
    enableCookies
 = 
(xsd:string | xsd:boolean)
    >
   
Content: 
spring:property*, receiver-threading-profile?, dispatcher-threading-profile?, abstract-retry-policy?, service-overrides?, tls-client?, tls-key-store?, tls-server?, tls-protocol-handler?
</...>
Content Model Elements (9):
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (2):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  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 in this component only; 4/9)
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 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.