org.wso2.carbon.integration.common.extensions.axis2server
Interface BackendServer

All Known Implementing Classes:
Axis2ServerManager

public interface BackendServer


Method Summary
 void deployService(Object service)
           
 boolean isStarted()
           
 void start()
           
 void stop()
           
 

Method Detail

start

void start()
           throws IOException
Throws:
IOException

stop

void stop()
          throws IOException
Throws:
IOException

isStarted

boolean isStarted()

deployService

void deployService(Object service)
                   throws IOException
Throws:
IOException


Copyright © 2015 WSO2. All rights reserved.