Uses of Interface
net.sf.jcopist.service.ITransport

Packages that use ITransport
net.sf.jcopist.service These types describe the main service. 
net.sf.jcopist.transport These classes provide a way for a client to specify how asynchronous documents should be sent after they are generated. 
 

Uses of ITransport in net.sf.jcopist.service
 

Methods in net.sf.jcopist.service that return ITransport
 ITransport[] Job.getTransports()
          Returns the list of transports to send the generated document.
 

Methods in net.sf.jcopist.service with parameters of type ITransport
 void Job.setTransports(ITransport[] m_transports)
           
 

Uses of ITransport in net.sf.jcopist.transport
 

Classes in net.sf.jcopist.transport that implement ITransport
 class EmailAsAttachementTransport
          ITransport implementation to send a document as an email attachement.
 class EmailAsBodyTransport
          ITransport implementation to send a document in the body of an email.
 class PageSortTransport
          Implementation de ISenderParam contenant les parametres pour l'envoi sur une imprimante de l'edition apres un tri par nombre de pages.
 class PrinterTransport
          Implementation de ISenderParam contenant les parametres pour l'envoi sur une imprimante de l'edition.
 



Copyright © 2007. All Rights Reserved.