complexType "invokeType"
Namespace:
Content:
complex, 5 attributes, attr. wildcard, 1 element
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 5 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
(xsd:string | xsd:NMTOKEN)
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?
</...>
Content Model Elements (1):
annotations
All Direct / Indirect Based Elements (1):
invoke
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
      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 within this component only; 5/6)
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 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.