How can I configure a Custom Handler in axis2.
Is it mandatory for me to associate it with a phase or can I write a Handler directly.
My requirement is to block a SOAP Request based on certain conditions using addressing.
As including addressing.mar enables WS-Addressing in axis2. will writing a custom handler is sufficient or do i need to do something else ?