public class HttpServerEngineFactory extends Object implements org.apache.cxf.buslifecycle.BusLifeCycleListener
| Constructor and Description |
|---|
HttpServerEngineFactory(org.apache.cxf.Bus b) |
| Modifier and Type | Method and Description |
|---|---|
HttpServerEngine |
createHttpServerEngine(String host,
int port,
String protocol) |
void |
destroyForPort(int port)
This method removes the Server Engine from the port map and stops it.
|
org.apache.cxf.Bus |
getBus() |
void |
initComplete() |
void |
postShutdown() |
void |
preShutdown() |
HttpServerEngine |
retrieveHttpServerEngine(int port)
Retrieve a previously configured HttpServerEngine for the
given port.
|
void |
setBus(org.apache.cxf.Bus bus)
This call is used to set the bus.
|
public final void setBus(org.apache.cxf.Bus bus)
bus - public org.apache.cxf.Bus getBus()
public HttpServerEngine retrieveHttpServerEngine(int port)
public HttpServerEngine createHttpServerEngine(String host, int port, String protocol) throws IOException
IOExceptionpublic void destroyForPort(int port)
public void initComplete()
initComplete in interface org.apache.cxf.buslifecycle.BusLifeCycleListenerpublic void postShutdown()
postShutdown in interface org.apache.cxf.buslifecycle.BusLifeCycleListenerpublic void preShutdown()
preShutdown in interface org.apache.cxf.buslifecycle.BusLifeCycleListenerCopyright © 2014 JBoss, by Red Hat. All rights reserved.