FileDocCategorySizeDatePackage
MailTransport.javaAPI DocApache Axis 1.41456Sat Apr 22 18:57:28 BST 2006org.apache.axis.transport.mail

MailTransport

public class MailTransport extends org.apache.axis.client.Transport
A Transport which will cause an invocation via "mail"
author
Davanum Srinivas

Fields Summary
Constructors Summary
public MailTransport()

        transportName = "mail";
    
Methods Summary
public voidsetupMessageContextImpl(org.apache.axis.MessageContext mc, org.apache.axis.client.Call call, org.apache.axis.AxisEngine engine)
Set up any transport-specific derived properties in the message context.

param
mc the context to set up
param
call the Call object
param
engine the engine containing the registries