public interface InputStreamFactory
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
createInputStream(URI uri,
java.util.Map<?,?> options,
<any> collection,
java.util.Map<java.lang.Object,java.lang.Object> response)
Constructs the InputStream
|
java.io.InputStream createInputStream(URI uri,
java.util.Map<?,?> options,
<any> collection,
java.util.Map<java.lang.Object,java.lang.Object> response)
throws java.io.IOException
uri - the URI of the resourceoptions - the EMF load optionscollection - the MongoDB collection specified in the URIresponse - the EMF responsejava.io.IOException - if there is a problem constructing the EMF objectBryan Hunt, Data In Motion Consulting