attributeGroup "connectorAttibutes"
Namespace:
Content:
Defined:
globally in mule-ajax.xsd; see XML source
Includes:
definitions of 7 attributes
Used:
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
...>
Known Usage Locations
XML Source (w/o annotations (7); see within schema source)
<xsd:attributeGroup name="connectorAttibutes">
<xsd:attribute name="logLevel" type="mule:substitutableInt"/>
<xsd:attribute name="timeout" type="mule:substitutableInt"/>
<xsd:attribute name="interval" type="mule:substitutableInt"/>
<xsd:attribute name="maxInterval" type="mule:substitutableInt"/>
<xsd:attribute name="jsonCommented" type="mule:substitutableBoolean"/>
<xsd:attribute name="multiFrameInterval" type="mule:substitutableInt"/>
<xsd:attribute name="refsThreshold" type="mule:substitutableInt"/>
</xsd:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 7/7)
interval
Type:
Use:
optional
he client side poll timeout in milliseconds (default 0). How long a client will wait between reconnects
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="interval" type="mule:substitutableInt"/>

jsonCommented
Type:
Use:
optional
If "true" (default) then the server will accept JSON wrapped in a comment and will generate JSON wrapped in a comment. This is a defence against Ajax Hijacking.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="jsonCommented" type="mule:substitutableBoolean"/>

logLevel
Type:
Use:
optional
0=none, 1=info, 2=debug
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="logLevel" type="mule:substitutableInt"/>

maxInterval
Type:
Use:
optional
The max client side poll timeout in milliseconds (default 30000). A client will be removed if a connection is not received in this time.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="maxInterval" type="mule:substitutableInt"/>

multiFrameInterval
Type:
Use:
optional
The client side poll timeout if multiple connections are detected from the same browser (default 1500).
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="multiFrameInterval" type="mule:substitutableInt"/>

refsThreshold
Type:
Use:
optional
The number of message refs at which the a single message response will be cached instead of being generated for every client delivered to. Done to optimize a single message being sent to multiple clients.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="refsThreshold" type="mule:substitutableInt"/>

timeout
Type:
Use:
optional
The server side poll timeout in milliseconds (default 250000). This is how long the server will hold a reconnect request before responding.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="timeout" type="mule:substitutableInt"/>

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.