complexType "ajaxConnectorType"
Namespace:
Content:
complex, 14 attributes, attr. wildcard, 10 elements
Defined:
globally in mule-ajax.xsd; see XML source
Includes:
definitions of 3 attributes, 4 elements
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:int)
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
xsd:string
 = 
xsd:string
 = 
xsd:boolean
    {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?, (client?, key-store?, server?, protocol-handler?)?
</...>
Content Model Elements (10):
client, key-store, mule:abstract-reconnection-strategy, mule:annotations, mule:dispatcher-threading-profile, mule:receiver-threading-profile, mule:service-overrides, protocol-handler, server, spring:property
All Direct / Indirect Based Elements (1):
connector
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:connectorType (extension)
          ajaxConnectorType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="ajaxConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:connectorType">
<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:attribute name="disableReplyTo" type="xsd:boolean" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 3/15)
disableReplyTo
Type:
xsd:boolean, predefined
Use:
optional
By default, an asynchronous reply to the inbound endpoint is sent back. This can cause unwanted side effects in some cases, use this attribute to disable.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="disableReplyTo" type="xsd:boolean" use="optional"/>

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 within this component only; 4/10)
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 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.