Class AxisConfigAdminService

java.lang.Object
org.wso2.carbon.core.AbstractAdmin
org.wso2.carbon.viewflows.service.AxisConfigAdminService

public class AxisConfigAdminService extends org.wso2.carbon.core.AbstractAdmin
this class produces the information about the flows and phases
  • Constructor Details

    • AxisConfigAdminService

      public AxisConfigAdminService()
  • Method Details

    • getAxisConfigData

      public AxisConfigData getAxisConfigData()
      Returns:
      the global axisConfig data for running server
    • getOperationAxisConfigData

      public AxisConfigData getOperationAxisConfigData(String serviceId, String operationId) throws org.apache.axis2.AxisFault
      Parameters:
      serviceId -
      operationId -
      Returns:
      Axis config data for the given axis operation
      Throws:
      org.apache.axis2.AxisFault
    • getHandlerNamesForPhase

      public ArrayList getHandlerNamesForPhase(String flow, String phase)
      Returns the list of all handlers found in the particular phase
      Parameters:
      flow - - specifies the flow of the phase
      phase - - phase name
      Returns:
      - list of handler names