public interface OutputStreamFactory
| Modifier and Type | Method and Description |
|---|---|
java.io.OutputStream |
createOutputStream(URI uri,
java.util.Map<?,?> options,
<any> collection,
java.util.Map<java.lang.Object,java.lang.Object> response)
Constructs the OutputStream
|
java.io.OutputStream createOutputStream(URI uri,
java.util.Map<?,?> options,
<any> collection,
java.util.Map<java.lang.Object,java.lang.Object> response)
uri - the URI of the resourceoptions - the EMF load optionscollection - the MongoDB collection specified in the URIresponse - the EMF responseBryan Hunt, Data In Motion Consulting