public abstract class AbstractServerTestServerBase extends AbstractTestServerBase
| Constructor and Description |
|---|
AbstractServerTestServerBase() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.apache.cxf.endpoint.Server |
createServer(org.apache.cxf.Bus bus) |
protected void |
run()
method implemented by test servers.
|
void |
tearDown() |
allocatePort, allocatePort, allocatePortAsInt, getLog, ready, setUp, start, startFailed, startInProcess, stopInProcess, verifyprotected final void run()
throws Exception
AbstractTestServerBaserun in class AbstractTestServerBaseExceptionprotected abstract org.apache.cxf.endpoint.Server createServer(org.apache.cxf.Bus bus)
throws Exception
Exceptionpublic void tearDown()
throws Exception
tearDown in class AbstractTestServerBaseExceptionApache CXF