Class DiscoveryAdminClient

java.lang.Object
org.wso2.carbon.discovery.ui.client.DiscoveryAdminClient

public class DiscoveryAdminClient extends Object
  • Field Details

    • stub

      public org.wso2.carbon.discovery.stub.types.DiscoveryAdminStub stub
  • Constructor Details

    • DiscoveryAdminClient

      public DiscoveryAdminClient(org.apache.axis2.context.ConfigurationContext configCtx, String backendServerURL, String cookie, Locale locale) throws org.apache.axis2.AxisFault
      Throws:
      org.apache.axis2.AxisFault
  • Method Details

    • 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
    • resolveTargetService

      public org.wso2.carbon.discovery.stub.types.mgt.TargetServiceDetails resolveTargetService(String name, String serviceId) throws Exception
      Throws:
      Exception