org.wso2.carbon.integration.common.extensions.axis2server
Class Axis2ServerManager
java.lang.Object
org.wso2.carbon.integration.common.extensions.axis2server.Axis2ServerManager
- All Implemented Interfaces:
- BackendServer
public class Axis2ServerManager
- extends Object
- implements BackendServer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Axis2ServerManager
public Axis2ServerManager()
Axis2ServerManager
public Axis2ServerManager(String axis2xmlFile)
start
public void start()
throws IOException
- Specified by:
start in interface BackendServer
- Throws:
IOException
stop
public void stop()
- Specified by:
stop in interface BackendServer
isStarted
public boolean isStarted()
- Specified by:
isStarted in interface BackendServer
hotDeployArtifact
public void hotDeployArtifact(String artifact)
throws IOException
- Throws:
IOException
hotUndeployArtifact
public void hotUndeployArtifact(String artifact)
deployService
public void deployService(Object service)
throws IOException
- Specified by:
deployService in interface BackendServer
- Throws:
IOException
Copyright © 2015 WSO2. All rights reserved.