complexType "jndiConnectorType"
Namespace:
Content:
complex, 8 attributes, attr. wildcard, 8 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 4 attributes, 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
(xsd:string | xsd:boolean) : "false"
 = 
(xsd:string | xsd:boolean) : "true"
 = 
xsd:string
 = 
xsd:string
 = 
(xsd:string | xsd:string)
 = 
xsd:string
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, spring:property*, receiver-threading-profile?, dispatcher-threading-profile?, abstract-reconnection-strategy?, service-overrides?, jndi-provider-property*, jndi-provider-properties?
</...>
Content Model Elements (8):
abstract-reconnection-strategy, annotations, dispatcher-threading-profile, jndi-provider-properties, jndi-provider-property, receiver-threading-profile, service-overrides, spring:property
Known Direct Subtypes (2):
ejbConnectorType, rmiConnectorType
All Direct / Indirect Based Elements (3):
connector, connector, connector
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
  abstractConnectorType (extension)
      connectorType (extension)
          jndiConnectorType
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="jndiConnectorType">
<xsd:complexContent>
<xsd:extension base="connectorType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="jndi-provider-property" type="keyValueType"/>
<xsd:element minOccurs="0" name="jndi-provider-properties" type="mapType"/>
</xsd:sequence>
<xsd:attribute name="jndiContext-ref" type="xsd:string"/>
<xsd:attribute name="jndiInitialFactory" type="substitutableClass"/>
<xsd:attribute name="jndiProviderUrl" type="xsd:string"/>
<xsd:attribute name="jndiUrlPkgPrefixes" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 4/9)
jndiContext-ref
Type:
xsd:string, predefined
Use:
optional
Set the complete context directly, via a bean reference.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="jndiContext-ref" type="xsd:string"/>

jndiInitialFactory
Type:
Use:
optional
The initial context factory to use. The value of the property should be the fully qualified class name of the factory class that will create an initial context.
Attribute Value
xsd:string | xsd:string
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="jndiInitialFactory" type="substitutableClass"/>

jndiProviderUrl
Type:
xsd:string, predefined
Use:
optional
The service provider to use. The value of the property should contain a URL string (such as "ldap://somehost:389").
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="jndiProviderUrl" type="xsd:string"/>

jndiUrlPkgPrefixes
Type:
xsd:string, predefined
Use:
optional
The list of package prefixes to use when loading in URL context factories. The value of the property should be a colon-separated list of package prefixes for the class name of the factory class that will create a URL context factory.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="jndiUrlPkgPrefixes" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 2/8)
jndi-provider-properties
Type:
mapType, complex content
Direct setting of JNDI properties (allows access to the full Spring map entry).
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="jndi-provider-properties" type="mapType"/>

jndi-provider-property
Type:
keyValueType, empty content
Direct setting of a JNDI property.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="jndi-provider-property" type="keyValueType"/>

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.