public class DeploymentAdministrator extends Object implements DeploymentAdministratorMBean
| Constructor and Description |
|---|
DeploymentAdministrator() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public void saveConfiguration()
saveConfiguration in interface DeploymentAdministratorMBeanpublic void configureGlobalConfig(WSDDGlobalConfiguration config)
configureGlobalConfig in interface DeploymentAdministratorMBeanpublic void deployHandler(WSDDHandler handler)
deployHandler in interface DeploymentAdministratorMBeanpublic void deployService(WSDDServiceWrapper service)
deployService in interface DeploymentAdministratorMBeanpublic void deployTransport(WSDDTransportWrapper transport)
deployTransport in interface DeploymentAdministratorMBeanpublic void undeployHandler(String qname)
undeployHandler in interface DeploymentAdministratorMBeanpublic void undeployService(String qname)
undeployService in interface DeploymentAdministratorMBeanpublic void undeployTransport(String qname)
undeployTransport in interface DeploymentAdministratorMBeanCopyright © The Apache Software Foundation. All Rights Reserved.