public class Server extends Object
Constructor and Description |
---|
Server(ServerConfig config) |
Modifier and Type | Method and Description |
---|---|
List<ComposerService> |
getServiceList() |
void |
setServiceList(List<ComposerService> serviceList) |
void |
start() |
void |
stop() |
public Server(ServerConfig config)
public void start()
public void stop()
public void setServiceList(List<ComposerService> serviceList)
public List<ComposerService> getServiceList()
Copyright © 2018 WSO2. All rights reserved.