complexType "wrapperComponentType"
Namespace:
Content:
complex, 4 attributes, attr. wildcard, 4 elements
Defined:
globally in mule-axis.xsd; see XML source
Includes:
definitions of 4 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:boolean
 = 
("RPC" | "DOCUMENT" | "MESSAGE" | "WRAPPED")
 = 
("ENCODED" | "LITERAL")
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, ((mule:abstract-interceptor | mule:interceptor-stack)+)?, soap-method*
</...>
Content Model Elements (4):
mule:abstract-interceptor,
mule:annotations,
mule:interceptor-stack (type mule:refInterceptorStackType),
soap-method
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 (5); see within schema source)
<xsd:complexType name="wrapperComponentType">
<xsd:complexContent>
<xsd:extension base="mule:abstractComponentType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="soap-method" type="soapMethodType"/>
</xsd:sequence>
<xsd:attribute name="address" type="xsd:string"/>
<xsd:attribute name="addressFromMessage" type="xsd:boolean"/>
<xsd:attribute name="style" type="styleType"/>
<xsd:attribute name="use" type="useType"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 4/5)
address
Type:
xsd:string, predefined
Use:
optional
Specifies the URL of the web service to call.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="address" type="xsd:string"/>

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

style
Type:
Use:
optional
Specifies the [SOAP binding style|Axis SOAP Styles]: RPC (default), DOCUMENT, MESSAGE, or WRAPPED.
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"RPC", "DOCUMENT", "MESSAGE", "WRAPPED"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="style" type="styleType"/>

use
Type:
Use:
optional
Specifies the [SOAP binding use|Axis SOAP Styles]: ENCODED (default) or LITERAL.
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"ENCODED", "LITERAL"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="use" type="useType"/>
Content Element Detail (all declarations; defined within this component only; 1/4)
soap-method
Type:
soapMethodType, complex content
Allows you to specify a SOAP method and optionally parameters and a return. The parameter mode can be IN, OUT, or INOUT.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="soap-method" type="soapMethodType"/>

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.