|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.MailMessageInterpretorFactory
public final class MailMessageInterpretorFactory
Represents the object factory for MailMessageInterpretor class.
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |