Class IconServiceImpl

    • Method Detail

      • get

        public IconService.GetRequest get()
        Description copied from interface: IconService
        Get an icon. [source] ---- GET /ovirt-engine/api/icons/123 ---- You will get a XML response like this one: [source,xml] ---- Some binary data here image/png ----
        Specified by:
        get in interface IconService
      • service

        public Service service​(String path)
        Description copied from interface: IconService
        Service locator method, returns individual service on which the URI is dispatched.
        Specified by:
        service in interface IconService