Hi, quick question about the WSS4J handlers...
In the WSS4JOutHandler, if the action property is not found on the
message context, this will be retrieved from either the client or the
service. The getString method is used for this reason as seen in the
following snippet of code.
String action = getString(WSHandlerConstants.ACTION, mc);
The same thing cannot be said about the WSS4JInHandler which only looks
for this property on the MessageContext properties. As can be seen, the
getString method was not used.
action = getString(WSHandlerConstants.ACTION, msgContext);
Is this done this way purposefully or...? Could someone please explain
this to me?
--
Marie Rizzo
Ricston Consulting
Tel: +356 21 334457
Fax: +356 21 334457
Skype: marie.rizzo
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email