org.apache.cxf.testutil.common
Class EmbeddedJMSBrokerLauncher

java.lang.Object
  extended by junit.framework.Assert
      extended by org.apache.cxf.testutil.common.AbstractTestServerBase
          extended by org.apache.cxf.testutil.common.AbstractBusTestServerBase
              extended by org.apache.cxf.testutil.common.EmbeddedJMSBrokerLauncher

public class EmbeddedJMSBrokerLauncher
extends AbstractBusTestServerBase


Field Summary
static String PORT
           
 
Constructor Summary
EmbeddedJMSBrokerLauncher()
           
EmbeddedJMSBrokerLauncher(String url)
           
 
Method Summary
 String getBrokerURL()
           
static void main(String[] args)
           
 void run()
          method implemented by test servers.
 void stop()
           
 void tearDown()
           
 void updateWsdl(org.apache.cxf.Bus b, String wsdlLocation)
           
static void updateWsdlExtensors(org.apache.cxf.Bus bus, String wsdlLocation)
           
static void updateWsdlExtensors(org.apache.cxf.Bus bus, String wsdlLocation, String url)
           
 
Methods inherited from class org.apache.cxf.testutil.common.AbstractBusTestServerBase
getBus, setBus, stopInProcess
 
Methods inherited from class org.apache.cxf.testutil.common.AbstractTestServerBase
allocatePort, allocatePort, allocatePortAsInt, getLog, ready, setUp, start, startFailed, startInProcess, verify
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORT

public static final String PORT
Constructor Detail

EmbeddedJMSBrokerLauncher

public EmbeddedJMSBrokerLauncher()

EmbeddedJMSBrokerLauncher

public EmbeddedJMSBrokerLauncher(String url)
Method Detail

getBrokerURL

public String getBrokerURL()

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)

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()
Description copied from class: AbstractTestServerBase
method implemented by test servers. Initialise servants and publish endpoints etc.

Specified by:
run in class AbstractTestServerBase

main

public static void main(String[] args)


Apache CXF