complexType "proxyType"
Namespace:
Content:
complex, 11 attributes, 4 elements
Defined:
globally in mule-ws.xsd; see XML source
Includes:
definitions of 8 attributes, 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string)
    abstract
 = 
xsd:boolean : "false"
    parent
 = 
xsd:NMTOKEN
    inboundAddress
 = 
xsd:string
    inboundEndpoint-ref
 = 
xsd:string
    outboundAddress
 = 
xsd:string
    outboundEndpoint-ref
 = 
xsd:string
    transformer-refs
 = 
xsd:NMTOKENS
    responseTransformer-refs
 = 
xsd:NMTOKENS
    wsdlLocation
 = 
xsd:string
    wsdlFile
 = 
xsd:string
    >
   
Content: 
description?, mule:abstract-inbound-endpoint?, mule:abstract-outbound-endpoint?, mule:abstract-exception-strategy?
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A simple web-service proxy, which handles WSDL rewriting.
Type Definition Detail
Type Derivation Tree
      proxyType
XML Source (w/o annotations (11); see within schema source)
<xsd:complexType name="proxyType">
<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 minOccurs="0" ref="mule: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="wsdlLocation" type="xsd:string"/>
<xsd:attribute name="wsdlFile" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 8/11)
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 service.
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 service.
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 service 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 service.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="transformer-refs" type="xsd:NMTOKENS"/>

wsdlFile
Type:
xsd:string, predefined
Use:
optional
The location of the WSDL file for your service, if you don't want to use one provided by the target web service.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="wsdlFile" type="xsd:string"/>

wsdlLocation
Type:
xsd:string, predefined
Use:
optional
The location URI of the WSDL for your service, if you don't want to use one provided by the target web service.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="wsdlLocation" type="xsd:string"/>
Content Element Detail (all declarations; defined in this component only; 3/4)
mule:abstract-exception-strategy
Type:
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 3 elements
XML Source (see within schema source)
<xsd:element minOccurs="0" ref="mule:abstract-exception-strategy"/>

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

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.