Class AxisConfigAdminService


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

      • AxisConfigAdminService

        public AxisConfigAdminService()
    • Method Detail

      • 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