element <xml-protocol> (global)
Namespace:
Type:
Content:
empty, 1 attribute
Subst.Gr:
may substitute for element abstract-protocol
Defined:
globally in mule-tcp.xsd; see XML source
Used:
never
Content Model Diagram
XML Representation Summary
<xml-protocol
   
 = 
(xsd:string | xsd:boolean)
/>
May be included in elements by substitutions (4):
connector, connector, connector, polling-connector
Annotation
TCP does not guarantee that data written to a socket is transmitted in a single packet, so if you want to transmit entire Mule messages reliably, you must specify an additional protocol. The xml-protocol element configures the XML protocol, which uses XML syntax to isolate messages from the stream of bytes received, so it will only work with well-formed XML.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="xml-protocol" substitutionGroup="abstract-protocol" type="abstractProtocolType"/>

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.