org.apache.axis2.security.util
Class HandlerParameterDecoder

java.lang.Object
  extended byorg.apache.axis2.security.util.HandlerParameterDecoder

public class HandlerParameterDecoder
extends Object

This is used to process the security parameters from the configuration files Example:


Constructor Summary
HandlerParameterDecoder()
           
 
Method Summary
static void processParameters(MessageContext msgCtx, boolean inflow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerParameterDecoder

public HandlerParameterDecoder()
Method Detail

processParameters

public static void processParameters(MessageContext msgCtx,
                                     boolean inflow)
                              throws Exception
Parameters:
msgCtx -
inflow -
Throws:
org.apache.ws.security.WSSecurityException
Exception