Update wsdl and client with new CC connection exception
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/1db052a2 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/1db052a2 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/1db052a2 Branch: refs/heads/master Commit: 1db052a2742c733698e7b86b2eeb2e6283563efb Parents: 4398baa Author: Lahiru Sandaruwan <[email protected]> Authored: Sat Apr 25 10:18:13 2015 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Sat Apr 25 10:18:13 2015 +0530 ---------------------------------------------------------------------- .../common/client/AutoscalerServiceClient.java | 2 +- .../src/main/resources/AutoscalerService.wsdl | 698 ++++++++++--------- 2 files changed, 355 insertions(+), 345 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/1db052a2/components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/client/AutoscalerServiceClient.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/client/AutoscalerServiceClient.java b/components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/client/AutoscalerServiceClient.java index ac48ed8..bbb7c2b 100644 --- a/components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/client/AutoscalerServiceClient.java +++ b/components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/client/AutoscalerServiceClient.java @@ -202,7 +202,7 @@ public class AutoscalerServiceClient { public void updateDeploymentPolicy(DeploymentPolicy deploymentPolicy) throws RemoteException, AutoscalerServiceDeploymentPolicyNotExistsExceptionException, AutoscalerServiceInvalidDeploymentPolicyExceptionException, AutoscalerServiceRemoteExceptionException, - AutoscalerServiceInvalidPolicyExceptionException { + AutoscalerServiceInvalidPolicyExceptionException, AutoscalerServiceCloudControllerConnectionExceptionException { stub.updateDeploymentPolicy(deploymentPolicy); }
