org.apache.axis.transport.mail
Class MailSender
- Handler, Serializable
This is meant to be used on a SOAP Client to call a SOAP server via SMTP/POP3
- Davanum Srinivas (dims@yahoo.com)
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
|
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable |
log
protected static Log log
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
- invoke in interface Handler
msgContext - the messsage context
Copyright © 2005 Apache Web Services Project. All Rights Reserved.