org.apache.axis.management
public class ServiceAdmin extends Object
Version: 1.0
Method Summary | |
---|---|
static void | deployHandler(WSDDHandler handler) |
static void | deployService(WSDDService service) |
static void | deployTransport(WSDDTransport transport) |
static AxisServer | getEngine()
Get the singleton engine for this management object
|
static WSDDGlobalConfiguration | getGlobalConfig() |
static WSDDHandler | getHandler(QName qname) |
static WSDDHandler[] | getHandlers() |
static WSDDService | getService(QName qname) |
static WSDDService[] | getServices() |
static WSDDTransport | getTransport(QName qname) |
static WSDDTransport[] | getTransports() |
static String[] | listServices()
List all registered services
|
static void | restart() |
static void | saveConfiguration() |
static void | setEngine(AxisServer axisSrv, String name)
Set the singleton engine
|
static void | setGlobalConfig(WSDDGlobalConfiguration globalConfig) |
static void | start() |
static void | startService(String serviceName)
Start the Service
|
static void | stop() |
static void | stopService(String serviceName)
Stop the Service
|
static void | undeployHandler(QName qname) |
static void | undeployService(QName qname) |
static void | undeployTransport(QName qname) |
Returns:
Throws: AxisFault
Returns: Map of Services (SOAPService objects, Key is the ServiceName)
Throws: AxisFault ConfigurationException
Parameters: axisSrv
Parameters: serviceName
Throws: AxisFault ConfigurationException
Parameters: serviceName
Throws: AxisFault ConfigurationException