complexType "pollingTcpConnectorType"
Namespace:
Content:
complex, 19 attributes, 6 elements
Defined:
globally in mule-tcp.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
    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)
    dispatcherFactory-ref
 = 
xsd:string
    timeout
 = 
(xsd:string | xsd:long)
    pollingFrequency
 = 
(xsd:string | xsd:long)
    >
   
Content: 
spring:property*, receiver-threading-profile?, dispatcher-threading-profile?, abstract-retry-policy?, service-overrides?, abstract-protocol?
</...>
Content Model Elements (6):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  mule:connectorType (extension)
      noProtocolTcpConnectorType (extension)
          tcpConnectorType (extension)
              pollingTcpConnectorType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="pollingTcpConnectorType">
<xsd:complexContent>
<xsd:extension base="tcpConnectorType">
<xsd:attribute name="timeout" type="mule:substitutableLong"/>
<xsd:attribute name="pollingFrequency" type="mule:substitutableLong"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 2/19)
pollingFrequency
Type:
Use:
optional
The time in milliseconds to wait between each request to the TCP server.
Attribute Value
xsd:string | xsd:long
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="pollingFrequency" type="mule:substitutableLong"/>

timeout
Type:
Use:
optional
The timeout to wait in milliseconds for data to come from the server
Attribute Value
xsd:string | xsd:long
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="timeout" 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.