public class LifeCycleAdminClient extends Object
| Constructor and Description |
|---|
LifeCycleAdminClient(String backEndUrl,
String sessionCookie) |
LifeCycleAdminClient(String backEndUrl,
String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
createLifecycle(String configuration) |
void |
deleteLifecycle(String name) |
boolean |
editLifeCycle(String oldLifeCycleName,
String lifeCycleConfiguration) |
String |
getLifecycleConfiguration(String lifeCycleName) |
public LifeCycleAdminClient(String backEndUrl, String sessionCookie) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void createLifecycle(String configuration) throws Exception
Exceptionpublic String getLifecycleConfiguration(String lifeCycleName) throws org.wso2.carbon.governance.lcm.stub.LifeCycleManagementServiceExceptionException, RemoteException
org.wso2.carbon.governance.lcm.stub.LifeCycleManagementServiceExceptionExceptionRemoteExceptionpublic boolean editLifeCycle(String oldLifeCycleName, String lifeCycleConfiguration) throws org.wso2.carbon.governance.lcm.stub.LifeCycleManagementServiceExceptionException, RemoteException
org.wso2.carbon.governance.lcm.stub.LifeCycleManagementServiceExceptionExceptionRemoteExceptionCopyright © 2018 WSO2 Inc. All rights reserved.