element <connector> (global)
Namespace:
Type:
anonymous complexType (extension of tcp:tcpConnectorType)
Content:
complex, 16 attributes, attr. wildcard, 11 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
   
 = 
(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)
 = 
xsd:string
    {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?, tcp:abstract-protocol?, client?, key-store?, server?, protocol-handler?
</connector>
Content model elements (11):
client, key-store, mule:abstract-reconnection-strategy, mule:annotations, mule:dispatcher-threading-profile, mule:receiver-threading-profile, mule:service-overrides, protocol-handler, server, spring:property, tcp:abstract-protocol
May contain elements by substitutions (12):
mule:reconnect, mule:reconnect-custom-strategy, mule:reconnect-forever, tcp:custom-class-loading-protocol, tcp:custom-protocol, tcp:direct-protocol, tcp:eof-protocol, tcp:length-protocol, tcp:safe-protocol, tcp:streaming-protocol, tcp:xml-eof-protocol, tcp:xml-protocol
May be included in elements by substitutions (1):
mule:mule
Annotation
Connects Mule to an SSL socket to send or receive data via the network.
Anonymous Type Detail
Type Derivation Tree
mule:annotatedType (extension)
      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 within this component only; 4/11)
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 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.