complexType "pojoBindingType"
Namespace:
Content:
complex, 2 attributes, 1 element
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 2 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:string)
 = 
xsd:anySimpleType
    >
   
Content: 
abstract-outbound-endpoint+
</...>
Content Model Elements (1):
abstract-outbound-endpoint
All Direct / Indirect Based Elements (2):
binding, java-interface-binding
Known Usage Locations
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="pojoBindingType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="1" ref="abstract-outbound-endpoint"/>
</xsd:sequence>
<xsd:attribute name="interface" type="substitutableClass" use="required"/>
<xsd:attribute name="method" use="optional"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
interface
Type:
Use:
required
The interface to be injected. A proxy will be created that implements this interface by calling out to the endpoint.
Attribute Value
xsd:string | xsd:string
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="interface" type="substitutableClass" use="required"/>

method
Type:
xsd:anySimpleType
Use:
optional
The method on the interface that should be used. This can be omitted if the interface has a single method.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="method" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
abstract-outbound-endpoint
Type:
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 25 elements
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="1" ref="abstract-outbound-endpoint"/>

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.