http://www.ibm.com/schema/soa/pxnotify/v1_0
Determines how the component should perform the actual
delivery of the outbound Web Service notification. If asynchronous
delivery is used, then the notification will occur in another
thread and a delivery confirmation will be provided if the calling
service implementation provides a confirmation endpoint. If
synchronous delivery is used, then the notification will be
delivered in the calling thread.
Simple Type
DeliveryMethod
DeliveryMethod is derived from
string type. There are several restrictions on the value. The schema processor preserves value's whitespace. Enumeration values are


Enumeration | Description |
Inline |
Performs the delivery synchronously, inline within the
calling thread. This waits for the notification response before
returning the Web Service response back to the requester.
|
Asynchronous |
Performs the delivery asynchronously in another thread. The
calling Web Service will return immediately. Confirmation of delivery
is returned via a callback if the confirmation endpoint is
specified.
|
(Inline | Asynchronous).
XML |
-<xsd:simpleType name="DeliveryMethod">
-<xsd:documentation xml:lang="en">
<xhtml:p>Determines how the component should perform the actual
delivery of the outbound Web Service notification. If asynchronous
delivery is used, then the notification will occur in another
thread and a delivery confirmation will be provided if the calling
service implementation provides a confirmation endpoint. If
synchronous delivery is used, then the notification will be
delivered in the calling thread.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:enumeration value="Inline">
-<xsd:documentation xml:lang="en">
<xhtml:p>Performs the delivery synchronously, inline within the
calling thread. This waits for the notification response before
returning the Web Service response back to the requester.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="Asynchronous">
-<xsd:documentation xml:lang="en">
<xhtml:p>Performs the delivery asynchronously in another thread. The
calling Web Service will return immediately. Confirmation of delivery
is returned via a callback if the confirmation endpoint is
specified.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|
Uses |
Type (1)
|
Used-By |
Element (1)
|