Class HttpUtils
- java.lang.Object
-
- org.apache.axis2.transport.http.server.HttpUtils
-
public class HttpUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
endsWithIgnoreCase(String str, String suffix)
static String
getSoapAction(AxisHttpRequest request)
static int
indexOfIngnoreCase(String str, String subStr)
static int
lastIndexOfIgnoreCase(String str, String subStr)
-
-
-
Method Detail
-
getSoapAction
public static String getSoapAction(AxisHttpRequest request)
-
-