|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.openexchange.mail.partmodifier.PartModifier
public abstract class PartModifier
PartModifier - Abstract class to modify a mail part prior to parsing it by MailMessageParser.
| Constructor Summary | |
|---|---|
PartModifier()
|
|
| Method Summary | |
|---|---|
static PartModifier |
getInstance()
|
static void |
init(java.lang.String className)
Initializes part modifier |
abstract MailPart |
modifyPart(MailPart mailPart)
Performs possible modifications on specified mail part |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PartModifier()
| Method Detail |
|---|
public abstract MailPart modifyPart(MailPart mailPart)
throws MailException
mailPart - The mail part to modify
MailException - If a mail error occurs
public static final void init(java.lang.String className)
throws MailException
className - The class name of part modifier implementation
MailException - If part modifier cannot be initializedpublic static final PartModifier getInstance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||