public abstract class AbstractClientServerTestBase extends Object
| Constructor and Description |
|---|
AbstractClientServerTestBase() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
allocatePort(Class<?> cls) |
protected static String |
allocatePort(Class<?> cls,
int count) |
protected static String |
allocatePort(String s) |
static boolean |
launchServer(AbstractTestServerBase base)
Starts the server inProcess
|
static boolean |
launchServer(Class<?> clz)
Starts the server inProcess
|
static boolean |
launchServer(Class<?> clz,
boolean inProcess)
Starts the server inProcess or out of process depending on the param
|
static boolean |
launchServer(Class<?> clz,
Map<String,String> props,
String[] args)
Starts the server inProcess
|
static boolean |
launchServer(Class<?> clz,
Map<String,String> props,
String[] args,
boolean inProcess)
Starts the server inProcess or out of process depending on the param
|
protected void |
setAddress(Object o,
String address) |
static void |
stopAllServers() |
protected void |
updateAddressPort(Object o,
String port) |
public static boolean launchServer(AbstractTestServerBase base)
public static boolean launchServer(Class<?> clz)
public static boolean launchServer(Class<?> clz, boolean inProcess)
public static boolean launchServer(Class<?> clz, Map<String,String> props, String[] args)
public static boolean launchServer(Class<?> clz, Map<String,String> props, String[] args, boolean inProcess)
protected void updateAddressPort(Object o, String port) throws NumberFormatException, MalformedURLException
Apache CXF