Package org.apache.axis.transport.mail
Class MailTransport
java.lang.Object
org.apache.axis.client.Transport
org.apache.axis.transport.mail.MailTransport
A Transport which will cause an invocation via "mail"
- Author:
- Davanum Srinivas invalid input: '<'dims@yahoo.com>
-
Field Summary
Fields inherited from class org.apache.axis.client.Transport
transportName, url -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetupMessageContextImpl(MessageContext mc, Call call, AxisEngine engine) Set up any transport-specific derived properties in the message context.Methods inherited from class org.apache.axis.client.Transport
getTransportName, getUrl, processReturnedMessageContext, setTransportName, setupMessageContext, setUrl
-
Constructor Details
-
MailTransport
public MailTransport()
-
-
Method Details
-
setupMessageContextImpl
Set up any transport-specific derived properties in the message context.- Overrides:
setupMessageContextImplin classTransport- Parameters:
mc- the context to set upcall- the Call objectengine- the engine containing the registries
-