complexType "abstractBpmConnectorType"
Namespace:
Content:
complex, 8 attributes, 5 elements
Defined:
globally in mule-bpm.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    createMultipleTransactedReceivers
 = 
(xsd:string | xsd:boolean)
    numberOfConcurrentTransactedReceivers
 = 
(xsd:string | xsd:int)
    dynamicNotification
 = 
(xsd:string | xsd:boolean) : "false"
    validateConnections
 = 
(xsd:string | xsd:boolean) : "true"
    dispatcherPoolFactory-ref
 = 
xsd:string
    allowGlobalReceiver
 = 
(xsd:string | xsd:boolean) : "false"
    processIdField
 = 
xsd:string
    >
   
Content: 
spring:property*, receiver-threading-profile?, dispatcher-threading-profile?, abstract-reconnection-strategy?, service-overrides?
</...>
Content Model Elements (5):
Known Direct Subtypes (2):
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Deprecated: It is recommended to configure BPM as a component rather than a transport for 3.x
Type Definition Detail
Type Derivation Tree
  mule:connectorType (extension)
      abstractBpmConnectorType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="abstractBpmConnectorType">
<xsd:complexContent>
<xsd:extension base="mule:connectorType">
<xsd:attribute default="false" name="allowGlobalReceiver" type="mule:substitutableBoolean"/>
<xsd:attribute name="processIdField" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 2/8)
allowGlobalReceiver
Type:
Use:
optional
The global receiver allows an endpoint of type "bpm://*" to receive any incoming message to the BPMS, regardless of the process. If this is false, the process name must be specified for each endpoint. For example, "bpm://MyProcess" will only receive messages for the process "MyProcess".
Attribute Value
xsd:string | xsd:boolean
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="false" name="allowGlobalReceiver" type="mule:substitutableBoolean"/>

processIdField
Type:
xsd:string, predefined
Use:
optional
This field will be used to correlate messages with processes.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="processIdField" type="xsd:string"/>

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.