Thanks .. but I am not exactly getting what to do next.
What I did is I have written a class which extends AbstractHandler and added a phase with handler in axis2.xml ( 1 pahse in InFlow and 1 in OutFlow)
so that the invoke method in my class will be get called at every req and every response.
Now I want to access the request xml only for fault response.