org.wso2.carbon.viewflows.service
Class AxisConfigAdminService

java.lang.Object
  extended by org.wso2.carbon.core.AbstractAdmin
      extended by 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
AxisConfigAdminService()
           
 
Method Summary
 AxisConfigData getAxisConfigData()
           
 ArrayList getHandlerNamesForPhase(String flow, String phase)
          Returns the list of all handlers found in the particular phase
 AxisConfigData getOperationAxisConfigData(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2015 WSO2. All rights reserved.