attributeGroup "inboundAttributes"
Namespace:
Content:
Defined:
globally in mule-cxf.xsd; see XML source
Includes:
definitions of 6 attributes
Used:
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
(xsd:string | xsd:boolean)
...>
Known Usage Locations
XML Source (w/o annotations (6); see within schema source)
<xsd:attributeGroup name="inboundAttributes">
<xsd:attribute name="bindingId" type="xsd:string"/>
<xsd:attribute name="port" type="xsd:string"/>
<xsd:attribute name="namespace" type="xsd:string"/>
<xsd:attribute name="service" type="xsd:string"/>
<xsd:attribute name="serviceClass" type="xsd:string"/>
<xsd:attribute name="validationEnabled" type="mule:substitutableBoolean"/>
</xsd:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 6/6)
bindingId
Type:
xsd:string, predefined
Use:
optional
The binding that should be used for this endpoint. It defaults to the SOAP binding by default.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="bindingId" type="xsd:string"/>

namespace
Type:
xsd:string, predefined
Use:
optional
The service namespace. (As of 2.2.1)
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="namespace" type="xsd:string"/>

port
Type:
xsd:string, predefined
Use:
optional
The WSDL port name of your service.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="port" type="xsd:string"/>

service
Type:
xsd:string, predefined
Use:
optional
The WSDL service name of your service.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="service" type="xsd:string"/>

serviceClass
Type:
xsd:string, predefined
Use:
optional
The class CXF should use to construct its service model. This is optional, and by default it will use the implementation class of your component, on inbound cxf endpoint. But it is mandatory for outbound endpoint when using "aegis" frontend.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="serviceClass" type="xsd:string"/>

validationEnabled
Type:
Use:
optional
Whether or not validation should be enabled on this service. Validation only occurs on inbound server messages.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="validationEnabled" type="mule:substitutableBoolean"/>

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.