element <tls-server>
Namespace:
Type:
Content:
empty, 7 attributes
Defined:
Content Model Diagram
XML Representation Summary
<tls-server
    path
 = 
xsd:string
    storePassword
 = 
xsd:string
    class
 = 
(xsd:string | xsd:string)
    algorithm
 = 
xsd:string
    factory-ref
 = 
xsd:string
    explicitOnly
 = 
(xsd:string | xsd:boolean)
    requireClientAuthentication
 = 
(xsd:string | xsd:boolean)
/>
Included in content model of elements (2):
Annotation
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.