element <connector> (global)
Namespace: |
|
Type: |
|
Content: |
|
Subst.Gr: |
|
Defined: |
|
Includes: |
|
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):
-
Annotation
The TLS connector extends the TCP connector.
Anonymous Type Detail
Type Derivation Tree complexType |
XML Source (w/o annotations (5); see within schema source)
<xsd:element name="connector" substitutionGroup="mule:abstract-connector"> <xsd:complexType> <xsd:complexContent> <xsd:sequence> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> </xsd:element> |
Content Element Detail (all declarations; defined within this component only; 4/11) -
The client key store. 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)
-
The key store information, including location, key store type, and algorithm.
XML Source (w/o annotations (1); see within schema source)
-
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)
-
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)