org.apache.axis.transport.mail
Class MailTransport

java.lang.Object
  |
  +--org.apache.axis.client.Transport
        |
        +--org.apache.axis.transport.mail.MailTransport

public class MailTransport
extends Transport

A Transport which will cause an invocation via "mail"

Author:
Davanum Srinivas

Field Summary
 
Fields inherited from class org.apache.axis.client.Transport
transportName, url
 
Constructor Summary
MailTransport()
           
 
Method Summary
 void setupMessageContextImpl(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailTransport

public MailTransport()
Method Detail

setupMessageContextImpl

public void setupMessageContextImpl(MessageContext mc,
                                    Call call,
                                    AxisEngine engine)
Set up any transport-specific derived properties in the message context.

Overrides:
setupMessageContextImpl in class Transport
Parameters:
mc - the context to set up
call - the Call object
engine - the engine containing the registries


Copyright © 2003 Apache Web Services Project. All Rights Reserved.