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.DiscoveryAdminStub
stub
-
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 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)
-
-
-
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
-
-