INT-2959 Correct Schema GW reply-timeout Doc.
Incorrectly indicated that an exception is thrown when the gateway times out.
This commit is contained in:
committed by
Gunnar Hillert
parent
e8333ae737
commit
b500ef397b
@@ -508,8 +508,9 @@
|
||||
<xsd:documentation>
|
||||
<![CDATA[
|
||||
Allows you to specify how long this gateway will wait for the reply message
|
||||
before throwing an exception. By default it will wait indefinitely.
|
||||
Value is specified in milliseconds
|
||||
before returning. By default it will wait indefinitely. 'null' is returned
|
||||
if the gateway times out.
|
||||
Value is specified in milliseconds.
|
||||
]]>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
@@ -588,7 +589,8 @@
|
||||
<xsd:documentation>
|
||||
<![CDATA[
|
||||
Allows you to specify how long this gateway will wait for the reply message
|
||||
before throwing an exception. By default it will wait indefinitely.
|
||||
before returning. By default it will wait indefinitely. 'null' is returned
|
||||
if the gateway times out.
|
||||
Value is specified in milliseconds.
|
||||
]]>
|
||||
</xsd:documentation>
|
||||
|
||||
@@ -587,8 +587,9 @@
|
||||
<xsd:documentation>
|
||||
<![CDATA[
|
||||
Allows you to specify how long this gateway will wait for the reply message
|
||||
before throwing an exception. By default it will wait indefinitely.
|
||||
Value is specified in milliseconds
|
||||
before returning. By default it will wait indefinitely. 'null' is returned
|
||||
if the gateway times out.
|
||||
Value is specified in milliseconds.
|
||||
]]>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
@@ -667,7 +668,8 @@
|
||||
<xsd:documentation>
|
||||
<![CDATA[
|
||||
Allows you to specify how long this gateway will wait for the reply message
|
||||
before throwing an exception. By default it will wait indefinitely.
|
||||
before returning. By default it will wait indefinitely. 'null' is returned
|
||||
if the gateway times out.
|
||||
Value is specified in milliseconds.
|
||||
]]>
|
||||
</xsd:documentation>
|
||||
|
||||
@@ -587,8 +587,9 @@
|
||||
<xsd:documentation>
|
||||
<![CDATA[
|
||||
Allows you to specify how long this gateway will wait for the reply message
|
||||
before throwing an exception. By default it will wait indefinitely.
|
||||
Value is specified in milliseconds
|
||||
before returning. By default it will wait indefinitely. 'null' is returned
|
||||
if the gateway times out.
|
||||
Value is specified in milliseconds.
|
||||
]]>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
@@ -667,7 +668,8 @@
|
||||
<xsd:documentation>
|
||||
<![CDATA[
|
||||
Allows you to specify how long this gateway will wait for the reply message
|
||||
before throwing an exception. By default it will wait indefinitely.
|
||||
before returning. By default it will wait indefinitely. 'null' is returned
|
||||
if the gateway times out.
|
||||
Value is specified in milliseconds.
|
||||
]]>
|
||||
</xsd:documentation>
|
||||
|
||||
Reference in New Issue
Block a user