Module datarush.commons
Package com.pervasive.datarush.webapp
Interface WebApplicationServerProvider
-
- All Known Implementing Classes:
JettyProvider
public interface WebApplicationServerProvider
A provider for an embedded web application server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebApplicationServer
createServer(WebApplicationConfig config)
Creates aWebApplicationServer
from the given config.
-
-
-
Method Detail
-
createServer
WebApplicationServer createServer(WebApplicationConfig config)
Creates aWebApplicationServer
from the given config. The server will not yet be be started.- Parameters:
config
- the web application config.- Returns:
- a server that is not yet running.
-
-