Searched refs:ServiceProxy (Results 1 – 3 of 3) sorted by relevance
91 class ServiceProxy(object): class100 return ServiceProxy(self.__serviceURL, name, self.__headers)
19 return proxy.ServiceProxy(*args, **kwargs)
293 class ServiceProxyImpl : public ServiceProxy {296 : ServiceProxy(receiver) {} in ServiceProxyImpl()