Package org.apache.axis.management.jmx
Interface DeploymentQueryMBean
- All Known Implementing Classes:
DeploymentQuery
public interface DeploymentQueryMBean
-
Method Summary
Modifier and TypeMethodDescriptionget the global configurationfindHandler
(String qname) find the handlerreturn all handlersfindService
(String qname) find the servicereturn all servicesfindTransport
(String qname) find the transportreturn all transportsString[]
List all registered services
-
Method Details
-
findGlobalConfig
WSDDGlobalConfiguration findGlobalConfig()get the global configuration- Returns:
-
findHandler
find the handler- Parameters:
qname
-- Returns:
-
findHandlers
WSDDHandler[] findHandlers()return all handlers- Returns:
-
findService
find the service- Parameters:
qname
-- Returns:
-
findServices
WSDDService[] findServices()return all services- Returns:
-
findTransport
find the transport- Parameters:
qname
-- Returns:
-
findTransports
WSDDTransport[] findTransports()return all transports- Returns:
-
listServices
List all registered services- Returns:
- string array
- Throws:
AxisFault
- ConfigurationExceptionConfigurationException
-