complexType "complexEntryPointResolverType"
Namespace:
Content:
complex, 2 attributes, 3 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:boolean) : "true"
    >
   
Content: 
exclude-object-methods?, exclude-entry-point*, include-entry-point*
</...>
Content Model Elements (3):
exclude-entry-point, exclude-object-methods, include-entry-point
All Direct / Indirect Based Elements (2):
array-entry-point-resolver, no-arguments-entry-point-resolver
Known Usage Locations
Type Definition Detail
Type Derivation Tree
abstractEntryPointResolverType (extension)
      reflectionEntryPointResolverType (extension)
          complexEntryPointResolverType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="complexEntryPointResolverType">
<xsd:complexContent>
<xsd:extension base="reflectionEntryPointResolverType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="include-entry-point"/>
</xsd:sequence>
<xsd:attribute default="true" name="enableDiscovery" type="substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/2)
enableDiscovery
Type:
Use:
optional
If no method names are configured, attempts to discover the method to invoke based on the inbound message type.
Attribute Value
xsd:string | xsd:boolean
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="true" name="enableDiscovery" type="substitutableBoolean"/>
Content Element Detail (all declarations; defined within this component only; 1/3)
include-entry-point
Type:
methodType, empty content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="include-entry-point"/>

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.