complexType "httpProxyType"
Namespace:
Content:
complex, 11 attributes, attr. wildcard, 5 elements
Defined:
globally in mule-pattern.xsd; see XML source
Includes:
definitions of 7 attributes, 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string)
 = 
xsd:boolean : "false"
 = 
xsd:NMTOKEN
 = 
("started" | "stopped") : "started"
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:NMTOKENS
 = 
xsd:NMTOKENS
 = 
xsd:NMTOKENS
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, mule:description?, mule:abstract-inbound-endpoint?, mule:abstract-outbound-endpoint?, mule:legacy-abstract-exception-strategy?
</...>
Content Model Elements (5):
mule:abstract-inbound-endpoint, mule:abstract-outbound-endpoint, mule:annotations, mule:description, mule:legacy-abstract-exception-strategy
All Direct / Indirect Based Elements (1):
http-proxy
Known Usage Locations
Annotation
A simple HTTP proxy that supports transformation and caching.
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:baseFlowConstructType (extension)
          httpProxyType
XML Source (w/o annotations (10); see within schema source)
<xsd:complexType name="httpProxyType">
<xsd:complexContent>
<xsd:extension base="mule:baseFlowConstructType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" ref="mule:abstract-inbound-endpoint"/>
<xsd:element maxOccurs="1" minOccurs="0" ref="mule:abstract-outbound-endpoint"/>
<xsd:element maxOccurs="1" minOccurs="0" ref="mule:legacy-abstract-exception-strategy"/>
</xsd:sequence>
<xsd:attribute name="inboundAddress" type="xsd:string"/>
<xsd:attribute name="inboundEndpoint-ref" type="xsd:string"/>
<xsd:attribute name="outboundAddress" type="xsd:string"/>
<xsd:attribute name="outboundEndpoint-ref" type="xsd:string"/>
<xsd:attribute name="transformer-refs" type="xsd:NMTOKENS"/>
<xsd:attribute name="responseTransformer-refs" type="xsd:NMTOKENS"/>
<xsd:attribute name="cachingStrategy-ref" type="xsd:NMTOKENS"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 7/12)
cachingStrategy-ref
Type:
xsd:NMTOKENS, predefined
Use:
optional
A caching strategy to provide cached access to the proxied web resource.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="cachingStrategy-ref" type="xsd:NMTOKENS"/>

inboundAddress
Type:
xsd:string, predefined
Use:
optional
The address on which this proxy is listening.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="inboundAddress" type="xsd:string"/>

inboundEndpoint-ref
Type:
xsd:string, predefined
Use:
optional
The endpoint on which this proxy is listening.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="inboundEndpoint-ref" type="xsd:string"/>

outboundAddress
Type:
xsd:string, predefined
Use:
optional
The address of the proxied web resource.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="outboundAddress" type="xsd:string"/>

outboundEndpoint-ref
Type:
xsd:string, predefined
Use:
optional
The endpoint of the proxied web resource.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="outboundEndpoint-ref" type="xsd:string"/>

responseTransformer-refs
Type:
xsd:NMTOKENS, predefined
Use:
optional
A list of the transformers that will be applied (in order) to the synchronous response of the proxied web resource before it is returned via the transport.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="responseTransformer-refs" type="xsd:NMTOKENS"/>

transformer-refs
Type:
xsd:NMTOKENS, predefined
Use:
optional
A list of the transformers that will be applied (in order) to the message before it is delivered to the proxied web resource.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="transformer-refs" type="xsd:NMTOKENS"/>
Content Element Detail (all declarations; defined within this component only; 3/5)
mule:abstract-inbound-endpoint
Type:
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 30 elements
The endpoint on which this proxy is listening.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" ref="mule:abstract-inbound-endpoint"/>

mule:abstract-outbound-endpoint
Type:
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 25 elements
The endpoint of the proxied web resource.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" ref="mule:abstract-outbound-endpoint"/>

mule:legacy-abstract-exception-strategy
Type:
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 7 elements
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" ref="mule:legacy-abstract-exception-strategy"/>

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.