Package com.walkfares.odsl.service
Class MailService
java.lang.Object
com.walkfares.odsl.service.FileService
com.walkfares.odsl.service.MailService
- All Implemented Interfaces:
OpenDSLService
public class MailService extends FileService
-
Field Summary
Fields inherited from interface com.walkfares.odsl.service.OpenDSLService
ACCESSKEY, BASE64_REQUEST_BODY, COLUMN_COUNT, DATA_POS, HEADER_POS, OUTPUT, REQUEST_BODY, ROW_COUNT, SECRETKEY, SELECTOR, SEPARATOR, TABLE, XSLT
-
Constructor Summary
Constructors Constructor Description MailService()
-
Method Summary
Modifier and Type Method Description Var
get(ServiceGetRequest request)
String
getName()
javax.mail.Message[]
searchMail(ServiceGetRequest request, javax.mail.Folder folder)
javax.mail.Store
setSessionStoreProperties(ServiceGetRequest request, Properties properties)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.walkfares.odsl.service.OpenDSLService
delete, get, getIDSource, getList, getListSource, initialise, isLocalOnly, rename, run, save, tag
-
Constructor Details
-
MailService
public MailService()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceOpenDSLService
- Overrides:
getName
in classFileService
-
get
- Specified by:
get
in interfaceOpenDSLService
- Overrides:
get
in classFileService
-
setSessionStoreProperties
public javax.mail.Store setSessionStoreProperties(ServiceGetRequest request, Properties properties) throws NoSuchProviderException, javax.mail.MessagingException- Throws:
NoSuchProviderException
javax.mail.MessagingException
-
searchMail
public javax.mail.Message[] searchMail(ServiceGetRequest request, javax.mail.Folder folder) throws javax.mail.MessagingException- Throws:
javax.mail.MessagingException
-