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
-
Field Summary
Fields inherited from class org.wso2.carbon.core.AbstractAdmin
axisConfig, configurationContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHandlerNamesForPhase(String flow, String phase) Returns the list of all handlers found in the particular phasegetOperationAxisConfigData(String serviceId, String operationId) Methods inherited from class org.wso2.carbon.core.AbstractAdmin
getAxisConfig, getConfigContext, getConfigSystemRegistry, getConfigUserRegistry, getGovernanceRegistry, getGovernanceSystemRegistry, getGovernanceUserRegistry, getHttpSession, getLocalRepo, getRegistry, getTenantDomain, getUsername, getUserRealm, setConfigurationContext, setPermissionUpdateTimestamp
-
Constructor Details
-
AxisConfigAdminService
public AxisConfigAdminService()
-
-
Method Details
-
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
Returns the list of all handlers found in the particular phase- Parameters:
flow- - specifies the flow of the phasephase- - phase name- Returns:
- - list of handler names
-