Package com.mendix.systemwideinterfaces
Interface IWebserviceResponse
- 
 public interface IWebserviceResponseRepresents a web-service response.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Closes the response and releases all held resources.java.io.InputStreamgetStream()Returns an input-stream for accessing the response contents.
 
-