Uses of Class
org.exoplatform.mail.service.ServerConfiguration

Packages that use ServerConfiguration
org.exoplatform.mail.service   
org.exoplatform.mail.service.impl   
 

Uses of ServerConfiguration in org.exoplatform.mail.service
 

Methods in org.exoplatform.mail.service that return ServerConfiguration
 ServerConfiguration Message.getServerConfiguration()
           
 

Methods in org.exoplatform.mail.service with parameters of type ServerConfiguration
 void MailService.sendMessages(java.util.List<Message> msgList, ServerConfiguration serverConfig)
          Use smtp to send message with given server configuration
 void Message.setServerConfiguration(ServerConfiguration s)
           
 

Uses of ServerConfiguration in org.exoplatform.mail.service.impl
 

Methods in org.exoplatform.mail.service.impl with parameters of type ServerConfiguration
 void MailServiceImpl.sendMessages(java.util.List<Message> msgList, ServerConfiguration serverConfig)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.