Interface IWebserviceResponse


  • public interface IWebserviceResponse
    Represents a web-service response.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()
      Closes the response and releases all held resources.
      java.io.InputStream getStream()
      Returns an input-stream for accessing the response contents.
    • Method Detail

      • close

        void close()
        Closes the response and releases all held resources.
      • getStream

        java.io.InputStream getStream()
        Returns an input-stream for accessing the response contents.
        Returns:
        the input-stream