complexType "ajaxConnectorType"
Namespace:
Content:
complex, 10 attributes, 4 elements
Defined:
globally in mule-ajax.xsd; see XML source
Includes:
definitions of 2 attributes, 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    logLevel
 = 
(xsd:string | xsd:int)
    timeout
 = 
(xsd:string | xsd:int)
    interval
 = 
(xsd:string | xsd:int)
    maxInterval
 = 
(xsd:string | xsd:int)
    jsonCommented
 = 
(xsd:string | xsd:boolean)
    multiFrameInterval
 = 
(xsd:string | xsd:int)
    refsThreshold
 = 
(xsd:string | xsd:int)
    serverUrl
 = 
xsd:string
    resourceBase
 = 
xsd:string
    >
   
Content: 
(client?, key-store?, server?, protocol-handler?)?
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  ajaxConnectorType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="ajaxConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:abstractConnectorType">
<xsd:sequence maxOccurs="1" minOccurs="0">
<xsd:element maxOccurs="1" minOccurs="0" name="client" type="mule:tlsClientKeyStoreType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="key-store" type="mule:tlsKeyStoreType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="server" type="mule:tlsServerTrustStoreType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="protocol-handler" type="mule:tlsProtocolHandler"/>
</xsd:sequence>
<xsd:attributeGroup ref="connectorAttibutes"/>
<xsd:attribute name="serverUrl" type="xsd:string" use="required"/>
<xsd:attribute name="resourceBase" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 2/10)
resourceBase
Type:
xsd:string, predefined
Use:
optional
Specifies a local path where files will be served from. The local path gets mapped directly to the path on the 'serverUrl'.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="resourceBase" type="xsd:string" use="optional"/>

serverUrl
Type:
xsd:string, predefined
Use:
required
When using AJAX embedded (not within a servlet container) a URL needs to be configured to create an AJAX server hosted in Mule. The URL should be in the form of http://[host]:[port]/[path] note that https can also be used, but you will need to set the TLS information on the connector.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="serverUrl" type="xsd:string" use="required"/>
Content Element Detail (all declarations; defined in this component only; 4/4)
client
Type:
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="client" type="mule:tlsClientKeyStoreType"/>

key-store
Type:
mule:tlsKeyStoreType, empty content
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="key-store" type="mule:tlsKeyStoreType"/>

protocol-handler
Type:
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="protocol-handler" type="mule:tlsProtocolHandler"/>

server
Type:
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="server" type="mule:tlsServerTrustStoreType"/>

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.