Package org.apache.cxf.testutil.common
Class AbstractBusClientServerTestBase
- java.lang.Object
-
- org.apache.cxf.testutil.common.AbstractClientServerTestBase
-
- org.apache.cxf.testutil.common.AbstractBusClientServerTestBase
-
public abstract class AbstractBusClientServerTestBase extends AbstractClientServerTestBase
-
-
Constructor Summary
Constructors Constructor Description AbstractBusClientServerTestBase()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateBus()voidcreateBus(String config)static org.apache.cxf.BuscreateStaticBus()static org.apache.cxf.BuscreateStaticBus(String config)voiddeleteBus()static voiddeleteStaticBus()protected org.apache.cxf.BusgetBus()protected HttpURLConnectiongetHttpConnection(String target)static org.apache.cxf.BusgetStaticBus()protected booleanrunClient(Runnable clientImpl, long timeOut, TimeUnit timeUnit)protected 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
-
-
-
-
Method Detail
-
getStaticBus
public static org.apache.cxf.Bus getStaticBus()
-
createStaticBus
public static org.apache.cxf.Bus createStaticBus(String config)
-
createStaticBus
public static org.apache.cxf.Bus createStaticBus()
-
getBus
protected org.apache.cxf.Bus getBus()
-
setBus
protected void setBus(org.apache.cxf.Bus b)
-
getHttpConnection
protected HttpURLConnection getHttpConnection(String target) throws Exception
- Throws:
Exception
-
runClient
protected boolean runClient(Runnable clientImpl, long timeOut, TimeUnit timeUnit) throws InterruptedException
- Throws:
InterruptedException
-
-