complexType "globalEndpointType"
Namespace:
Content:
complex, 20 attributes, 12 elements
Defined:
globally in mule-http.xsd; see XML source
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    mimeType
 = 
xsd:string
    responseTimeout
 = 
(xsd:string | xsd:int)
    encoding
 = 
xsd:string
    connector-ref
 = 
xsd:string
    transformer-refs
 = 
xsd:NMTOKENS
    responseTransformer-refs
 = 
xsd:NMTOKENS
    disableTransportTransformer
 = 
(xsd:string | xsd:boolean)
    ref
 = 
xsd:string
    address
 = 
xsd:string
    exchange-pattern
 = 
("one-way" | "request-response")
    user
 = 
xsd:string
    password
 = 
xsd:string
    host
 = 
xsd:string
    port
 = 
(xsd:string | xsd:int)
    path
 = 
xsd:string
    contentType
 = 
xsd:string
    method
 = 
("OPTIONS" | "GET" | "HEAD" | "POST" | "PUT" | "TRACE" | "CONNECT" | "DELETE")
    keep-alive
 = 
(xsd:string | xsd:boolean)
    followRedirects
 = 
xsd:boolean
    >
   
Content: 
(abstract-transformer | abstract-filter | abstract-security-filter | abstract-intercepting-message-processor | processor | custom-processor)*, response?, abstract-transaction?, abstract-retry-policy?, abstract-multi-transaction?, property*, properties?
</...>
Content Model Elements (12):
Known Direct Subtypes (3):
All Direct / Indirect Based Elements (4):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
      mule:globalEndpointType (extension)
          globalEndpointType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="globalEndpointType">
<xsd:complexContent>
<xsd:extension base="mule:globalEndpointType">
<xsd:attributeGroup ref="addressAttributes"/>
<xsd:attributeGroup ref="propertyAttributes"/>
<xsd:attribute name="followRedirects" type="xsd:boolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/20)
followRedirects
Type:
xsd:boolean, predefined
Use:
optional
If a request if made using GET that responds with a redirectLocation header, setting this to true will make the request on the redirect URL. This only works when using GET since you cannot automatically follow redirects when perfroming a POST (a restriction according to RFC 2616).
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="followRedirects" type="xsd:boolean"/>

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.