You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2007/04/11 03:36:37 UTC

svn commit: r527363 - /webservices/axis2/trunk/c/xdocs/docs/mod_log/module.xml

Author: samisa
Date: Tue Apr 10 18:36:36 2007
New Revision: 527363

URL: http://svn.apache.org/viewvc?view=rev&rev=527363
Log:
Added sample module file

Added:
    webservices/axis2/trunk/c/xdocs/docs/mod_log/module.xml

Added: webservices/axis2/trunk/c/xdocs/docs/mod_log/module.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/docs/mod_log/module.xml?view=auto&rev=527363
==============================================================================
--- webservices/axis2/trunk/c/xdocs/docs/mod_log/module.xml (added)
+++ webservices/axis2/trunk/c/xdocs/docs/mod_log/module.xml Tue Apr 10 18:36:36 2007
@@ -0,0 +1,19 @@
+<module name="logging" class="axis2_mod_log">
+    <inflow>
+        <handler name="LoggingInHandler" class="axis2_mod_log">
+            <order phase="PreDispatch"/>
+        </handler>
+    </inflow>
+
+    <outflow>
+        <handler name="LoggingOutHandler" class="axis2_mod_log">
+            <order phase="MessageOut"/>
+        </handler>
+    </outflow>
+
+    <Outfaultflow>
+        <handler name="LoggingOutHandler" class="axis2_mod_log">
+            <order phase="MessageOut"/>
+        </handler>
+    </Outfaultflow>
+</module>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org