complexType "jmxMx4jAdaptorType"
Namespace:
Content:
complex, 7 attributes, attr. wildcard, 1 element
Defined:
Includes:
definitions of 7 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
("none" | "basic" | "digest") : "basic"
 = 
xsd:string : "true"
 = 
xsd:string
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?
</...>
Content Model Elements (1):
mule:annotations
All Direct / Indirect Based Elements (1):
jmx-mx4j-adaptor
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
  mule:abstractAgentType (extension)
      jmxMx4jAdaptorType
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="jmxMx4jAdaptorType">
<xsd:complexContent>
<xsd:extension base="mule:abstractAgentType">
<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 within this component only; 7/8)
authenticationMethod
Type:
anonymous simpleType (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"/>

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.