complexType "cxfConfigurationType"
Namespace:
Content:
complex, 4 attributes, attr. wildcard, 1 element
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) : "true"
 = 
(xsd:string | xsd:boolean) : "true"
 = 
xsd:string : "_cxfConfiguration"
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?
</...>
Content Model Elements (1):
mule:annotations
All Direct / Indirect Based Elements (1):
configuration
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      cxfConfigurationType
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="cxfConfigurationType">
<xsd:complexContent>
<xsd:extension base="mule:abstractExtensionType">
<xsd:attribute name="configurationLocation" type="xsd:string"/>
<xsd:attribute default="true" name="enableMuleSoapHeaders" type="mule:substitutableBoolean"/>
<xsd:attribute default="true" name="initializeStaticBusInstance" type="mule:substitutableBoolean"/>
<xsd:attribute default="_cxfConfiguration" name="name" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 4/5)
configurationLocation
Type:
xsd:string, predefined
Use:
optional
The location of a CXF configuration file, if any needs to be supplied.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="configurationLocation" type="xsd:string"/>

enableMuleSoapHeaders
Type:
Use:
optional
Whether or not CXF should write Mule SOAP headers which pass along the correlation and ReplyTo information. This is true by default, but the Mule SOAP headers are only triggered in situations where there is an existing correlation ID and the ReplyTo header is set. (As of 2.2.1)
Attribute Value
xsd:string | xsd:boolean
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="true" name="enableMuleSoapHeaders" type="mule:substitutableBoolean"/>

initializeStaticBusInstance
Type:
Use:
optional
Initialize the static CXF Bus with a Bus configured to use Mule for all transports. This will affect any CXF generated clients that you run standalone. Defaults to true.
Attribute Value
xsd:string | xsd:boolean
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="true" name="initializeStaticBusInstance" type="mule:substitutableBoolean"/>

name
Type:
xsd:string, predefined
Use:
optional
Attribute Value
Default:
"_cxfConfiguration"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="_cxfConfiguration" name="name" 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.