org.apache.axis.management.jmx

Interface DeploymentQueryMBean

Known Implementing Classes:
DeploymentQuery

public interface DeploymentQueryMBean

Method Summary

WSDDGlobalConfiguration
findGlobalConfig()
get the global configuration
WSDDHandler
findHandler(String qname)
find the handler
WSDDHandler[]
findHandlers()
return all handlers
WSDDService
findService(String qname)
find the service
WSDDService[]
findServices()
return all services
WSDDTransport
findTransport(String qname)
find the transport
WSDDTransport[]
findTransports()
return all transports
String[]
listServices()
List all registered services

Method Details

findGlobalConfig

public WSDDGlobalConfiguration findGlobalConfig()
get the global configuration

Returns:


findHandler

public WSDDHandler findHandler(String qname)
find the handler

Parameters:
qname -

Returns:


findHandlers

public WSDDHandler[] findHandlers()
return all handlers

Returns:


findService

public WSDDService findService(String qname)
find the service

Parameters:
qname -

Returns:


findServices

public WSDDService[] findServices()
return all services

Returns:


findTransport

public WSDDTransport findTransport(String qname)
find the transport

Parameters:
qname -

Returns:


findTransports

public WSDDTransport[] findTransports()
return all transports

Returns:


listServices

public String[] listServices()
            throws AxisFault,
                   ConfigurationException
List all registered services

Returns:
string array

Throws:
AxisFault - ConfigurationException


Copyright B) 2005 Apache Web Services Project. All Rights Reserved.