Class EmbeddedJMSBrokerLauncher


public class EmbeddedJMSBrokerLauncher extends AbstractBusTestServerBase
  • Field Details

    • PORT

      public static final String PORT
  • Constructor Details

    • EmbeddedJMSBrokerLauncher

      public EmbeddedJMSBrokerLauncher()
    • EmbeddedJMSBrokerLauncher

      public EmbeddedJMSBrokerLauncher(String url)
  • Method Details

    • setBrokerName

      public void setBrokerName(String s)
    • getBrokerURL

      public String getBrokerURL()
    • getEncodedBrokerURL

      public String getEncodedBrokerURL()
    • updateWsdl

      public void updateWsdl(org.apache.cxf.Bus b, URL wsdlLocation)
    • updateWsdl

      public void updateWsdl(org.apache.cxf.Bus b, String wsdlLocation)
    • updateWsdlExtensors

      public static void updateWsdlExtensors(org.apache.cxf.Bus bus, String wsdlLocation)
    • updateWsdlExtensors

      public static void updateWsdlExtensors(org.apache.cxf.Bus bus, String wsdlLocation, String url, String encodedUrl)
    • stop

      public void stop() throws Exception
      Throws:
      Exception
    • tearDown

      public void tearDown() throws Exception
      Overrides:
      tearDown in class AbstractTestServerBase
      Throws:
      Exception
    • run

      public final void run() throws Exception
      Description copied from class: AbstractTestServerBase
      method implemented by test servers. Initialise servants and publish endpoints etc.
      Specified by:
      run in class AbstractTestServerBase
      Throws:
      Exception
    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception