Class CGAdminClient
- java.lang.Object
-
- org.wso2.carbon.cloud.gateway.agent.client.CGAdminClient
-
public class CGAdminClient extends Object
CGAdminClientprovides the admin client for CSGAdmin service
-
-
Constructor Summary
Constructors Constructor Description CGAdminClient(String cookie, String backendServerUrl)CGAdminClient(String cookie, String backendServerURL, org.apache.axis2.context.ConfigurationContext configCtx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeployProxy(org.wso2.carbon.cloud.gateway.stub.types.common.CGServiceMetaDataBean serviceMetaData)org.wso2.carbon.cloud.gateway.stub.types.common.CGProxyToolsURLsgetPublishedProxyToolsURLs(String serviceName, String domainName)org.wso2.carbon.cloud.gateway.stub.types.common.CGThriftServerBeangetThriftServerConnectionBean()voidunDeployProxy(String serviceName)voidupdateProxy(String serviceName, int eventType)
-
-
-
Method Detail
-
deployProxy
public void deployProxy(org.wso2.carbon.cloud.gateway.stub.types.common.CGServiceMetaDataBean serviceMetaData) throws org.wso2.carbon.cloud.gateway.common.CGException- Throws:
org.wso2.carbon.cloud.gateway.common.CGException
-
unDeployProxy
public void unDeployProxy(String serviceName) throws org.wso2.carbon.cloud.gateway.common.CGException
- Throws:
org.wso2.carbon.cloud.gateway.common.CGException
-
getThriftServerConnectionBean
public org.wso2.carbon.cloud.gateway.stub.types.common.CGThriftServerBean getThriftServerConnectionBean() throws org.wso2.carbon.cloud.gateway.common.CGException- Throws:
org.wso2.carbon.cloud.gateway.common.CGException
-
updateProxy
public void updateProxy(String serviceName, int eventType) throws org.wso2.carbon.cloud.gateway.common.CGException
- Throws:
org.wso2.carbon.cloud.gateway.common.CGException
-
-