org.apache.axis2.transport.mail
Class EMailSender

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

public class EMailSender
extends java.lang.Object


Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
EMailSender()
           
 
Method Summary
 java.io.OutputStream getOutputStream()
           
 void send()
           
 void setFormat(org.apache.axiom.om.OMOutputFormat format)
           
 void setFrom(EndpointReference from)
           
 void setInReplyTo(java.lang.String inReplyTo)
           
 void setMessageContext(MessageContext messageContext)
           
 void setOutputStream(java.io.OutputStream outputStream)
           
 void setPasswordAuthentication(javax.mail.PasswordAuthentication passwordAuthentication)
           
 void setProperties(java.util.Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Constructor Detail

EMailSender

public EMailSender()
Method Detail

setMessageContext

public void setMessageContext(MessageContext messageContext)

setProperties

public void setProperties(java.util.Properties properties)

getOutputStream

public java.io.OutputStream getOutputStream()

setOutputStream

public void setOutputStream(java.io.OutputStream outputStream)

setPasswordAuthentication

public void setPasswordAuthentication(javax.mail.PasswordAuthentication passwordAuthentication)

send

public void send()
          throws AxisFault
Throws:
AxisFault

setInReplyTo

public void setInReplyTo(java.lang.String inReplyTo)

setFrom

public void setFrom(EndpointReference from)

setFormat

public void setFormat(org.apache.axiom.om.OMOutputFormat format)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.