complexType "rmiConnectorType"
Namespace:
Content:
complex, 15 attributes, 7 elements
Defined:
globally in mule-rmi.xsd; see XML source
Includes:
definitions of 5 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    createMultipleTransactedReceivers
 = 
(xsd:string | xsd:boolean)
    numberOfConcurrentTransactedReceivers
 = 
(xsd:string | xsd:int)
    dynamicNotification
 = 
(xsd:string | xsd:boolean) : "false"
    validateConnections
 = 
(xsd:string | xsd:boolean) : "true"
    dispatcherPoolFactory-ref
 = 
xsd:string
    jndiContext-ref
 = 
xsd:string
    jndiInitialFactory
 = 
(xsd:string | xsd:string)
    jndiProviderUrl
 = 
xsd:string
    jndiUrlPkgPrefixes
 = 
xsd:string
    pollingFrequency
 = 
(xsd:string | xsd:long)
    securityManager-ref
 = 
xsd:string
    securityPolicy
 = 
xsd:string
    serverClassName
 = 
xsd:string
    serverCodebase
 = 
xsd:string
    >
   
Content: 
spring:property*, receiver-threading-profile?, dispatcher-threading-profile?, abstract-reconnection-strategy?, service-overrides?, jndi-provider-property*, jndi-provider-properties?
</...>
Content Model Elements (7):
All Direct / Indirect Based Elements (2):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  mule:connectorType (extension)
      mule:jndiConnectorType (extension)
          rmiConnectorType
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="rmiConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:jndiConnectorType">
<xsd:attribute name="pollingFrequency" type="mule:substitutableLong"/>
<xsd:attribute name="securityManager-ref" type="xsd:string"/>
<xsd:attribute name="securityPolicy" type="xsd:string"/>
<xsd:attribute name="serverClassName" type="xsd:string"/>
<xsd:attribute name="serverCodebase" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 5/15)
pollingFrequency
Type:
Use:
optional
Period (ms) between polling connections.
Attribute Value
xsd:string | xsd:long
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="pollingFrequency" type="mule:substitutableLong"/>

securityManager-ref
Type:
xsd:string, predefined
Use:
optional
Bean reference to the security manager that should be used.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="securityManager-ref" type="xsd:string"/>

securityPolicy
Type:
xsd:string, predefined
Use:
optional
The security policy (file name) used to enable connections.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="securityPolicy" type="xsd:string"/>

serverClassName
Type:
xsd:string, predefined
Use:
optional
The target class name.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="serverClassName" type="xsd:string"/>

serverCodebase
Type:
xsd:string, predefined
Use:
optional
The target method.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="serverCodebase" type="xsd:string"/>

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.