public class ServiceDeploymentManagementClientImpl extends ServiceClientImpl implements ServiceDeploymentManagementClient
| Constructor and Description |
|---|
ServiceDeploymentManagementClientImpl(URL serviceUrl) |
| Modifier and Type | Method and Description |
|---|---|
void |
addServiceDeployment(String serviceId,
String nodeId,
String servicePath) |
protected org.apache.axis.client.Stub |
createStub(URL url) |
void |
deleteServiceDeployment(String serviceId,
String nodeId,
String servicePath) |
void |
disableServiceDeployment(String serviceId,
String nodeId,
String servicePath) |
void |
enableServiceDeployment(String serviceId,
String nodeId,
String servicePath) |
ServiceDeployment[] |
listServiceDeployments(String serviceId) |
addRequestHeader, convert, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, invoke, setPassword, setUpService, setUserIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserIdpublic ServiceDeploymentManagementClientImpl(URL serviceUrl)
protected org.apache.axis.client.Stub createStub(URL url) throws javax.xml.rpc.ServiceException
createStub in class ServiceClientImpljavax.xml.rpc.ServiceExceptionpublic ServiceDeployment[] listServiceDeployments(String serviceId) throws LangridException
listServiceDeployments in interface ServiceDeploymentManagementClientLangridExceptionpublic void addServiceDeployment(String serviceId, String nodeId, String servicePath) throws LangridException
addServiceDeployment in interface ServiceDeploymentManagementClientLangridExceptionpublic void deleteServiceDeployment(String serviceId, String nodeId, String servicePath) throws LangridException
deleteServiceDeployment in interface ServiceDeploymentManagementClientLangridExceptionpublic void enableServiceDeployment(String serviceId, String nodeId, String servicePath) throws LangridException
enableServiceDeployment in interface ServiceDeploymentManagementClientLangridExceptionpublic void disableServiceDeployment(String serviceId, String nodeId, String servicePath) throws LangridException
disableServiceDeployment in interface ServiceDeploymentManagementClientLangridException