|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mailet.GenericMailet
org.bakelite.fax.PDFFaxMailet
public class PDFFaxMailet
Mailet acting as gateway between email and fax, from PDF document to TIFF sequence, using asterisk manager.
Nested Class Summary | |
---|---|
static class |
PDFFaxMailet.ResultType
Fax sending result |
Constructor Summary | |
---|---|
PDFFaxMailet()
|
Method Summary | |
---|---|
void |
onException(java.lang.Exception e)
Callback fired when an exception occurs while trying to watch. |
void |
onNewLine(java.lang.String line)
Callback fired when a new |line| is read. |
void |
service(org.apache.mailet.Mail mail)
|
Methods inherited from class org.apache.mailet.GenericMailet |
---|
destroy, 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 PDFFaxMailet()
Method Detail |
---|
public void service(org.apache.mailet.Mail mail) throws javax.mail.MessagingException
service
in interface org.apache.mailet.Mailet
service
in class org.apache.mailet.GenericMailet
javax.mail.MessagingException
public void onNewLine(java.lang.String line)
onNewLine
in interface LogWatcher.LogWatchCallback
line
- New read linepublic void onException(java.lang.Exception e)
onException
in interface LogWatcher.LogWatchCallback
e
- Thrown exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |