You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Vidyanand Murunikkara <Vi...@infravio.com> on 2002/04/21 04:32:14 UTC

Getting the name of hte method

Hi 

I am writing an handler in the request flow. For one of the operations
the handler needs to know what the name of the method that is being
invoked. 

I tried doing a msgContext.getOperation(). But that returns a null
object to me.


How do i get that information. ??? ( is walking the XML that i am
getting the only way to get the operation name ??? ) 

ANY tips will be off gr8 help

Thanks
Vidyanand