complexType "axisConnectorType"
Namespace:
Content:
complex, 11 attributes, attr. wildcard, 8 elements
Defined:
globally in mule-axis.xsd; see XML source
Includes:
definitions of 7 attributes, 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
(xsd:string | xsd:boolean) : "false"
 = 
(xsd:string | xsd:boolean) : "true"
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
(xsd:string | xsd:boolean)
 = 
xsd:string
 = 
xsd:string
 = 
(xsd:string | xsd:boolean)
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, spring:property*, mule:receiver-threading-profile?, mule:dispatcher-threading-profile?, mule:abstract-reconnection-strategy?, mule:service-overrides?, bean-type*, supported-scheme*
</...>
Content Model Elements (8):
bean-type, mule:abstract-reconnection-strategy, mule:annotations, mule:dispatcher-threading-profile, mule:receiver-threading-profile, mule:service-overrides, spring:property, supported-scheme
All Direct / Indirect Based Elements (1):
connector
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:connectorType (extension)
          axisConnectorType
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="axisConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:connectorType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="bean-type"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="supported-scheme" type="mule:valueType"/>
</xsd:sequence>
<xsd:attribute name="axis-ref" type="xsd:string"/>
<xsd:attribute name="clientConfig" type="xsd:string"/>
<xsd:attribute name="clientProvider-ref" type="xsd:string"/>
<xsd:attribute name="doAutoTypes" type="mule:substitutableBoolean"/>
<xsd:attribute name="serverConfig" type="xsd:string"/>
<xsd:attribute name="serverProvider-ref" type="xsd:string"/>
<xsd:attribute name="treatMapAsNamedParams" type="mule:substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 7/12)
axis-ref
Type:
xsd:string, predefined
Use:
optional
Bean reference to the Axis server.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="axis-ref" type="xsd:string"/>

clientConfig
Type:
xsd:string, predefined
Use:
optional
Configuration file to use when building the Axis client.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="clientConfig" type="xsd:string"/>

clientProvider-ref
Type:
xsd:string, predefined
Use:
optional
Bean reference to the client provider to use for creating the Axis client.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="clientProvider-ref" type="xsd:string"/>

doAutoTypes
Type:
Use:
optional
Use this property to configure whether the Axis server should automatically map types. This property only takes effect if you do not provide your own Axis server via the axis-ref property.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="doAutoTypes" type="mule:substitutableBoolean"/>

serverConfig
Type:
xsd:string, predefined
Use:
optional
Configuration file to use when building the Axis server.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="serverConfig" type="xsd:string"/>

serverProvider-ref
Type:
xsd:string, predefined
Use:
optional
Bean reference to the server provider that should be used to create the Axis server.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="serverProvider-ref" type="xsd:string"/>

treatMapAsNamedParams
Type:
Use:
optional
The Axis connector treats a Map as a container for named parameters and unpacks them from the map. If your exposed service needs to take a Map as a parameter, set this property to false to prevent the connector from unpacking the Map.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="treatMapAsNamedParams" type="mule:substitutableBoolean"/>
Content Element Detail (all declarations; defined within this component only; 2/8)
bean-type
Type:
anonymous complexType, empty content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="bean-type"/>

supported-scheme
Type:
mule:valueType, empty content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="supported-scheme" type="mule:valueType"/>

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.