complexType "httpConnectorType"
Namespace:
Content:
complex, 22 attributes, 5 elements
Defined:
globally in mule-http.xsd; see XML source
Includes:
definitions of 6 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
    sendBufferSize
 = 
(xsd:string | xsd:int)
    receiveBufferSize
 = 
(xsd:string | xsd:int)
    receiveBacklog
 = 
(xsd:string | xsd:int)
    sendTcpNoDelay
 = 
(xsd:string | xsd:boolean)
    reuseAddress
 = 
(xsd:string | xsd:boolean)
    clientSoTimeout
 = 
(xsd:string | xsd:int)
    serverSoTimeout
 = 
(xsd:string | xsd:int)
    socketSoLinger
 = 
(xsd:string | xsd:int)
    keepSendSocketOpen
 = 
(xsd:string | xsd:boolean)
    keepAlive
 = 
(xsd:string | xsd:boolean)
    cookieSpec
 = 
("netscape" | "rfc2109")
    proxyHostname
 = 
xsd:string
    proxyPassword
 = 
xsd:string
    proxyPort
 = 
(xsd:string | xsd:int)
    proxyUsername
 = 
xsd:string
    enableCookies
 = 
(xsd:string | xsd:boolean)
    >
   
Content: 
spring:property*, receiver-threading-profile?, dispatcher-threading-profile?, abstract-retry-policy?, service-overrides?
</...>
Content Model Elements (5):
Known Direct Subtypes (2):
Known Indirect Subtypes (1):
All Direct / Indirect Based Elements (4):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  mule:connectorType (extension)
      tcp:noProtocolTcpConnectorType (extension)
          httpConnectorType
XML Source (w/o annotations (6); 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="enableCookies" type="mule:substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 6/22)
cookieSpec
Type:
anonymous (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"/>

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 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.