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
Exception
public Map<String,org.wso2.carbon.discovery.stub.types.mgt.DiscoveryProxyDetails> getDiscoveryProxies() throws Exception
Exception
public void removeDiscoveryProxy(String name) throws Exception
Exception
public org.wso2.carbon.discovery.stub.types.mgt.DiscoveryProxyDetails getDiscoveryProxy(String name) throws Exception
Exception
public void updateDiscoveryProxy(String name, String url, String policy) throws Exception
Exception
public org.wso2.carbon.discovery.stub.types.mgt.TargetServiceDetails[] probeDiscoveryProxy(String name, QName[] types, URI[] scopes) throws Exception
Exception
Copyright © 2024 WSO2. All rights reserved.