public abstract class AbstractBusClientServerTestBase extends AbstractClientServerTestBase
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.cxf.Bus |
bus |
protected static org.apache.cxf.Bus |
staticBus |
| Constructor and Description |
|---|
AbstractBusClientServerTestBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
createBus() |
void |
createBus(String config) |
static org.apache.cxf.Bus |
createStaticBus() |
static org.apache.cxf.Bus |
createStaticBus(String config) |
void |
deleteBus() |
static void |
deleteStaticBus() |
protected org.apache.cxf.Bus |
getBus() |
protected HttpURLConnection |
getHttpConnection(String target) |
static org.apache.cxf.Bus |
getStaticBus() |
protected boolean |
runClient(Runnable clientImpl,
long timeOut,
TimeUnit timeUnit) |
protected void |
setBus(org.apache.cxf.Bus b) |
allocatePort, allocatePort, allocatePort, launchServer, launchServer, launchServer, launchServer, launchServer, setAddress, stopAllServers, updateAddressPortprotected static org.apache.cxf.Bus staticBus
protected org.apache.cxf.Bus bus
public static org.apache.cxf.Bus getStaticBus()
public static org.apache.cxf.Bus createStaticBus(String config)
public static org.apache.cxf.Bus createStaticBus()
protected org.apache.cxf.Bus getBus()
protected void setBus(org.apache.cxf.Bus b)
protected HttpURLConnection getHttpConnection(String target) throws Exception
Exceptionprotected boolean runClient(Runnable clientImpl, long timeOut, TimeUnit timeUnit) throws InterruptedException
InterruptedExceptionApache CXF