complexType "httpConnectorType"
Namespace:
Content:
complex, 22 attributes, attr. wildcard, 6 elements
Defined:
globally in mule-http.xsd; see XML source
Includes:
definitions of 7 attributes
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)
 = 
("netscape" | "rfc2109")
 = 
xsd:string
 = 
xsd:string
 = 
(xsd:string | xsd:int)
 = 
xsd:string
 = 
(xsd:string | xsd:boolean)
 = 
(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?
</...>
Content Model Elements (6):
mule:abstract-reconnection-strategy, mule:annotations, mule:dispatcher-threading-profile, mule:receiver-threading-profile, mule:service-overrides, spring:property
Known Direct Subtypes (2):
httpPollingConnectorType, httpsConnectorType
Known Indirect Subtypes (1):
httpsPollingConnectorType
All Direct / Indirect Based Elements (4):
connector, connector, polling-connector, polling-connector
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:connectorType (extension)
          tcp:noProtocolTcpConnectorType (extension)
              httpConnectorType
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="httpConnectorType">
<xsd:complexContent>
<xsd:extension base="tcp:noProtocolTcpConnectorType">
<xsd:attribute name="cookieSpec">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="netscape"/>
<xsd:enumeration value="rfc2109"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="proxyHostname" type="xsd:string"/>
<xsd:attribute name="proxyPassword" type="xsd:string"/>
<xsd:attribute name="proxyPort" type="mule:substitutablePortNumber"/>
<xsd:attribute name="proxyUsername" type="xsd:string"/>
<xsd:attribute name="proxyNtlmAuthentication" type="mule:substitutableBoolean" use="optional"/>
<xsd:attribute name="enableCookies" type="mule:substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 7/23)
cookieSpec
Type:
anonymous simpleType (restriction of xsd:NMTOKEN)
Use:
optional
The cookie specification to be used by this connector when cookies are enabled.
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"netscape", "rfc2109"
Anonymous simpleType
Type Derivation Tree
xsd:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xsd:NMTOKEN
Facets:
enumeration:
"netscape", "rfc2109"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="cookieSpec">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="netscape"/>
<xsd:enumeration value="rfc2109"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

enableCookies
Type:
Use:
optional
Whether to support cookies.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="enableCookies" type="mule:substitutableBoolean"/>

proxyHostname
Type:
xsd:string, predefined
Use:
optional
The proxy host name or address.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="proxyHostname" type="xsd:string"/>

proxyNtlmAuthentication
Type:
Use:
optional
Whether the proxy authentication scheme is NTLM or not. This property is required in order to use the right credentials under that scheme. Default is false
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="proxyNtlmAuthentication" type="mule:substitutableBoolean" use="optional"/>

proxyPassword
Type:
xsd:string, predefined
Use:
optional
The password to use for proxy access.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="proxyPassword" type="xsd:string"/>

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

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

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.