complexType "jmxDefaultConfigType"
Namespace:
Content:
complex, 5 attributes, attr. wildcard, 2 elements
Defined:
Includes:
definitions of 5 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:boolean)
 = 
xsd:string
 = 
(xsd:string | xsd:int)
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, credentials?
</...>
Content Model Elements (2):
credentials, mule:annotations
All Direct / Indirect Based Elements (1):
jmx-default-config
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
  mule:abstractAgentType (extension)
      jmxDefaultConfigType
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="jmxDefaultConfigType">
<xsd:complexContent>
<xsd:extension base="mule:abstractAgentType">
<xsd:sequence>
<xsd:element minOccurs="0" name="credentials" type="mule:mapType"/>
</xsd:sequence>
<xsd:attribute name="registerMx4jAdapter" type="mule:substitutableBoolean"/>
<xsd:attribute name="registerLog4j" type="mule:substitutableBoolean"/>
<xsd:attribute name="host" type="xsd:string"/>
<xsd:attribute name="port" type="mule:substitutablePortNumber"/>
<xsd:attribute name="jmxAuthenticator-ref" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 5/6)
host
Type:
xsd:string, predefined
Use:
optional
The host to bind to. Normally, override this only for multi-NIC servers (default is localhost).
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="host" type="xsd:string"/>

jmxAuthenticator-ref
Type:
xsd:string, predefined
Use:
optional
A reference to a custom jmxAuthenticator.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="jmxAuthenticator-ref" type="xsd:string"/>

port
Type:
Use:
optional
The port on which the RMI registry will run. This is also used for remote JMX management. Default is 1099.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="port" type="mule:substitutablePortNumber"/>

registerLog4j
Type:
Use:
optional
Whether to enable the Log4j agent.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="registerLog4j" type="mule:substitutableBoolean"/>

registerMx4jAdapter
Type:
Use:
optional
Whether to enable the MX4J adaptor.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="registerMx4jAdapter" type="mule:substitutableBoolean"/>
Content Element Detail (all declarations; defined within this component only; 1/2)
credentials
Type:
mule:mapType, complex content
A map of username/password properties for remote JMX access. The configuration option delegates to the JmxAgent.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="credentials" type="mule:mapType"/>

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.