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