complexType "transportFeaturesType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
Content Model Diagram
XML Representation Summary |
<... |
|
|
= |
xsd:boolean |
|
= |
xsd:boolean |
|
= |
xsd:boolean |
|
= |
xsd:boolean |
|
= |
xsd:string |
|
= |
xsd:boolean |
|
= |
xsd:boolean |
|
|
> |
|
|
</...> |
Content Model Elements (1):
-
All Direct / Indirect Based Elements (1):
-
Known Usage Locations
XML Source (w/o annotations (8); see within schema source)
<xsd:complexType name="transportFeaturesType"> <xsd:sequence> <xsd:element maxOccurs="1" minOccurs="1" name="MEPs" type="MEPsType"/> </xsd:sequence> <xsd:attribute name="receiveEvents" type="xsd:boolean" use="required"/> <xsd:attribute name="dispatchEvents" type="xsd:boolean" use="required"/> <xsd:attribute name="requestEvents" type="xsd:boolean" use="required"/> <xsd:attribute name="transactions" type="xsd:boolean" use="required"/> <xsd:attribute name="streaming" type="xsd:boolean" use="required"/> <xsd:attribute name="retries" type="xsd:boolean" use="optional"/> </xsd:complexType> |
Attribute Detail (all declarations; defined within this component only; 7/7)
dispatchEvents-
Type: |
xsd:boolean, predefined |
Use: |
required |
Ehether the transport can be used to dispatch events and thus is supported as an
outbound endpoint.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="dispatchEvents" type="xsd:boolean" use="required"/> |
receiveEvents-
Type: |
xsd:boolean, predefined |
Use: |
required |
Whether the transport can receive events and thus can be used for an inbound
endpoint.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="receiveEvents" type="xsd:boolean" use="required"/> |
requestEvents-
Type: |
xsd:boolean, predefined |
Use: |
required |
Whether the transport can be used to request events directly from the source.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="requestEvents" type="xsd:boolean" use="required"/> |
retries-
Type: |
xsd:boolean, predefined |
Use: |
optional |
Whether the transport support retry policies. Note most transports can be configured with retry policies, but this flag marks the transports that MuleSoft explicitly test and support.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="retries" type="xsd:boolean" use="optional"/> |
streaming-
Type: |
xsd:boolean, predefined |
Use: |
required |
Whether the transport supports streaming of the data is provides or publishes.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="streaming" type="xsd:boolean" use="required"/> |
transactions-
Type: |
xsd:boolean, predefined |
Use: |
required |
Whether transactions are supported by the transports. Transports that support (/)A
transactions can be configured in a distributed 2 Phase Commit (Distributed) transaction.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="transactions" type="xsd:boolean" use="required"/> |
transactionTypes-
Type: |
xsd:string, predefined |
Use: |
optional |
A comma separated list of transaction types, i.e. local, XA
XML Source (w/o annotations (1); see within schema source)
Content Element Detail (all declarations; defined within this component only; 1/1) -
The MEPs that are supported by this Transport. and the dafault MEP
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="MEPs" type="MEPsType"/> |