group "commonConfiguration"
Namespace:
Content:
Defined:
globally in mule-cxf.xsd; see XML source
Includes:
definitions of 7 elements
Used:
Content Model Diagram
Complex Content Model
configuration-ref?, databinding?, features?, inInterceptors?, inFaultInterceptors?, outInterceptors?, outFaultInterceptors?
Content Model Elements (7):
Known Usage Locations
XML Source (w/o annotations (7); see within schema source)
<xsd:group name="commonConfiguration">
<xsd:sequence>
<xsd:element minOccurs="0" name="configuration-ref">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" ref="configuration"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element minOccurs="0" name="databinding" type="databindingType"/>
<xsd:element minOccurs="0" ref="features"/>
<xsd:element minOccurs="0" name="inInterceptors" type="interceptors"/>
<xsd:element minOccurs="0" name="inFaultInterceptors" type="interceptors"/>
<xsd:element minOccurs="0" name="outInterceptors" type="interceptors"/>
<xsd:element minOccurs="0" name="outFaultInterceptors" type="interceptors"/>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined in this component only; 7/7)
configuration-ref
Type:
anonymous, complex content
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="configuration-ref">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" ref="configuration"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>

databinding
Type:
databindingType, complex content
The databinding implementation that should be used. By default, this is JAXB for the JAX-WS frontend and Aegis for the simple frontend. This should be specified in the form of a Spring bean.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="databinding" type="databindingType"/>

features
Type:
anonymous, complex content
Any CXF features you want to apply to the client/server. See the CXF documentation for more information on features.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" ref="features"/>

inFaultInterceptors
Type:
interceptors, complex content
Additional incoming fault interceptors.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="inFaultInterceptors" type="interceptors"/>

inInterceptors
Type:
interceptors, complex content
Additional incoming interceptors for this service.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="inInterceptors" type="interceptors"/>

outFaultInterceptors
Type:
interceptors, complex content
Additional outgoing fault interceptors.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="outFaultInterceptors" type="interceptors"/>

outInterceptors
Type:
interceptors, complex content
Additional outgoing interceptors.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="outInterceptors" type="interceptors"/>

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.