Package org.apache.cxf.testutil.common
Class AbstractBusClientServerTestBase
java.lang.Object
org.apache.cxf.testutil.common.AbstractClientServerTestBase
org.apache.cxf.testutil.common.AbstractBusClientServerTestBase
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidstatic org.apache.cxf.Busstatic org.apache.cxf.BuscreateStaticBus(String config) voidstatic voidprotected org.apache.cxf.BusgetBus()protected HttpURLConnectiongetHttpConnection(String target) static org.apache.cxf.Busprotected booleanprotected voidsetBus(org.apache.cxf.Bus b) Methods inherited from class org.apache.cxf.testutil.common.AbstractClientServerTestBase
allocatePort, allocatePort, allocatePort, launchServer, launchServer, launchServer, launchServer, launchServer, setAddress, stopAllServers, updateAddressPort
-
Field Details
-
staticBus
protected static org.apache.cxf.Bus staticBus -
bus
protected org.apache.cxf.Bus bus
-
-
Constructor Details
-
AbstractBusClientServerTestBase
public AbstractBusClientServerTestBase()
-
-
Method Details
-
createBus
- Throws:
Exception
-
createBus
- Throws:
Exception
-
getStaticBus
public static org.apache.cxf.Bus getStaticBus() -
createStaticBus
-
createStaticBus
public static org.apache.cxf.Bus createStaticBus() -
deleteBus
- Throws:
Exception
-
deleteStaticBus
- Throws:
Exception
-
getBus
protected org.apache.cxf.Bus getBus() -
setBus
protected void setBus(org.apache.cxf.Bus b) -
getHttpConnection
- Throws:
Exception
-
runClient
protected boolean runClient(Runnable clientImpl, long timeOut, TimeUnit timeUnit) throws InterruptedException - Throws:
InterruptedException
-