complexType "udpConnectorType"
Namespace:
Content:
complex, 13 attributes, 5 elements
Defined:
globally in mule-udp.xsd; see XML source
Includes:
definitions of 7 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
    receiveBufferSize
 = 
(xsd:string | xsd:int)
    receiveTimeout
 = 
(xsd:string | xsd:long)
    sendBufferSize
 = 
(xsd:string | xsd:int)
    sendTimeout
 = 
(xsd:string | xsd:long)
    socketLinger
 = 
(xsd:string | xsd:long)
    broadcast
 = 
(xsd:string | xsd:boolean)
    keepSendSocketOpen
 = 
(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 (2):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  mule:connectorType (extension)
      udpConnectorType
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="udpConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:connectorType">
<xsd:attribute name="receiveBufferSize" type="mule:substitutableInt"/>
<xsd:attribute name="receiveTimeout" type="mule:substitutableLong"/>
<xsd:attribute name="sendBufferSize" type="mule:substitutableInt"/>
<xsd:attribute name="sendTimeout" type="mule:substitutableLong"/>
<xsd:attribute name="socketLinger" type="mule:substitutableLong"/>
<xsd:attribute name="broadcast" type="mule:substitutableBoolean"/>
<xsd:attribute name="keepSendSocketOpen" type="mule:substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 7/13)
broadcast
Type:
Use:
optional
Whether to enable the socket to send broadcast data.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="broadcast" type="mule:substitutableBoolean"/>

keepSendSocketOpen
Type:
Use:
optional
Whether to keep the Sending socket open.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="keepSendSocketOpen" type="mule:substitutableBoolean"/>

receiveBufferSize
Type:
Use:
optional
The size of the receiving buffer for the socket.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="receiveBufferSize" type="mule:substitutableInt"/>

receiveTimeout
Type:
Use:
optional
The amount of time after which a Receive call will time out.
Attribute Value
xsd:string | xsd:long
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="receiveTimeout" type="mule:substitutableLong"/>

sendBufferSize
Type:
Use:
optional
The size of the sending buffer for the socket.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="sendBufferSize" type="mule:substitutableInt"/>

sendTimeout
Type:
Use:
optional
The amount of time after which a Send call will time out.
Attribute Value
xsd:string | xsd:long
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="sendTimeout" type="mule:substitutableLong"/>

socketLinger
Type:
Use:
optional
The amount of time the socket will remain open after a closesocket call.
Attribute Value
xsd:string | xsd:long
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="socketLinger" 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.