Uses of Class
org.wso2.carbon.proxyadmin.common.ProxyAdminException
Packages that use ProxyAdminException
-
Uses of ProxyAdminException in org.wso2.carbon.proxyadmin.common
Methods in org.wso2.carbon.proxyadmin.common that throw ProxyAdminException -
Uses of ProxyAdminException in org.wso2.carbon.proxyadmin.common.service
Methods in org.wso2.carbon.proxyadmin.common.service that throw ProxyAdminExceptionModifier and TypeMethodDescriptionIProxyServiceAdmin.deleteProxyService(String proxyName) Deletes a proxy service from the synapse configurationIProxyServiceAdmin.disableStatistics(String proxyName) Disables statistics for the specified proxy servivceIProxyServiceAdmin.disableTracing(String proxyName) Disables tracing for the specified proxy serviceIProxyServiceAdmin.enableStatistics(String proxyName) Enables statistics for the specified proxy serviceIProxyServiceAdmin.enableTracing(String proxyName) Enables tracing for the specified proxy serviceString[]IProxyServiceAdmin.getAvailableEndpoints()Get the available endpoints from the SynapseConfigurationString[]IProxyServiceAdmin.getAvailableSequences()Get the available sequences from the SynapseConfigurationString[]IProxyServiceAdmin.getAvailableTransports()Get the available transport names from the AxisConfigurationIProxyServiceAdmin.getEndpoint(String name) Gets the endpoint object defined under the given nameIProxyServiceAdmin.getMetaData()Encapsulates the available transports, endpoints, and sequences into a single two dimensional arrayIProxyServiceAdmin.getSourceView(ProxyData pd) IProxyServiceAdmin.modifyProxy(ProxyData pd) IProxyServiceAdmin.redeployProxyService(String proxyName) Redeploying service Removes an existing one,Adds a new oneIProxyServiceAdmin.startProxyService(String proxyName) Starts the service specified by the nameIProxyServiceAdmin.stopProxyService(String proxyName) Stops the service specified by the name