element <connector>
Namespace:
Type:
Content:
complex, 17 attributes, 10 elements
Subst.Gr:
may substitute for element mule:abstract-connector
Defined:
globally in mule-ssl.xsd; see XML source
Includes:
definitions of 4 elements
Used:
never
Content Model Diagram
XML Representation Summary
<connector
    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)
    dispatcherFactory-ref
 = 
xsd:string
    >
   
Content: 
spring:property*, receiver-threading-profile?, dispatcher-threading-profile?, abstract-retry-policy?, service-overrides?, abstract-protocol?, client?, key-store?, server?, protocol-handler?
</connector>
Content model elements (10):
May contain elements by substitutions (9):
May be included in elements by substitutions (1):
Annotation
Connects Mule to an SSL socket to send or receive data via the network.
Anonymous Type Detail
Type Derivation Tree
  mule:connectorType (extension)
      tcp:noProtocolTcpConnectorType (extension)
          tcp:tcpConnectorType (extension)
              complexType
XML Source (w/o annotations (5); see within schema source)
<xsd:element name="connector" substitutionGroup="mule:abstract-connector">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="tcp:tcpConnectorType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="client" type="mule:tlsClientKeyStoreType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="key-store" type="mule:tlsKeyStoreType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="server" type="mule:tlsServerTrustStoreType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="protocol-handler" type="mule:tlsProtocolHandler"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Content Element Detail (all declarations; defined in this component only; 4/10)
client
Type:
The client key store. SSL and TLS connections are made on behalf of an entity, which can be anonymous or identified by a certificate. This interface specifies how a keystore can be used to provide the certificates (and associated private keys) necessary for identification.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="client" type="mule:tlsClientKeyStoreType"/>

key-store
Type:
mule:tlsKeyStoreType, empty content
The key store information, including location, key store type, and algorithm.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="key-store" type="mule:tlsKeyStoreType"/>

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

server
Type:
The server trust store. TLS connections are made to trusted systems - the public certificates of trusted systems are stored in a keystore (called a trust store) and used to verify that the connection made to a remote system really is the expected identity.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="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.