complexType "wrapperComponentType"
Namespace:
Content:
complex, 4 attributes, 2 elements
Defined:
globally in mule-cxf.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    address
 = 
xsd:string
    addressFromMessage
 = 
(xsd:string | xsd:boolean)
    wsdlPort
 = 
xsd:string
    operation
 = 
xsd:string
    >
   
Content: 
((abstract-interceptor | interceptor-stack)+)?
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
      wrapperComponentType
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="wrapperComponentType">
<xsd:complexContent>
<xsd:extension base="mule:abstractComponentType">
<xsd:attribute name="address" type="xsd:string"/>
<xsd:attribute name="addressFromMessage" type="mule:substitutableBoolean"/>
<xsd:attribute name="wsdlPort" type="xsd:string"/>
<xsd:attribute name="operation" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 4/4)
address
Type:
xsd:string, predefined
Use:
optional
The URL of the web service.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="address" type="xsd:string"/>

addressFromMessage
Type:
Use:
optional
Specifies that the URL of the web service will be obtained from the message itself.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="addressFromMessage" type="mule:substitutableBoolean"/>

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

wsdlPort
Type:
xsd:string, predefined
Use:
optional
The WSDL port you want to use to communicate to the service.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="wsdlPort" 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.