Oracle Content Management SDK

oracle.ifs.adk.mail
Class IfsTransport

java.lang.Object
  |
  +--javax.mail.Service
        |
        +--javax.mail.Transport
              |
              +--oracle.ifs.adk.mail.IfsTransport

public class IfsTransport
extends javax.mail.Transport

The IfsTransport class is used to allow the Java Mail API to send messages via 9iFS.


Method Summary
 LibrarySession getLibrarySession()
          getLibrarySesion() Get the 9iFS LibrarySession being used by the instance of IfsTransport.
 void setLibrarySession(LibrarySession session)
          setLibrarySesion() Set the 9iFS LibrarySession to be used by this instance of IfsTransport.
 

Method Detail


getLibrarySession

public LibrarySession getLibrarySession()
getLibrarySesion() Get the 9iFS LibrarySession being used by the instance of IfsTransport. This is not part of the Java Mail API.
Returns:
the LibrarySession being used by this instance of IfsTransport

setLibrarySession

public void setLibrarySession(LibrarySession session)
                       throws IfsException
setLibrarySesion() Set the 9iFS LibrarySession to be used by this instance of IfsTransport. This is not part of the Java Mail API.
Parameters:
session - the LibrarySession to be used for access to 9iFS.

Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.