complexType "baseEntryPointResolverType"
Namespace:
Content:
empty, 1 attribute
Defined:
globally in mule.xsd; see XML source
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:boolean)
/>
Known Direct Subtypes (3):
methodEntryPointResolverType, propertyEntryPointResolverType, reflectionEntryPointResolverType
Known Indirect Subtypes (1):
complexEntryPointResolverType
All Direct / Indirect Based Elements (5):
array-entry-point-resolver, method-entry-point-resolver, no-arguments-entry-point-resolver, property-entry-point-resolver, reflection-entry-point-resolver
Known Usage Locations
Type Definition Detail
Type Derivation Tree
abstractEntryPointResolverType (extension)
  baseEntryPointResolverType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="baseEntryPointResolverType">
<xsd:complexContent>
<xsd:extension base="abstractEntryPointResolverType">
<xsd:attribute name="acceptVoidMethods" type="substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
acceptVoidMethods
Type:
Use:
optional
Whether the resolver should call void methods. By default, void methods are not considered as possible candidates for message delivery.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="acceptVoidMethods" type="substitutableBoolean"/>

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.