Ankush Nikhar - 2015-07-29

Also want to add 1 more thig.. When we call any particular method from method on any objec, I also want list out such method list. Which approach is better XPath or Java Rule?
for example : public void callingMe(){
Message m = new Message();
m.callingYou();
m.testing();
...
...
}
Output : callingYou
testing