complexType "jmxMx4jAdaptorType"
Namespace:
Content:
complex, 7 attributes, 1 element
Defined:
Includes:
definitions of 7 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
    jmxAdaptorUrl
 = 
xsd:string
    login
 = 
xsd:string
    password
 = 
xsd:string
    authenticationMethod
 = 
("none" | "basic" | "digest") : "basic"
    cacheXsl
 = 
xsd:string : "true"
    xslFilePath
 = 
xsd:string
    pathInJar
 = 
xsd:string
    >
   
Content: 
socketFactoryProperties?
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  jmxMx4jAdaptorType
XML Source (w/o annotations (8); see within schema source)
<xsd:complexType name="jmxMx4jAdaptorType">
<xsd:complexContent>
<xsd:extension base="mule:abstractAgentType">
<xsd:sequence>
<xsd:element minOccurs="0" name="socketFactoryProperties" type="mule:mapType"/>
</xsd:sequence>
<xsd:attribute name="jmxAdaptorUrl" type="xsd:string"/>
<xsd:attribute name="login" type="xsd:string"/>
<xsd:attribute name="password" type="xsd:string"/>
<xsd:attribute default="basic" name="authenticationMethod">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="none"/>
<xsd:enumeration value="basic"/>
<xsd:enumeration value="digest"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute default="true" name="cacheXsl" type="xsd:string"/>
<xsd:attribute name="xslFilePath" type="xsd:string"/>
<xsd:attribute name="pathInJar" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 7/7)
authenticationMethod
Type:
anonymous (restriction of xsd:NMTOKEN)
Use:
optional
The type of authentication to perform when the login and password are set: basic (the default), digest, or none.
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"none", "basic", "digest"
Default:
"basic"
Anonymous simpleType
Type Derivation Tree
xsd:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xsd:NMTOKEN
Facets:
enumeration:
"none", "basic", "digest"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="basic" name="authenticationMethod">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="none"/>
<xsd:enumeration value="basic"/>
<xsd:enumeration value="digest"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

cacheXsl
Type:
xsd:string, predefined
Use:
optional
Indicates whether to cache the transformation objects, which speeds-up the process. It is usually set to true, but you can set it to false for easier testing.
Attribute Value
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="true" name="cacheXsl" type="xsd:string"/>

jmxAdaptorUrl
Type:
xsd:string, predefined
Use:
optional
The URL of the JMX web console. The default is http://localhost:9999.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="jmxAdaptorUrl" type="xsd:string"/>

login
Type:
xsd:string, predefined
Use:
optional
The login name for accessing the JMX web console.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="login" type="xsd:string"/>

password
Type:
xsd:string, predefined
Use:
optional
The password for accessing the JMX web console.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="password" type="xsd:string"/>

pathInJar
Type:
xsd:string, predefined
Use:
optional
If the xslFilePath is a JAR file, specifies the directory in the JAR where the XSL files are located.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="pathInJar" type="xsd:string"/>

xslFilePath
Type:
xsd:string, predefined
Use:
optional
Specifies the path of the XSL files used to customize the adaptor's stylesheet. If you specify a directory, it assumes that XSL files are located in the directory. If you specify a .jar or .zip file, it assumes that the files are located inside. Specifying a file system is especially useful for testing.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="xslFilePath" type="xsd:string"/>
Content Element Detail (all declarations; defined in this component only; 1/1)
socketFactoryProperties
Type:
mule:mapType, complex content
A map containing properties for SSL server socket factory configuration. If this element contains at least one property, the agent will switch to HTTPS connections. These properties will be delegated as is to the agent's HTTP/S adaptor. For a list of available properties, see the [MX4J API documentation|http://mx4j.sourceforge.net/docs/api/mx4j/tools/adaptor/ssl/SSLAdaptorServerSocketFactory.html].
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="socketFactoryProperties" type="mule:mapType"/>

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.