Package | Description |
---|---|
org.wso2.carbon.proxyadmin | |
org.wso2.carbon.proxyadmin.observer | |
org.wso2.carbon.proxyadmin.service | |
org.wso2.carbon.proxyadmin.util |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
ProxyObserver(org.wso2.carbon.mediation.initializer.services.SynapseEnvironmentService synapseEnvironmentService,
org.wso2.carbon.registry.core.Registry configRegistry)
Constructs a new ProxyObserver using the given SynapseEnvironmentService.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
org.wso2.carbon.registry.core.service.RegistryService |
ConfigHolder.getRegistryService() |
Copyright © 2017 WSO2. All rights reserved.