Class DiscoveryAdminClient


  • public class DiscoveryAdminClient
    extends Object
    • Field Detail

      • stub

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

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

      • getDiscoveryProxies

        public Map<String,​org.wso2.carbon.discovery.stub.types.mgt.DiscoveryProxyDetails> getDiscoveryProxies()
                                                                                                             throws Exception
        Throws:
        Exception
      • getDiscoveryProxy

        public org.wso2.carbon.discovery.stub.types.mgt.DiscoveryProxyDetails getDiscoveryProxy​(String name)
                                                                                         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