Class SynapseConfigAdmin

java.lang.Object
org.wso2.carbon.core.AbstractAdmin
org.wso2.carbon.mediation.initializer.AbstractServiceBusAdmin
org.wso2.carbon.application.mgt.synapse.internal.SynapseConfigAdmin

public class SynapseConfigAdmin extends org.wso2.carbon.mediation.initializer.AbstractServiceBusAdmin
  • Field Summary

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

    axisConfig, configurationContext
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the EndpointMetadata from name
    getTaskMetaData(String instanceName)
    Get the TaskMetadata from task name

    Methods inherited from class org.wso2.carbon.mediation.initializer.AbstractServiceBusAdmin

    getLock, getMediationPersistenceManager, getServerConfigurationInformation, getServerContextInformation, getSynapseConfiguration, getSynapseEnvironment, getSynapseEnvironment, lockSynapseConfiguration, unlockSynapseConfiguration

    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
  • Constructor Details

    • SynapseConfigAdmin

      public SynapseConfigAdmin()
  • Method Details

    • getEndpointMetadata

      public EndpointMetadata getEndpointMetadata(String endpointName)
      Get the EndpointMetadata from name
      Parameters:
      endpointName - Name of the endpoint
      Returns:
      EndpointMetadata
    • getTaskMetaData

      public TaskMetadata getTaskMetaData(String instanceName)
      Get the TaskMetadata from task name
      Parameters:
      instanceName -
      Returns: