Class ParamUtils

java.lang.Object
org.apache.axis2.transport.base.ParamUtils

public class ParamUtils extends Object
Utility class with methods to manipulate service or transport parameters.
  • Method Details

    • getRequiredParam

      public static String getRequiredParam(org.apache.axis2.description.ParameterInclude paramInclude, String paramName) throws org.apache.axis2.AxisFault
      Throws:
      org.apache.axis2.AxisFault
    • getOptionalParam

      public static String getOptionalParam(org.apache.axis2.description.ParameterInclude paramInclude, String paramName) throws org.apache.axis2.AxisFault
      Throws:
      org.apache.axis2.AxisFault
    • getOptionalParamInt

      public static Integer getOptionalParamInt(org.apache.axis2.description.ParameterInclude paramInclude, String paramName) throws org.apache.axis2.AxisFault
      Throws:
      org.apache.axis2.AxisFault
    • getOptionalParamInt

      public static int getOptionalParamInt(org.apache.axis2.description.ParameterInclude paramInclude, String paramName, int defaultValue) throws org.apache.axis2.AxisFault
      Throws:
      org.apache.axis2.AxisFault
    • getOptionalParamBoolean

      public static boolean getOptionalParamBoolean(org.apache.axis2.description.ParameterInclude paramInclude, String paramName, boolean defaultValue) throws org.apache.axis2.AxisFault
      Throws:
      org.apache.axis2.AxisFault
    • getRequiredParamInt

      public static int getRequiredParamInt(org.apache.axis2.description.ParameterInclude paramInclude, String paramName) throws org.apache.axis2.AxisFault
      Throws:
      org.apache.axis2.AxisFault