Package | Description |
---|---|
org.wso2.carbon.proxyadmin.common | |
org.wso2.carbon.proxyadmin.common.service |
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
ProxyData.retrieveOM() |
Modifier and Type | Method and Description |
---|---|
String |
IProxyServiceAdmin.addProxy(ProxyData pd) |
String |
IProxyServiceAdmin.deleteProxyService(String proxyName)
Deletes a proxy service from the synapse configuration
|
String |
IProxyServiceAdmin.disableStatistics(String proxyName)
Disables statistics for the specified proxy servivce
|
String |
IProxyServiceAdmin.disableTracing(String proxyName)
Disables tracing for the specified proxy service
|
String |
IProxyServiceAdmin.enableStatistics(String proxyName)
Enables statistics for the specified proxy service
|
String |
IProxyServiceAdmin.enableTracing(String proxyName)
Enables tracing for the specified proxy service
|
String[] |
IProxyServiceAdmin.getAvailableEndpoints()
Get the available endpoints from the SynapseConfiguration
|
String[] |
IProxyServiceAdmin.getAvailableSequences()
Get the available sequences from the SynapseConfiguration
|
String[] |
IProxyServiceAdmin.getAvailableTransports()
Get the available transport names from the AxisConfiguration
|
String |
IProxyServiceAdmin.getEndpoint(String name)
Gets the endpoint object defined under the given name
|
MetaData |
IProxyServiceAdmin.getMetaData()
Encapsulates the available transports, endpoints, and sequences into a single two dimensional array
|
ProxyData |
IProxyServiceAdmin.getProxy(String proxyName) |
String |
IProxyServiceAdmin.getSourceView(ProxyData pd) |
String |
IProxyServiceAdmin.modifyProxy(ProxyData pd) |
String |
IProxyServiceAdmin.redeployProxyService(String proxyName)
Redeploying service
Removes an existing one,Adds a new one
|
String |
IProxyServiceAdmin.startProxyService(String proxyName)
Starts the service specified by the name
|
String |
IProxyServiceAdmin.stopProxyService(String proxyName)
Stops the service specified by the name
|
Copyright © 2021 WSO2. All rights reserved.