complexType "xmppConnectorType"
Namespace:
Content:
complex, 13 attributes, 5 elements
Defined:
globally in mule-xmpp.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
    host
 = 
xsd:string
    port
 = 
(xsd:string | xsd:int)
    serviceName
 = 
xsd:string
    user
 = 
xsd:string
    password
 = 
xsd:string
    resource
 = 
xsd:string
    createAccount
 = 
(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 (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  mule:connectorType (extension)
      xmppConnectorType
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="xmppConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:connectorType">
<xsd:attribute name="host" type="xsd:string"/>
<xsd:attribute name="port" type="mule:substitutablePortNumber"/>
<xsd:attribute name="serviceName" type="xsd:string"/>
<xsd:attribute name="user" type="xsd:string"/>
<xsd:attribute name="password" type="xsd:string"/>
<xsd:attribute name="resource" type="xsd:string"/>
<xsd:attribute name="createAccount" type="mule:substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 7/13)
createAccount
Type:
Use:
optional
If true, an attempt is made to create an account using the user and password while connecting. Default is false.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="createAccount" type="mule:substitutableBoolean"/>

host
Type:
xsd:string, predefined
Use:
optional
Host name or IP address of the Jabber server.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="host" type="xsd:string"/>

password
Type:
xsd:string, predefined
Use:
optional
The password for the user being authenticated.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="password" type="xsd:string"/>

port
Type:
Use:
optional
The port number to connect on. Default port is 5222.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="port" type="mule:substitutablePortNumber"/>

resource
Type:
xsd:string, predefined
Use:
optional
The resource portion of the address, such as user@host/resource or domain/resource.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="resource" type="xsd:string"/>

serviceName
Type:
xsd:string, predefined
Use:
optional
The service name to use when connecting the Jabber server.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="serviceName" type="xsd:string"/>

user
Type:
xsd:string, predefined
Use:
optional
The username used for authenitcation.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="user" type="xsd:string"/>

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.