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
public class MailContextFactory extends Object implements IMailContextFactory
Factory for creating an mail context- Author:
 - XIMA MEDIA GmbH, Dresden
 
 
- 
- 
Constructor Summary
Constructors Constructor Description MailContextFactory()Constructor which sets default mail capabilities 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IMailContextgetContextFor(IMailServerData serverData)Creates an mail context for the given server data- 
Methods 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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getContextFor
public IMailContext getContextFor(IMailServerData serverData)
Description copied from interface:IMailContextFactoryCreates an mail context for the given server data- Specified by:
 getContextForin interfaceIMailContextFactory- Parameters:
 serverData- the server data- Returns:
 - the mail context
 
 
 - 
 
 -