Package org.apache.james.services

A set of interfaces for commonly used, generic James concepts.

See:
          Description

Interface Summary
DNSServer Provides abstraction for DNS resolutions.
JamesUser Interface for objects representing users of an email/ messaging system.
MailRepository Interface for a Repository to store Mails.
MailServer The interface for Phoenix blocks to the James MailServer
MailStore Interface for an object which provides MailRepositories or SpoolRepositories The select method requires a configuration object with the form:
<repository destinationURL="file://path-to-root-dir-for-repository"
type="MAIL">
</repository> This configuration, including any included child elements, is used to configure the returned component.
SpoolRepository Interface for a Repository for Spooling Mails.
User Interface for objects representing users.
UsersRepository Interface for a repository of users.
UsersStore Interface for Phoenix blocks to access a store of Users.
 

Package org.apache.james.services Description

A set of interfaces for commonly used, generic James concepts.



"Copyright © 1999-2002 Apache Jakarta Project. All Rights Reserved."