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
properties?, abstract-databinding?, features?, inInterceptors?, inFaultInterceptors?, outInterceptors?, outFaultInterceptors?
Content Model Elements (7):
abstract-databinding, features, inFaultInterceptors, inInterceptors, outFaultInterceptors, outInterceptors, properties
Known Usage Locations
XML Source (w/o annotations (7); see within schema source)
<xsd:group name="commonConfiguration">
<xsd:sequence>
<xsd:element minOccurs="0" ref="properties"/>
<xsd:element minOccurs="0" ref="abstract-databinding"/>
<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 within this component only; 7/7)
abstract-databinding
Type:
baseDataBinding, complex content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 6 elements
The databinding implementation that should be used. By default, this is JAXB for the JAX-WS frontend and Aegis for the simple frontend.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" ref="abstract-databinding"/>

features
Type:
anonymous complexType, 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"/>

properties
Type:
anonymous complexType, complex content
Additional properties for this service.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" ref="properties"/>

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.