com.hack23.cia.service.impl
Class MailServiceImpl

Package class diagram package MailServiceImpl
java.lang.Object
  extended by com.hack23.cia.service.impl.MailServiceImpl
All Implemented Interfaces:
MailService

@Component(value="MailService")
public class MailServiceImpl
extends Object
implements MailService

The Class MailServiceImpl.


Constructor Summary
MailServiceImpl()
           
 
Method Summary
 void sendMail(String from, String to, String subject, String msg)
          Send mail.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailServiceImpl

public MailServiceImpl()
Method Detail

sendMail

public void sendMail(String from,
                     String to,
                     String subject,
                     String msg)
Description copied from interface: MailService
Send mail.

Specified by:
sendMail in interface MailService
Parameters:
from - the from
to - the to
subject - the subject
msg - the msg


Copyright © 2008-2011 www.hack23.com. All Rights Reserved.