|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EmailTransport
EmailTransport defines the interface for classes that can send EmailMessage objects.
EmailMessage| Method Summary | |
|---|---|
void |
send(EmailMessage message)
Send an EmailMessage. |
void |
setDebug(boolean debug,
java.io.PrintStream out)
Enable or disable the underlying implementation's debug flag, if there is one. |
| Method Detail |
|---|
void send(EmailMessage message)
throws EmailException
message - the message to send
EmailException - failed to send message
void setDebug(boolean debug,
java.io.PrintStream out)
debug - true to enable debug, false to
disable itout - where to dump debug messages, or null for standard
output. Ignored unless debug is true.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||