The ServiceControl Object is responsible for starting and
stopping specific services
deployHandler
public static void deployHandler(WSDDHandler handler)
deployService
public static void deployService(WSDDService service)
deployTransport
public static void deployTransport(WSDDTransport transport)
listServices
public static String[] listServices()
throws AxisFault,
ConfigurationException
List all registered services
- Map of Services (SOAPService objects, Key is the ServiceName)
AxisFault
- ConfigurationException
restart
public static void restart()
saveConfiguration
public static void saveConfiguration()
setEngine
public static void setEngine(AxisServer axisSrv,
String name)
Set the singleton engine
axisSrv
-
start
public static void start()
stop
public static void stop()
undeployHandler
public static void undeployHandler(QName qname)
undeployService
public static void undeployService(QName qname)
undeployTransport
public static void undeployTransport(QName qname)