org.apache.axis.transport.mail

Class MailSender

public class MailSender extends BasicHandler

This is meant to be used on a SOAP Client to call a SOAP server via SMTP/POP3

Author: Davanum Srinivas (dims@yahoo.com)

Field Summary
protected static Loglog
Method Summary
voidinvoke(MessageContext msgContext)
invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP server

Field Detail

log

protected static Log log

Method Detail

invoke

public void invoke(MessageContext msgContext)
invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP server

Parameters: msgContext the messsage context

Throws: AxisFault

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.