Hi Narendra,
What you mentioned here is really not necessary anotation
But, it is same. Remember Axis2 implements JAX-WS!
I outline steps to configure SOAPHandler.
1. Write your SOAPHandler class implementing javax.xml.ws.handler.soap.SOAPHandler (unless you want to use logical handler)
2. Write handler chain configuration file and name to something like handchains.xml.
3. For simplicity, place the file in the same package as your Handler class created in step 1.
4. In your end point implementation class, point to handler chain configuration file using
That's it!
Cheers,
Naren
(OCEEJBD6, SCWCD5, SCDJWS, SCJP1.4 and Oracle SQL 1Z0-051)