org.apache.axis.transport.mail

Class MailSender

Implemented Interfaces:
Handler, Serializable

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 Log
log

Fields inherited from class org.apache.axis.handlers.BasicHandler

makeLockable, name, options

Method Summary

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

Methods inherited from class org.apache.axis.handlers.BasicHandler

canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable

Field Details

log

protected static Log log

Method Details

invoke

public void invoke(MessageContext msgContext)
            throws AxisFault
invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP server
Specified by:
invoke in interface Handler
Parameters:
msgContext - the messsage context
Throws:
AxisFault -

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