public interface WebApplicationServerProvider
Modifier and Type | Method and Description |
---|---|
WebApplicationServer |
createServer(WebApplicationConfig config)
Creates a
WebApplicationServer from the given config. |
WebApplicationServer createServer(WebApplicationConfig config)
WebApplicationServer
from the given config. The server will not yet
be be started.config
- the web application config.Copyright © 2016 Actian Corporation. All rights reserved.