complexType "invokeType"
Namespace:
Content:
empty, 5 attributes
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 5 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    object-ref
 = 
xsd:string
    method
 = 
xsd:string
    methodArguments
 = 
xsd:string
    methodArgumentTypes
 = 
xsd:string
    name
 = 
(xsd:string | xsd:NMTOKEN)
/>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  invokeType
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="invokeType">
<xsd:complexContent>
<xsd:extension base="abstractMessageProcessorType">
<xsd:attribute name="object-ref" type="xsd:string"/>
<xsd:attribute name="method" type="xsd:string"/>
<xsd:attribute name="methodArguments" type="xsd:string"/>
<xsd:attribute name="methodArgumentTypes" type="xsd:string"/>
<xsd:attribute name="name" type="substitutableName" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 5/5)
method
Type:
xsd:string, predefined
Use:
optional
The name of the method to be invoked.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="method" type="xsd:string"/>

methodArguments
Type:
xsd:string, predefined
Use:
optional
Comma-seperated list of mule expression that when evaluated are the arguments for the method invocation
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="methodArguments" type="xsd:string"/>

methodArgumentTypes
Type:
xsd:string, predefined
Use:
optional
Comma-seperated list of mule expression that when evaluated are the arguments for the method invocation
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="methodArgumentTypes" type="xsd:string"/>

name
Type:
Use:
optional
Identifies the message processor in the registry.
Attribute Value
xsd:string | xsd:NMTOKEN
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="name" type="substitutableName" use="optional"/>

object-ref
Type:
xsd:string, predefined
Use:
optional
Reference to the object whose method will be invoked.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="object-ref" 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.