Uses of Interface
com.sap.ip.collaboration.gw.api.framework.groupware.IReadTransport

Packages that use IReadTransport
com.sap.ip.collaboration.gw.api.framework.groupware   
com.sap.ip.collaboration.gw.impl.transport.file.filesystem   
 

Uses of IReadTransport in com.sap.ip.collaboration.gw.api.framework.groupware
 

Subinterfaces of IReadTransport in com.sap.ip.collaboration.gw.api.framework.groupware
 interface ICalendarReadTransport
          The ICalendarReadTransport interface extends the read interface to define methods specific to the calendar item type.
 

Methods in com.sap.ip.collaboration.gw.api.framework.groupware with parameters of type IReadTransport
 void IAttachment.setReadTransport(IReadTransport transport)
          Sets the read transport for fetching the content of the attachment
 

Uses of IReadTransport in com.sap.ip.collaboration.gw.impl.transport.file.filesystem
 

Classes in com.sap.ip.collaboration.gw.impl.transport.file.filesystem that implement IReadTransport
 class FileTransport
          This is a transport class which uses filesystem as groupware server instead of a groupware server.