org.wso2.carbon.integration.common.extensions.axis2server
Class Axis2ServerManager

java.lang.Object
  extended by org.wso2.carbon.integration.common.extensions.axis2server.Axis2ServerManager
All Implemented Interfaces:
BackendServer

public class Axis2ServerManager
extends Object
implements BackendServer


Constructor Summary
Axis2ServerManager()
           
Axis2ServerManager(String axis2xmlFile)
           
 
Method Summary
 void deployService(Object service)
           
 void hotDeployArtifact(String artifact)
           
 void hotUndeployArtifact(String artifact)
           
 boolean isStarted()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Axis2ServerManager

public Axis2ServerManager()

Axis2ServerManager

public Axis2ServerManager(String axis2xmlFile)
Method Detail

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.