Uses of Class
org.wso2.carbon.proxyadmin.ProxyAdminException

Packages that use ProxyAdminException
org.wso2.carbon.proxyadmin   
org.wso2.carbon.proxyadmin.observer   
org.wso2.carbon.proxyadmin.service   
org.wso2.carbon.proxyadmin.util   
 

Uses of ProxyAdminException in org.wso2.carbon.proxyadmin
 

Methods in org.wso2.carbon.proxyadmin that throw ProxyAdminException
 org.apache.axiom.om.OMElement ProxyData.retrieveOM()
           
 org.apache.axiom.om.OMElement ProxyServicePolicyInfo.toOM(org.apache.axiom.om.OMFactory fac, org.apache.axiom.om.OMNamespace ns, org.apache.axiom.om.OMNamespace nullNS)
           
 

Uses of ProxyAdminException in org.wso2.carbon.proxyadmin.observer
 

Constructors in org.wso2.carbon.proxyadmin.observer that throw ProxyAdminException
ProxyObserver(org.wso2.carbon.mediation.initializer.services.SynapseEnvironmentService synapseEnvironmentService, org.wso2.carbon.registry.core.Registry configRegistry)
          Constructs a new ProxyObserver using the given SynapseEnvironmentService.
 

Uses of ProxyAdminException in org.wso2.carbon.proxyadmin.service
 

Methods in org.wso2.carbon.proxyadmin.service that throw ProxyAdminException
 String ProxyServiceAdmin.addProxy(ProxyData pd)
           
 String ProxyServiceAdmin.deleteProxyService(String proxyName)
          Deletes a proxy service from the synapse configuration
 String ProxyServiceAdmin.disableStatistics(String proxyName)
          Disables statistics for the specified proxy service
 String ProxyServiceAdmin.disableTracing(String proxyName)
          Disables tracing for the specified proxy service
 String ProxyServiceAdmin.enableStatistics(String proxyName)
          Enables statistics for the specified proxy service
 String ProxyServiceAdmin.enableTracing(String proxyName)
          Enables tracing for the specified proxy service
 String[] ProxyServiceAdmin.getAvailableEndpoints()
          Get the available endpoints from the SynapseConfiguration
 String[] ProxyServiceAdmin.getAvailableSequences()
          Get the available sequences from the SynapseConfiguration
 String[] ProxyServiceAdmin.getAvailableTransports()
          Get the available transport names from the AxisConfiguration
 String ProxyServiceAdmin.getEndpoint(String name)
          Gets the endpoint object defined under the given name
 MetaData ProxyServiceAdmin.getMetaData()
          Encapsulates the available transports, endpoints, and sequences into a single two dimensional array
 ProxyData ProxyServiceAdmin.getProxy(String proxyName)
           
 String ProxyServiceAdmin.getSourceView(ProxyData pd)
           
 String ProxyServiceAdmin.modifyProxy(ProxyData pd)
           
 void ProxyServiceAdmin.persistProxyService(org.apache.synapse.core.axis2.ProxyService proxy)
           
 String ProxyServiceAdmin.redeployProxyService(String proxyName)
          Redeploying service Removes an existing one,Adds a new one
 String ProxyServiceAdmin.startProxyService(String proxyName)
          Starts the service specified by the name
 String ProxyServiceAdmin.stopProxyService(String proxyName)
          Stops the service specified by the name
 

Uses of ProxyAdminException in org.wso2.carbon.proxyadmin.util
 

Methods in org.wso2.carbon.proxyadmin.util that throw ProxyAdminException
 org.wso2.carbon.registry.core.service.RegistryService ConfigHolder.getRegistryService()
           
 



Copyright © 2015 WSO2. All rights reserved.