org.apache.axis.management.jmx

Interface DeploymentQueryMBean

public interface DeploymentQueryMBean

Method Summary
WSDDGlobalConfigurationfindGlobalConfig()
get the global configuration
WSDDHandlerfindHandler(String qname)
find the handler
WSDDHandler[]findHandlers()
return all handlers
WSDDServicefindService(String qname)
find the service
WSDDService[]findServices()
return all services
WSDDTransportfindTransport(String qname)
find the transport
WSDDTransport[]findTransports()
return all transports
String[]listServices()
List all registered services

Method Detail

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()
List all registered services

Returns: string array

Throws: org.apache.axis.AxisFault ConfigurationException

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