org.eclipse.higgins.rpps.core.chanel
Class EmailChanelCommand

java.lang.Object
  extended by org.eclipse.higgins.rpps.core.chanel.EmailChanelCommand
All Implemented Interfaces:
ICommunicationChanelCommand

public class EmailChanelCommand
extends Object
implements ICommunicationChanelCommand

Supports comunication via email messages.

Author:
Alexander Yuhimenko

Field Summary
 
Fields inherited from interface org.eclipse.higgins.rpps.core.chanel.ICommunicationChanelCommand
EMAIL_CHANNEL
 
Constructor Summary
EmailChanelCommand()
           
 
Method Summary
 void sendMessage(org.eclipse.higgins.user.profile.entity.UserProfile userProfile, String message)
          Sends message.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailChanelCommand

public EmailChanelCommand()
Method Detail

sendMessage

public void sendMessage(org.eclipse.higgins.user.profile.entity.UserProfile userProfile,
                        String message)
                 throws CommunicationException
Description copied from interface: ICommunicationChanelCommand
Sends message.

Specified by:
sendMessage in interface ICommunicationChanelCommand
Throws:
CommunicationException