complexType "reflectionEntryPointResolverType"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:boolean)
    >
   
Content: 
exclude-object-methods?, exclude-entry-point*
</...>
Content Model Elements (2):
exclude-entry-point, exclude-object-methods
Known Direct Subtypes (1):
complexEntryPointResolverType
All Direct / Indirect Based Elements (3):
array-entry-point-resolver, no-arguments-entry-point-resolver, reflection-entry-point-resolver
Known Usage Locations
Type Definition Detail
Type Derivation Tree
abstractEntryPointResolverType (extension)
      reflectionEntryPointResolverType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="reflectionEntryPointResolverType">
<xsd:complexContent>
<xsd:extension base="baseEntryPointResolverType">
<xsd:sequence>
<xsd:element minOccurs="0" name="exclude-object-methods"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="exclude-entry-point" type="methodType"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
exclude-entry-point
Type:
methodType, empty content
Explicitly excludes a named method from receiving the message.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="exclude-entry-point" type="methodType"/>

exclude-object-methods
Type:
xsd:anyType, any content
If specified, methods in the Java Object interface are not included in the list of possible methods that can receive the message.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="exclude-object-methods"/>

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.