attributeGroup "restrictedEndpointAttributes"
Namespace:
Content:
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 6 attributes
Used:
XML Representation Summary
<...
   
 = 
xsd:string
 = 
(xsd:string | xsd:int)
 = 
xsd:string
 = 
xsd:string
 = 
xsd:NMTOKENS
 = 
xsd:NMTOKENS
 = 
(xsd:string | xsd:boolean)
...>
Known Usage Locations
XML Source (w/o annotations (6); see within schema source)
<xsd:attributeGroup name="restrictedEndpointAttributes">
<xsd:attributeGroup ref="mimeTypeAttributes"/>
<xsd:attribute name="responseTimeout" type="substitutableInt"/>
<xsd:attribute name="encoding" type="xsd:string"/>
<xsd:attribute name="connector-ref" type="xsd:string"/>
<xsd:attribute name="transformer-refs" type="xsd:NMTOKENS"/>
<xsd:attribute name="responseTransformer-refs" type="xsd:NMTOKENS"/>
<xsd:attribute name="disableTransportTransformer" type="substitutableBoolean" use="optional"/>
</xsd:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 6/7)
connector-ref
Type:
xsd:string, predefined
Use:
optional
The name of the connector associated with this endpoint. This must be specified if more than one connector is defined for this transport.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="connector-ref" type="xsd:string"/>

disableTransportTransformer
Type:
Use:
optional
Don't use the default inbound/outbound/response transformer which corresponds to this endpoint's transport, if any.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="disableTransportTransformer" type="substitutableBoolean" use="optional"/>

encoding
Type:
xsd:string, predefined
Use:
optional
String encoding used for messages.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="encoding" type="xsd:string"/>

responseTimeout
Type:
Use:
optional
The timeout for a response if making a synchronous endpoint call
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="responseTimeout" type="substitutableInt"/>

responseTransformer-refs
Type:
xsd:NMTOKENS, predefined
Use:
optional
A list of the transformers that will be applied (in order) to the synchronous response 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 component.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="transformer-refs" type="xsd:NMTOKENS"/>

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.