public class ActionUtils extends Object
| Constructor and Description |
|---|
ActionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
call(ActionConfig ac) |
static String |
call(ActionConfig ac,
Map<String,Object> params) |
static String |
call(int port,
ActionConfig ac) |
static String |
call(int port,
ActionConfig ac,
Map<String,Object> params) |
static String |
call(String host,
ActionConfig ac) |
static String |
call(String host,
ActionConfig ac,
Map<String,Object> params) |
static String |
call(String host,
int port,
ActionConfig ac) |
static String |
call(String host,
int port,
ActionConfig ac,
Map<String,Object> params) |
static String |
getUrlFrom(ActionConfig ac) |
static String |
getUrlWithContextFrom(ActionConfig ac) |
public static String getUrlFrom(ActionConfig ac)
public static String getUrlWithContextFrom(ActionConfig ac)
public static String call(String host, ActionConfig ac, Map<String,Object> params) throws Throwable
Throwablepublic static String call(String host, ActionConfig ac) throws Throwable
Throwablepublic static String call(int port, ActionConfig ac, Map<String,Object> params) throws Throwable
Throwablepublic static String call(int port, ActionConfig ac) throws Throwable
Throwablepublic static String call(ActionConfig ac, Map<String,Object> params) throws Throwable
Throwablepublic static String call(ActionConfig ac) throws Throwable
Throwablepublic static String call(String host, int port, ActionConfig ac, Map<String,Object> params) throws Throwable
Throwablepublic static String call(String host, int port, ActionConfig ac) throws Throwable
ThrowableCopyright © 2015. All Rights Reserved.