org.apache.rampart.util
Class HandlerParameterDecoder

java.lang.Object
  extended by org.apache.rampart.util.HandlerParameterDecoder

public class HandlerParameterDecoder
extends java.lang.Object

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


Constructor Summary
HandlerParameterDecoder()
           
 
Method Summary
static InflowConfiguration getInflowConfiguration(org.apache.axis2.description.Parameter inflowConfigParam)
           
static OutflowConfiguration getOutflowConfiguration(org.apache.axis2.description.Parameter outflowConfigParam)
           
static void processParameters(org.apache.axis2.context.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(org.apache.axis2.context.MessageContext msgCtx,
                                     boolean inflow)
                              throws java.lang.Exception
Parameters:
msgCtx -
inflow -
Throws:
org.apache.ws.security.WSSecurityException
java.lang.Exception

getOutflowConfiguration

public static OutflowConfiguration getOutflowConfiguration(org.apache.axis2.description.Parameter outflowConfigParam)
                                                    throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault

getInflowConfiguration

public static InflowConfiguration getInflowConfiguration(org.apache.axis2.description.Parameter inflowConfigParam)
                                                  throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault