|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.mailet.base.GenericMailet
org.apache.james.transport.mailets.GenericListservManager
public abstract class GenericListservManager
An abstract implementation of a listserv manager. This mailet reads the address to find the command.
| Constructor Summary | |
|---|---|
GenericListservManager()
|
|
| Method Summary | |
|---|---|
abstract boolean |
addAddress(org.apache.mailet.MailAddress address)
Adds an address to the listserv. |
abstract boolean |
existsAddress(org.apache.mailet.MailAddress address)
Indicates whether an address already exists on the listserv. |
abstract boolean |
removeAddress(org.apache.mailet.MailAddress address)
Removes an address from the listserv. |
void |
service(org.apache.mailet.Mail mail)
Processes the message. |
| Methods inherited from class org.apache.mailet.base.GenericMailet |
|---|
arrayToString, checkInitParameters, destroy, getInitParameter, getInitParameter, getInitParameter, getInitParameterNames, getMailetConfig, getMailetContext, getMailetInfo, getMailetName, init, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericListservManager()
| Method Detail |
|---|
public abstract boolean addAddress(org.apache.mailet.MailAddress address)
public abstract boolean removeAddress(org.apache.mailet.MailAddress address)
public abstract boolean existsAddress(org.apache.mailet.MailAddress address)
public final void service(org.apache.mailet.Mail mail)
throws javax.mail.MessagingException
service in interface org.apache.mailet.Mailetservice in class org.apache.mailet.base.GenericMailetjavax.mail.MessagingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||