public class DiscoveryAdminClient extends Object
| Modifier and Type | Field and Description |
|---|---|
org.wso2.carbon.discovery.stub.types.DiscoveryAdminStub |
stub |
| Constructor and Description |
|---|
DiscoveryAdminClient(org.apache.axis2.context.ConfigurationContext configCtx,
String backendServerURL,
String cookie,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDiscoveryProxy(String name,
String url,
String policy) |
Map<String,org.wso2.carbon.discovery.stub.types.mgt.DiscoveryProxyDetails> |
getDiscoveryProxies() |
org.wso2.carbon.discovery.stub.types.mgt.DiscoveryProxyDetails |
getDiscoveryProxy(String name) |
org.wso2.carbon.discovery.stub.types.mgt.TargetServiceDetails[] |
probeDiscoveryProxy(String name,
QName[] types,
URI[] scopes) |
void |
removeDiscoveryProxy(String name) |
org.wso2.carbon.discovery.stub.types.mgt.TargetServiceDetails |
resolveTargetService(String name,
String serviceId) |
void |
updateDiscoveryProxy(String name,
String url,
String policy) |
public void addDiscoveryProxy(String name, String url, String policy) throws Exception
Exceptionpublic Map<String,org.wso2.carbon.discovery.stub.types.mgt.DiscoveryProxyDetails> getDiscoveryProxies() throws Exception
Exceptionpublic void removeDiscoveryProxy(String name) throws Exception
Exceptionpublic org.wso2.carbon.discovery.stub.types.mgt.DiscoveryProxyDetails getDiscoveryProxy(String name) throws Exception
Exceptionpublic void updateDiscoveryProxy(String name, String url, String policy) throws Exception
Exceptionpublic org.wso2.carbon.discovery.stub.types.mgt.TargetServiceDetails[] probeDiscoveryProxy(String name, QName[] types, URI[] scopes) throws Exception
ExceptionCopyright © 2019 WSO2. All rights reserved.