Date: 2005-02-14T23:53:22
   Editor: SrinathPerera
   Wiki: Apache Web Services Wiki
   Page: FrontPage/Architecture/Engine/Phase_Handlers
   URL: http://wiki.apache.org/ws/FrontPage/Architecture/Engine/Phase_Handlers

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -1,15 +1,5 @@
 === Phase Handlers ===
 
-{{{
-<handler/> ::= <handler ref="xs:anyURI" 
-        | (name="xs:anyURI" class="...")>
-            <order (before="xs:anyURI" after="xs:anyURI") 
-                | phase="xs:anyURI"
-                   phaseFirst="xs:boolean" phaseLast="xs:boolean"/>
-    <parameter/>*
-  </handler>
-}}}
-
 Above xml document show how should be the format of a handler in either 
service.xml or server.xml ; and suppose we have set of  handlers with the 
properties which are  shown in following table; 
 
 http://ws.apache.org/~hemapani/images/prtable.png
@@ -20,6 +10,3 @@
 
 
 
-Using handler and phase rules I have ordered the above set of handlers as 
shown in following table according to the what I have understand about phase 
and rules. Is it ok if I order those?
-
-http://ws.apache.org/~hemapani/images/Hchain.png

Reply via email to