org.apache.axis2.transport.mail
Class EMailSender

java.lang.Object
  extended by org.apache.axis2.transport.mail.EMailSender

public class EMailSender
extends Object


Constructor Summary
EMailSender()
           
 
Method Summary
 void send(String subject, String targetEmail, String message, org.apache.axiom.om.OMOutputFormat format)
           
 void setMessageContext(MessageContext messageContext)
           
 void setPasswordAuthentication(javax.mail.PasswordAuthentication passwordAuthentication)
           
 void setProperties(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EMailSender

public EMailSender()
Method Detail

setMessageContext

public void setMessageContext(MessageContext messageContext)

setProperties

public void setProperties(Properties properties)

setPasswordAuthentication

public void setPasswordAuthentication(javax.mail.PasswordAuthentication passwordAuthentication)

send

public void send(String subject,
                 String targetEmail,
                 String message,
                 org.apache.axiom.om.OMOutputFormat format)
          throws AxisFault
Throws:
AxisFault