Package org.apache.axis.transport.mail
Class MailSender
java.lang.Object
org.apache.axis.handlers.BasicHandler
org.apache.axis.transport.mail.MailSender
- All Implemented Interfaces:
Serializable
,Handler
This is meant to be used on a SOAP Client to call a SOAP server via SMTP/POP3
- Author:
- Davanum Srinivas (dims@yahoo.com)
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
invoke
(MessageContext msgContext) invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP serverMethods 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 org.apache.commons.logging.Log log
-
-
Constructor Details
-
MailSender
public MailSender()
-
-
Method Details
-
invoke
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
-