Class LifeCycleAdminClient

java.lang.Object
org.wso2.am.admin.clients.lifecycle.LifeCycleAdminClient

public class LifeCycleAdminClient extends Object
  • 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

      public void createLifecycle(String configuration) throws Exception
      Throws:
      Exception
    • deleteLifecycle

      public void deleteLifecycle(String name) throws Exception
      Throws:
      Exception
    • getLifecycleConfiguration

      public String getLifecycleConfiguration(String lifeCycleName) throws org.wso2.carbon.governance.lcm.stub.LifeCycleManagementServiceExceptionException, RemoteException
      Throws:
      org.wso2.carbon.governance.lcm.stub.LifeCycleManagementServiceExceptionException
      RemoteException
    • editLifeCycle

      public boolean editLifeCycle(String oldLifeCycleName, String lifeCycleConfiguration) throws org.wso2.carbon.governance.lcm.stub.LifeCycleManagementServiceExceptionException, RemoteException
      Throws:
      org.wso2.carbon.governance.lcm.stub.LifeCycleManagementServiceExceptionException
      RemoteException