org.apache.axis.management.jmx
public interface DeploymentAdministratorMBean
| Method Summary | |
|---|---|
| void | configureGlobalConfig(WSDDGlobalConfiguration config) |
| void | deployHandler(WSDDHandler handler) |
| void | deployService(WSDDServiceWrapper service) |
| void | deployTransport(WSDDTransportWrapper transport) |
| void | saveConfiguration() |
| void | undeployHandler(String qname) |
| void | undeployService(String qname) |
| void | undeployTransport(String qname) |