org.apache.rampart.util
Class HandlerParameterDecoder
java.lang.Object
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:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlerParameterDecoder
public HandlerParameterDecoder()
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