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
AxisFaultpublic static String getOptionalParam(ParameterInclude paramInclude, String paramName) throws AxisFault
AxisFaultpublic static Integer getOptionalParamInt(ParameterInclude paramInclude, String paramName) throws AxisFault
AxisFaultpublic static int getOptionalParamInt(ParameterInclude paramInclude, String paramName, int defaultValue) throws AxisFault
AxisFaultpublic static boolean getOptionalParamBoolean(ParameterInclude paramInclude, String paramName, boolean defaultValue) throws AxisFault
AxisFaultpublic static int getRequiredParamInt(ParameterInclude paramInclude, String paramName) throws AxisFault
AxisFaultCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.