complexType "tcpConnectorType"
Namespace:
Content:
complex, 16 attributes, attr. wildcard, 7 elements
Defined:
globally in mule-tcp.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
(xsd:string | xsd:boolean) : "false"
 = 
(xsd:string | xsd:boolean) : "true"
 = 
xsd:string
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:int)
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, spring:property*, mule:receiver-threading-profile?, mule:dispatcher-threading-profile?, mule:abstract-reconnection-strategy?, mule:service-overrides?, abstract-protocol?
</...>
Content Model Elements (7):
abstract-protocol, mule:abstract-reconnection-strategy, mule:annotations, mule:dispatcher-threading-profile, mule:receiver-threading-profile, mule:service-overrides, spring:property
Known Direct Subtypes (1):
pollingTcpConnectorType
All Direct / Indirect Based Elements (4):
connector, connector, connector, polling-connector
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:connectorType (extension)
          noProtocolTcpConnectorType (extension)
              tcpConnectorType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="tcpConnectorType">
<xsd:complexContent>
<xsd:extension base="noProtocolTcpConnectorType">
<xsd:sequence>
<xsd:element minOccurs="0" ref="abstract-protocol"/>
</xsd:sequence>
<xsd:attribute name="dispatcherFactory-ref" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/17)
dispatcherFactory-ref
Type:
xsd:string, predefined
Use:
optional
Allows to define a custom message dispatcher factory
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="dispatcherFactory-ref" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 1/7)
abstract-protocol
Type:
abstractProtocolType, empty content
Subst.Gr:
may be substituted with 9 elements
The class name for the protocol handler. This controls how the raw data stream is converted into messages. By default, messages are constructed as dara is received, with no correction for multiple packets or fragmentation. Typically, change this value, or use a transport that includes a protocol like HTTP.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" ref="abstract-protocol"/>

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.