complexType "wrapperComponentType"
Namespace:
Content:
complex, 4 attributes, attr. wildcard, 3 elements
Defined:
globally in mule-cxf.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
(xsd:string | xsd:boolean)
 = 
xsd:string
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, ((mule:abstract-interceptor | mule:interceptor-stack)+)?
</...>
Content Model Elements (3):
mule:abstract-interceptor,
mule:annotations,
mule:interceptor-stack (type mule:refInterceptorStackType)
All Direct / Indirect Based Elements (1):
wrapper-component
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:abstractComponentType (extension)
          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 within this component only; 4/5)
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 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.