Package com.mendix.systemwideinterfaces
Interface IWebserviceResponse
public interface IWebserviceResponse
Represents a web-service response.
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()Closes the response and releases all held resources.Returns an input-stream for accessing the response contents.
- 
Method Details- 
closevoid close()Closes the response and releases all held resources.
- 
getStreamInputStream getStream()Returns an input-stream for accessing the response contents.- Returns:
- the input-stream
 
 
-