Class AbstractBusClientServerTestBase

java.lang.Object
org.apache.cxf.testutil.common.AbstractClientServerTestBase
org.apache.cxf.testutil.common.AbstractBusClientServerTestBase

public abstract class AbstractBusClientServerTestBase extends AbstractClientServerTestBase
  • 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

      public void createBus(String config) throws Exception
      Throws:
      Exception
    • createBus

      public void createBus() throws Exception
      Throws:
      Exception
    • 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()
    • deleteBus

      public void deleteBus() throws Exception
      Throws:
      Exception
    • deleteStaticBus

      public static void deleteStaticBus() throws Exception
      Throws:
      Exception
    • 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