public interface DeploymentQueryMBean
Modifier and Type | Method and Description |
---|---|
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
|
WSDDGlobalConfiguration findGlobalConfig()
WSDDHandler findHandler(String qname)
qname
- WSDDHandler[] findHandlers()
WSDDService findService(String qname)
qname
- WSDDService[] findServices()
WSDDTransport findTransport(String qname)
qname
- WSDDTransport[] findTransports()
String[] listServices() throws AxisFault, ConfigurationException
AxisFault
- ConfigurationExceptionConfigurationException
Copyright © The Apache Software Foundation. All Rights Reserved.