Package de.xima.fc.mail.impl.context
Class MailContextFactory
java.lang.Object
de.xima.fc.mail.impl.context.MailContextFactory
- All Implemented Interfaces:
IMailContextFactory
- Direct Known Subclasses:
MailContextFactory
Factory for creating an mail context
- Author:
- XIMA MEDIA GmbH, Dresden
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContextFor
(IMailServerData serverData) Creates an mail context for the given server dataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.xima.fc.mail.interfaces.IMailContextFactory
getAuthenticator, getContextFor, getContextFor
-
Constructor Details
-
MailContextFactory
public MailContextFactory()Constructor which sets default mail capabilities
-
-
Method Details
-
getContextFor
Description copied from interface:IMailContextFactory
Creates an mail context for the given server data- Specified by:
getContextFor
in interfaceIMailContextFactory
- Parameters:
serverData
- the server data- Returns:
- the mail context
-