Author: veithen
Date: Mon Jan 9 14:00:53 2012
New Revision: 1229157
URL: http://svn.apache.org/viewvc?rev=1229157&view=rev
Log:
Reintegrated r261593 into the XDocs.
Modified:
axis/axis1/java/trunk/src/site/xdoc/reference.xml
Modified: axis/axis1/java/trunk/src/site/xdoc/reference.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/src/site/xdoc/reference.xml?rev=1229157&r1=1229156&r2=1229157&view=diff
==============================================================================
--- axis/axis1/java/trunk/src/site/xdoc/reference.xml (original)
+++ axis/axis1/java/trunk/src/site/xdoc/reference.xml Mon Jan 9 14:00:53 2012
@@ -405,11 +405,21 @@ Service
<ul>
<li><b><parameter></b> : This is used to set options on the Axis
engine - see the <a href="#GlobalAxisConfiguration">Global Axis
Configuration</a> section below for more details. Any number of
<b><parameter></b> elements may appear.</li>
<li><b><role></b> : This is used to set a SOAP actor/role URI which
the engine will recognize. This allows SOAP headers targeted at that role to be
successfully processed by the engine. Any number of <b><role></b>
elements may appear.</li>
- <li><b><requestFlow></b> : This is used to configure global request
Handlers, which will be invoked before the actual service on every request. You
may put any number of <b><handler></b> or <b><chain></b> elements
(see below) inside the <b><requestFlow></b>, but there may only be one
<b><requestFlow></b>.</li>
- <li><b><responseFlow></b> : This is used to configure global
response Handlers, which will be invoked after the actual service on every
request. You may put any number of <b><handler></b> or
<b><chain></b> elements (see below) inside the
<b><responseFlow></b>, but there may only be one
<b><responseFlow></b>.</li>
+ <li><b><requestFlow></b> : This is used to configure global request
Handlers, which will be invoked before the actual service on every request.</li>
+ <li><b><responseFlow></b> : This is used to configure global
response Handlers, which will be invoked after the actual service on every
request.</li>
</ul>
</dd>
+<dt><requestFlow [name="<i>name</i>"] [type="<i>type</i>"] ></dt>
+<dd>This is used to configure handlers in request flow. You may put any number
of <strong><handler></strong> or
+ <strong><chain></strong> elements (see below) inside the
<strong><requestFlow></strong>,
+ but there may only be one <strong><requestFlow></strong>.</dd>
+
+<dt><responseFlow [name="<i>name</i>"] [type="<i>type</i>"] ></dt>
+<dd>This is used to configure handlers in response flow. You may put any
number of <strong><handler></strong> or
+ <strong><chain></strong> elements (see below) inside the
<strong><responseFlow></strong>,
+ but there may only be one <strong><responseFlow></strong>.</dd>
+
<dt><undeployment></dt>
<dd>The root element of the deployment document which tells Axis that this is
an undeployment.</dd>