Package org.apache.cxf.testutil.common
Class AbstractServerTestServerBase
- java.lang.Object
-
- org.apache.cxf.testutil.common.AbstractTestServerBase
-
- org.apache.cxf.testutil.common.AbstractServerTestServerBase
-
public abstract class AbstractServerTestServerBase extends AbstractTestServerBase
-
-
Constructor Summary
Constructors Constructor Description AbstractServerTestServerBase()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract org.apache.cxf.endpoint.ServercreateServer(org.apache.cxf.Bus bus)protected 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
-
-
-
-
Method Detail
-
run
protected final void run() throws ExceptionDescription 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
public void tearDown() throws Exception- Overrides:
tearDownin classAbstractTestServerBase- Throws:
Exception
-
-