public final class MailMessageInterpretorFactory extends Object
Represents the object factory for MailMessageInterpretor class.
Modifier and Type | Method and Description |
---|---|
void |
addInterpretor(MailMessageInterpretor interpretor,
String messageClass)
Adds an interpretor instance with specified message class.
|
MailMessageInterpretor |
getDefaultInterpretor()
Gets or sets the defalut interpretor.
|
static MailMessageInterpretorFactory |
getInstance()
Gets an instance of the MailMessageInterpretorFactory class.
|
MailMessageInterpretor |
getIntepretor(String messageClass)
Gets an interpretor intance from the factory with specified message class.
|
void |
setDefaultInterpretor(MailMessageInterpretor value) |
public MailMessageInterpretor getDefaultInterpretor()
Gets or sets the defalut interpretor.
public void setDefaultInterpretor(MailMessageInterpretor value)
public static MailMessageInterpretorFactory getInstance()
Gets an instance of the MailMessageInterpretorFactory class.
public void addInterpretor(MailMessageInterpretor interpretor, String messageClass)
Adds an interpretor instance with specified message class.
interpretor
- The interpretor to add.messageClass
- The mapping message class.public MailMessageInterpretor getIntepretor(String messageClass)
Gets an interpretor intance from the factory with specified message class.
messageClass
- The mapping message class.Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.