Class SynapseApplicationAdmin

java.lang.Object
org.wso2.carbon.core.AbstractAdmin
org.wso2.carbon.application.mgt.synapse.SynapseApplicationAdmin

public class SynapseApplicationAdmin extends org.wso2.carbon.core.AbstractAdmin
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     
    static final String
     
    static final String
     

    Fields inherited from class org.wso2.carbon.core.AbstractAdmin

    axisConfig, configurationContext
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Gives a SynapseApplicationMetadata object with all synapse artifacts deployed through the given app.

    Methods inherited from class org.wso2.carbon.core.AbstractAdmin

    getAxisConfig, getConfigContext, getConfigSystemRegistry, getConfigUserRegistry, getGovernanceRegistry, getGovernanceSystemRegistry, getGovernanceUserRegistry, getHttpSession, getLocalRepo, getRegistry, getTenantDomain, getUserId, getUsername, getUserRealm, setConfigurationContext, setPermissionUpdateTimestamp

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • SynapseApplicationAdmin

      public SynapseApplicationAdmin()
  • Method Details

    • getSynapseAppData

      public SynapseApplicationMetadata getSynapseAppData(String appName) throws Exception
      Gives a SynapseApplicationMetadata object with all synapse artifacts deployed through the given app. This can consist of proxy services, endpoints etc..
      Parameters:
      appName - - input app name
      Returns:
      - SynapseApplicationMetadata object with found artifact info
      Throws:
      Exception - - error on retrieving metadata