org.apache.axis2.security.util
Class HandlerParameterDecoder
java.lang.Object
org.apache.axis2.security.util.HandlerParameterDecoder
- public class HandlerParameterDecoder
- extends 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(MessageContext msgCtx,
boolean inflow)
throws Exception
- Parameters:
msgCtx
- inflow
-
- Throws:
org.apache.ws.security.WSSecurityException
Exception
getOutflowConfiguration
public static OutflowConfiguration getOutflowConfiguration(Parameter outflowConfigParam)
throws AxisFault
- Throws:
AxisFault
getInflowConfiguration
public static InflowConfiguration getInflowConfiguration(Parameter inflowConfigParam)
throws AxisFault
- Throws:
AxisFault