Definition Type: Element
Name: httpClient
Namespace: http://membrane-soa.org/proxies/1/
Type: beans:identifiedType
Containing Schema: proxies-1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into httpClientConfig in schema proxies-1_xsd Drilldown into id in schema spring-beans-3_1_xsd Drilldown into identifiedType in schema spring-beans-3_1_xsd Drilldown into adjustHostHeader in schema proxies-1_xsd Drilldown into failOverOn5XX in schema proxies-1_xsdXSD Diagram of httpClient in schema proxies-1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:element name="httpClient">
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="beans:identifiedType">
                <xsd:sequence>
                    <xsd:choice minOccurs="0">
                        <xsd:element ref="httpClientConfig">
                        </xsd:element>
                    </xsd:choice>
                </xsd:sequence>
                <xsd:attribute name="failOverOn5XX" type="spel_boolean">
                </xsd:attribute>
                <xsd:attribute name="adjustHostHeader" type="spel_boolean">
                </xsd:attribute>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
httpClientConfig nsB:httpClientConfig (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id beans:id (Optional)
failOverOn5XX nsB:failOverOn5XX (Optional)
adjustHostHeader nsB:adjustHostHeader (Optional)
Collapse Derivation Tree: