complexType "httpPollingConnectorType"
Namespace:
Content:
complex, 25 attributes, 5 elements
Defined:
globally in mule-http.xsd; see XML source
Includes:
definitions of 3 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
    sendBufferSize
 = 
(xsd:string | xsd:int)
    receiveBufferSize
 = 
(xsd:string | xsd:int)
    receiveBacklog
 = 
(xsd:string | xsd:int)
    sendTcpNoDelay
 = 
(xsd:string | xsd:boolean)
    reuseAddress
 = 
(xsd:string | xsd:boolean)
    clientSoTimeout
 = 
(xsd:string | xsd:int)
    serverSoTimeout
 = 
(xsd:string | xsd:int)
    socketSoLinger
 = 
(xsd:string | xsd:int)
    keepSendSocketOpen
 = 
(xsd:string | xsd:boolean)
    keepAlive
 = 
(xsd:string | xsd:boolean)
    cookieSpec
 = 
("netscape" | "rfc2109")
    proxyHostname
 = 
xsd:string
    proxyPassword
 = 
xsd:string
    proxyPort
 = 
(xsd:string | xsd:int)
    proxyUsername
 = 
xsd:string
    enableCookies
 = 
(xsd:string | xsd:boolean)
    pollingFrequency
 = 
(xsd:string | xsd:long)
    checkEtag
 = 
(xsd:string | xsd:boolean)
    discardEmptyContent
 = 
(xsd:string | xsd:boolean)
    >
   
Content: 
spring:property*, receiver-threading-profile?, dispatcher-threading-profile?, abstract-retry-policy?, service-overrides?
</...>
Content Model Elements (5):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  mule:connectorType (extension)
      tcp:noProtocolTcpConnectorType (extension)
          httpConnectorType (extension)
              httpPollingConnectorType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="httpPollingConnectorType">
<xsd:complexContent>
<xsd:extension base="httpConnectorType">
<xsd:attribute name="pollingFrequency" type="mule:substitutableLong"/>
<xsd:attribute name="checkEtag" type="mule:substitutableBoolean"/>
<xsd:attribute name="discardEmptyContent" type="mule:substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 3/25)
checkEtag
Type:
Use:
optional
Whether the ETag header from the remote server is processed if the header is present.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="checkEtag" type="mule:substitutableBoolean"/>

discardEmptyContent
Type:
Use:
optional
Whether Mule should discard any messages from the remote server that have a zero content length. For many services a zero length would mean there was no data to return. If the remote HTTP server does return content to say that that the request is empty, users can configure a content filter on the endpoint to filter these messages out.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="discardEmptyContent" type="mule:substitutableBoolean"/>

pollingFrequency
Type:
Use:
optional
The time in milliseconds to wait between each request to the remote HTTP server.
Attribute Value
xsd:string | xsd:long
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="pollingFrequency" type="mule:substitutableLong"/>

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.