Package org.apache.cxf.testutil.common
Class AbstractServerTestServerBase
java.lang.Object
org.apache.cxf.testutil.common.AbstractTestServerBase
org.apache.cxf.testutil.common.AbstractServerTestServerBase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.apache.cxf.endpoint.ServercreateServer(org.apache.cxf.Bus bus) protected final voidrun()method implemented by test servers.voidtearDown()Methods inherited from class org.apache.cxf.testutil.common.AbstractTestServerBase
allocatePort, allocatePort, allocatePortAsInt, getLog, ready, setUp, start, startFailed, startInProcess, stopInProcess, verify
-
Constructor Details
-
AbstractServerTestServerBase
public AbstractServerTestServerBase()
-
-
Method Details
-
run
Description copied from class:AbstractTestServerBasemethod implemented by test servers. Initialise servants and publish endpoints etc.- Specified by:
runin classAbstractTestServerBase- Throws:
Exception
-
createServer
protected abstract org.apache.cxf.endpoint.Server createServer(org.apache.cxf.Bus bus) throws Exception - Throws:
Exception
-
tearDown
- Overrides:
tearDownin classAbstractTestServerBase- Throws:
Exception
-