Class DiscoveryAdminClient
- java.lang.Object
-
- org.wso2.carbon.discovery.ui.client.DiscoveryAdminClient
-
public class DiscoveryAdminClient extends Object
-
-
Field Summary
Fields Modifier and Type Field Description org.wso2.carbon.discovery.stub.types.DiscoveryAdminStubstub
-
Constructor Summary
Constructors Constructor Description DiscoveryAdminClient(org.apache.axis2.context.ConfigurationContext configCtx, String backendServerURL, String cookie, Locale locale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDiscoveryProxy(String name, String url, String policy)Map<String,org.wso2.carbon.discovery.stub.types.mgt.DiscoveryProxyDetails>getDiscoveryProxies()org.wso2.carbon.discovery.stub.types.mgt.DiscoveryProxyDetailsgetDiscoveryProxy(String name)org.wso2.carbon.discovery.stub.types.mgt.TargetServiceDetails[]probeDiscoveryProxy(String name, QName[] types, URI[] scopes)voidremoveDiscoveryProxy(String name)org.wso2.carbon.discovery.stub.types.mgt.TargetServiceDetailsresolveTargetService(String name, String serviceId)voidupdateDiscoveryProxy(String name, String url, String policy)
-
-
-
Method Detail
-
addDiscoveryProxy
public void addDiscoveryProxy(String name, String url, String policy) throws Exception
- Throws:
Exception
-
getDiscoveryProxies
public Map<String,org.wso2.carbon.discovery.stub.types.mgt.DiscoveryProxyDetails> getDiscoveryProxies() throws Exception
- Throws:
Exception
-
removeDiscoveryProxy
public void removeDiscoveryProxy(String name) throws Exception
- Throws:
Exception
-
getDiscoveryProxy
public org.wso2.carbon.discovery.stub.types.mgt.DiscoveryProxyDetails getDiscoveryProxy(String name) throws Exception
- Throws:
Exception
-
updateDiscoveryProxy
public void updateDiscoveryProxy(String name, String url, String policy) throws Exception
- Throws:
Exception
-
probeDiscoveryProxy
public org.wso2.carbon.discovery.stub.types.mgt.TargetServiceDetails[] probeDiscoveryProxy(String name, QName[] types, URI[] scopes) throws Exception
- Throws:
Exception
-
-