Class LifeCycleAdminClient
java.lang.Object
org.wso2.am.admin.clients.lifecycle.LifeCycleAdminClient
-
Constructor Summary
ConstructorsConstructorDescriptionLifeCycleAdminClient(String backEndUrl, String sessionCookie) LifeCycleAdminClient(String backEndUrl, String userName, String password) -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateLifecycle(String configuration) voiddeleteLifecycle(String name) booleaneditLifeCycle(String oldLifeCycleName, String lifeCycleConfiguration) getLifecycleConfiguration(String lifeCycleName)
-
Constructor Details
-
LifeCycleAdminClient
public LifeCycleAdminClient(String backEndUrl, String sessionCookie) throws org.apache.axis2.AxisFault - Throws:
org.apache.axis2.AxisFault
-
LifeCycleAdminClient
public LifeCycleAdminClient(String backEndUrl, String userName, String password) throws org.apache.axis2.AxisFault - Throws:
org.apache.axis2.AxisFault
-
-
Method Details
-
createLifecycle
- Throws:
Exception
-
deleteLifecycle
- Throws:
Exception
-
getLifecycleConfiguration
public String getLifecycleConfiguration(String lifeCycleName) throws org.wso2.carbon.governance.lcm.stub.LifeCycleManagementServiceExceptionException, RemoteException - Throws:
org.wso2.carbon.governance.lcm.stub.LifeCycleManagementServiceExceptionExceptionRemoteException
-
editLifeCycle
public boolean editLifeCycle(String oldLifeCycleName, String lifeCycleConfiguration) throws org.wso2.carbon.governance.lcm.stub.LifeCycleManagementServiceExceptionException, RemoteException - Throws:
org.wso2.carbon.governance.lcm.stub.LifeCycleManagementServiceExceptionExceptionRemoteException
-