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, setUserId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserId
public ServiceDeploymentManagementClientImpl(URL serviceUrl)
protected org.apache.axis.client.Stub createStub(URL url) throws javax.xml.rpc.ServiceException
createStub
in class ServiceClientImpl
javax.xml.rpc.ServiceException
public ServiceDeployment[] listServiceDeployments(String serviceId) throws LangridException
listServiceDeployments
in interface ServiceDeploymentManagementClient
LangridException
public void addServiceDeployment(String serviceId, String nodeId, String servicePath) throws LangridException
addServiceDeployment
in interface ServiceDeploymentManagementClient
LangridException
public void deleteServiceDeployment(String serviceId, String nodeId, String servicePath) throws LangridException
deleteServiceDeployment
in interface ServiceDeploymentManagementClient
LangridException
public void enableServiceDeployment(String serviceId, String nodeId, String servicePath) throws LangridException
enableServiceDeployment
in interface ServiceDeploymentManagementClient
LangridException
public void disableServiceDeployment(String serviceId, String nodeId, String servicePath) throws LangridException
disableServiceDeployment
in interface ServiceDeploymentManagementClient
LangridException