org.apache.axis.management.jmx

Class DeploymentQuery

public class DeploymentQuery extends Object implements DeploymentQueryMBean

Method Summary
WSDDGlobalConfigurationfindGlobalConfig()
get the global configuration
WSDDHandlerfindHandler(String qname)
find a specific handler
WSDDHandler[]findHandlers()
get all handlers
WSDDServicefindService(String qname)
fina a specific service
WSDDService[]findServices()
get all services
WSDDTransportfindTransport(String qname)
find a specific 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 a specific handler

Parameters: qname

Returns:

findHandlers

public WSDDHandler[] findHandlers()
get all handlers

Returns:

findService

public WSDDService findService(String qname)
fina a specific service

Parameters: qname

Returns:

findServices

public WSDDService[] findServices()
get all services

Returns:

findTransport

public WSDDTransport findTransport(String qname)
find a specific transport

Parameters: qname

Returns:

findTransports

public WSDDTransport[] findTransports()
return all transports

Returns:

listServices

public String[] listServices()
List all registered services

Returns: Map of Services (SOAPService objects, Key is the ServiceName)

Throws: AxisFault ConfigurationException

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