public class Axis2ServerManager extends Object implements 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 BackendServerIOExceptionpublic void stop()
stop in interface BackendServerpublic boolean isStarted()
isStarted in interface BackendServerpublic void hotDeployArtifact(String artifact) throws IOException
IOExceptionpublic void hotUndeployArtifact(String artifact)
public void deployService(Object service) throws IOException
deployService in interface BackendServerIOExceptionCopyright © 2015 WSO2. All rights reserved.