java.lang.Object
gnu.javax.print.ipp.IppPrintService
gnu.javax.print.ipp.IppMultiDocPrintService
- All Implemented Interfaces:
- javax.print.MultiDocPrintService, javax.print.PrintService
- public class IppMultiDocPrintService
- extends IppPrintService
- implements javax.print.MultiDocPrintService
Implementation of the MultiDocPrintService interface
for IPP based printers.
Methods inherited from class gnu.javax.print.ipp.IppPrintService |
addPrintServiceAttributeListener, createPrintJob, getAttribute, getAttributes, getDefaultAttributeValue, getName, getPrinterURI, getServiceUIFactory, getSupportedAttributeCategories, getSupportedAttributeValues, getSupportedDocFlavors, getUnsupportedAttributes, handleSupportedAttributeValuesResponse, isAttributeCategorySupported, isAttributeValueSupported, isDocFlavorSupported, removePrintServiceAttributeListener, toString |
Methods inherited from interface javax.print.PrintService |
addPrintServiceAttributeListener, createPrintJob, equals, getAttribute, getAttributes, getDefaultAttributeValue, getName, getServiceUIFactory, getSupportedAttributeCategories, getSupportedAttributeValues, getSupportedDocFlavors, getUnsupportedAttributes, hashCode, isAttributeCategorySupported, isAttributeValueSupported, isDocFlavorSupported, removePrintServiceAttributeListener |
user
private transient java.lang.String user
- The username.
passwd
private transient java.lang.String passwd
- The password of the user.
IppMultiDocPrintService
public IppMultiDocPrintService(java.net.URI uri,
java.lang.String username,
java.lang.String password)
throws IppException
- Creates a
IppMultiDocPrintService
object.
createMultiDocPrintJob
public javax.print.MultiDocPrintJob createMultiDocPrintJob()
- Description copied from interface:
javax.print.MultiDocPrintService
- Create a job that can print a
MultiDoc
object.
- Specified by:
createMultiDocPrintJob
in interface javax.print.MultiDocPrintService