complexType "servletConnectorType"
Namespace:
Content:
complex, 8 attributes, 5 elements
Defined:
globally in mule-servlet.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    createMultipleTransactedReceivers
 = 
(xsd:string | xsd:boolean)
    numberOfConcurrentTransactedReceivers
 = 
(xsd:string | xsd:int)
    dynamicNotification
 = 
(xsd:string | xsd:boolean) : "false"
    validateConnections
 = 
(xsd:string | xsd:boolean) : "true"
    dispatcherPoolFactory-ref
 = 
xsd:string
    servletUrl
 = 
xsd:anySimpleType
    useCachedHttpServletRequest
 = 
(xsd:string | xsd:boolean) : "false"
    >
   
Content: 
spring:property*, receiver-threading-profile?, dispatcher-threading-profile?, abstract-reconnection-strategy?, service-overrides?
</...>
Content Model Elements (5):
All Direct / Indirect Based Elements (2):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  mule:connectorType (extension)
      servletConnectorType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="servletConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:connectorType">
<xsd:attribute name="servletUrl"/>
<xsd:attribute default="false" name="useCachedHttpServletRequest" type="mule:substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 2/8)
servletUrl
Type:
xsd:anySimpleType
Use:
optional
The real URL on which the servlet container is bound. If this is not set, the WSDL may not be generated correctly when using CXF bound to a servlet endpoint.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="servletUrl"/>

useCachedHttpServletRequest
Type:
Use:
optional
Whether to use a cached http servlet request
Attribute Value
xsd:string | xsd:boolean
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="false" name="useCachedHttpServletRequest" type="mule:substitutableBoolean"/>

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.