element <polling-connector>
Namespace:
Type:
Content:
complex, 25 attributes, 5 elements
Subst.Gr:
may substitute for element mule:abstract-connector
Defined:
globally in mule-http.xsd; see XML source
Used:
never
Content Model Diagram
XML Representation Summary
<polling-connector
    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-reconnection-strategy?, service-overrides?
</polling-connector>
Content model elements (5):
May be included in elements by substitutions (1):
Annotation
Allows Mule to poll an external HTTP server and generate events from the result. This is useful for pull-only web services.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="polling-connector" substitutionGroup="mule:abstract-connector" type="httpPollingConnectorType"/>

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.