Class ServiceAdmin


  • public class ServiceAdmin
    extends java.lang.Object
    The ServiceControl Object is responsible for starting and stopping specific services
    Version:
    1.0
    Author:
    bdillon
    • Constructor Detail

      • ServiceAdmin

        public ServiceAdmin()
    • Method Detail

      • getEngine

        public static AxisServer getEngine()
                                    throws AxisFault
        Get the singleton engine for this management object
        Returns:
        Throws:
        AxisFault
      • setEngine

        public static void setEngine​(AxisServer axisSrv,
                                     java.lang.String name)
        Set the singleton engine
        Parameters:
        axisSrv -
      • start

        public static void start()
      • stop

        public static void stop()
      • restart

        public static void restart()
      • saveConfiguration

        public static void saveConfiguration()
      • getHandlers

        public static WSDDHandler[] getHandlers()
      • getServices

        public static WSDDService[] getServices()
      • deployHandler

        public static void deployHandler​(WSDDHandler handler)
      • deployService

        public static void deployService​(WSDDService service)
      • deployTransport

        public static void deployTransport​(WSDDTransport transport)
      • undeployHandler

        public static void undeployHandler​(QName qname)
      • undeployService

        public static void undeployService​(QName qname)
      • undeployTransport

        public static void undeployTransport​(QName qname)