Package org.apache.cxf.testutil.common
Class EmbeddedJMSBrokerLauncher
java.lang.Object
org.apache.cxf.testutil.common.AbstractTestServerBase
org.apache.cxf.testutil.common.AbstractBusTestServerBase
org.apache.cxf.testutil.common.EmbeddedJMSBrokerLauncher
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidfinal voidrun()method implemented by test servers.voidvoidstop()voidtearDown()voidupdateWsdl(org.apache.cxf.Bus b, String wsdlLocation) voidupdateWsdl(org.apache.cxf.Bus b, URL wsdlLocation) static voidupdateWsdlExtensors(org.apache.cxf.Bus bus, String wsdlLocation) static voidupdateWsdlExtensors(org.apache.cxf.Bus bus, String wsdlLocation, String url, String encodedUrl) Methods inherited from class org.apache.cxf.testutil.common.AbstractBusTestServerBase
getBus, setBus, stopInProcessMethods inherited from class org.apache.cxf.testutil.common.AbstractTestServerBase
allocatePort, allocatePort, allocatePortAsInt, getLog, ready, setUp, start, startFailed, startInProcess, verify
-
Field Details
-
PORT
-
-
Constructor Details
-
EmbeddedJMSBrokerLauncher
public EmbeddedJMSBrokerLauncher() -
EmbeddedJMSBrokerLauncher
-
-
Method Details
-
setBrokerName
-
getBrokerURL
-
getEncodedBrokerURL
-
updateWsdl
-
updateWsdl
-
updateWsdlExtensors
-
updateWsdlExtensors
-
stop
- Throws:
Exception
-
tearDown
- Overrides:
tearDownin classAbstractTestServerBase- Throws:
Exception
-
run
Description copied from class:AbstractTestServerBasemethod implemented by test servers. Initialise servants and publish endpoints etc.- Specified by:
runin classAbstractTestServerBase- Throws:
Exception
-
main
- Throws:
Exception
-