Locates factories for print services that can be used with
a print job to output a stream of data in the
format specified by
flavor
.
For example, the doc flavor is the document type that you want to
create, not the flavor of the
document before printing.
Although null is an acceptable value to use in the lookup of stream
printing services, it's typical to search for a particular
desired format, such as Postscript(TM).
Returns:
- matching factories for stream print service instance,
empty if no suitable factories could be located.
Parameters:
- flavor - of the input document type - null means match all
types.
- outputMimeType - representing the required output format, used to
identify suitable stream printer factories. A value of null means
match all formats.