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 DeploymentAdministratorMBean
public void configureGlobalConfig(WSDDGlobalConfiguration config)
configureGlobalConfig
in interface DeploymentAdministratorMBean
public void deployHandler(WSDDHandler handler)
deployHandler
in interface DeploymentAdministratorMBean
public void deployService(WSDDServiceWrapper service)
deployService
in interface DeploymentAdministratorMBean
public void deployTransport(WSDDTransportWrapper transport)
deployTransport
in interface DeploymentAdministratorMBean
public void undeployHandler(String qname)
undeployHandler
in interface DeploymentAdministratorMBean
public void undeployService(String qname)
undeployService
in interface DeploymentAdministratorMBean
public void undeployTransport(String qname)
undeployTransport
in interface DeploymentAdministratorMBean
Copyright © The Apache Software Foundation. All Rights Reserved.