Hi,
I have created my own security handler that extends the WSDoallReceiver
handler. How do i get the type of message(ie request or response from the
message context) . I tried the following
Message m = msgConetxt.getCurrentMessage();
String s = m.getMessageType();
But the m.getMessageType()returns null. I dont want to call
super.invoke(msgContext) first. Is there a way for me to get the type of
mesage before calling super.invoke(msgContext)
_________________________________________________________________
Get today's hot entertainment gossip http://movies.msn.com/movies/hotgossip
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]