public class Axis2ServerManager extends Object implements org.wso2.carbon.automation.extensions.servers.axis2server.BackendServer
| Constructor and Description |
|---|
Axis2ServerManager() |
Axis2ServerManager(String axis2xmlFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
deployService(Object service) |
void |
hotDeployArtifact(String artifact) |
void |
hotUndeployArtifact(String artifact) |
boolean |
isStarted() |
void |
start() |
void |
stop() |
public Axis2ServerManager()
public Axis2ServerManager(String axis2xmlFile)
public void start()
throws IOException
start in interface org.wso2.carbon.automation.extensions.servers.axis2server.BackendServerIOExceptionpublic void stop()
stop in interface org.wso2.carbon.automation.extensions.servers.axis2server.BackendServerpublic boolean isStarted()
isStarted in interface org.wso2.carbon.automation.extensions.servers.axis2server.BackendServerpublic void hotDeployArtifact(String artifact) throws IOException
IOExceptionpublic void hotUndeployArtifact(String artifact)
public void deployService(Object service) throws IOException
deployService in interface org.wso2.carbon.automation.extensions.servers.axis2server.BackendServerIOExceptionCopyright © 2019 WSO2. All rights reserved.