attributeGroup "addressAttributes"
Namespace:
Content:
Defined:
globally in mule-rmi.xsd; see XML source
Includes:
definitions of 5 attributes
Used:
XML Representation Summary
<...
   
 = 
xsd:string
 = 
(xsd:string | xsd:int)
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
...>
Known Usage Locations
XML Source (w/o annotations (5); see within schema source)
<xsd:attributeGroup name="addressAttributes">
<xsd:attribute name="host" type="xsd:string"/>
<xsd:attribute name="port" type="mule:substitutablePortNumber"/>
<xsd:attribute name="object" type="xsd:string"/>
<xsd:attribute name="method" type="xsd:string"/>
<xsd:attribute name="methodArgumentTypes" type="xsd:string"/>
</xsd:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 5/5)
host
Type:
xsd:string, predefined
Use:
optional
The endpoint host name.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="host" type="xsd:string"/>

method
Type:
xsd:string, predefined
Use:
optional
The name of the method to invoke.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="method" type="xsd:string"/>

methodArgumentTypes
Type:
xsd:string, predefined
Use:
optional
Comma separated argument types of the method to invoke. For example, "java.lang.String".
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="methodArgumentTypes" type="xsd:string"/>

object
Type:
xsd:string, predefined
Use:
optional
The class name of the object that is being invoked over RMI.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="object" type="xsd:string"/>

port
Type:
Use:
optional
The port number to use when a connection is made.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="port" type="mule:substitutablePortNumber"/>

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.