public class ParamUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getOptionalParam(ParameterInclude paramInclude,
String paramName) |
static boolean |
getOptionalParamBoolean(ParameterInclude paramInclude,
String paramName,
boolean defaultValue) |
static Integer |
getOptionalParamInt(ParameterInclude paramInclude,
String paramName) |
static int |
getOptionalParamInt(ParameterInclude paramInclude,
String paramName,
int defaultValue) |
static String |
getRequiredParam(ParameterInclude paramInclude,
String paramName) |
static int |
getRequiredParamInt(ParameterInclude paramInclude,
String paramName) |
public static String getRequiredParam(ParameterInclude paramInclude, String paramName) throws AxisFault
AxisFault
public static String getOptionalParam(ParameterInclude paramInclude, String paramName) throws AxisFault
AxisFault
public static Integer getOptionalParamInt(ParameterInclude paramInclude, String paramName) throws AxisFault
AxisFault
public static int getOptionalParamInt(ParameterInclude paramInclude, String paramName, int defaultValue) throws AxisFault
AxisFault
public static boolean getOptionalParamBoolean(ParameterInclude paramInclude, String paramName, boolean defaultValue) throws AxisFault
AxisFault
public static int getRequiredParamInt(ParameterInclude paramInclude, String paramName) throws AxisFault
AxisFault
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.