org.apache.axis2.transport.mail
Class MailBasedOutTransportInfo

java.lang.Object
  extended by org.apache.axis2.transport.mail.MailBasedOutTransportInfo
All Implemented Interfaces:
OutTransportInfo

public class MailBasedOutTransportInfo
extends java.lang.Object
implements OutTransportInfo


Field Summary
protected  java.lang.String contentType
           
protected  EndpointReference from
           
protected  java.lang.String inReplyTo
           
 
Constructor Summary
MailBasedOutTransportInfo()
           
 
Method Summary
 EndpointReference getFrom()
           
 java.lang.String getInReplyTo()
           
 void setContentType(java.lang.String contentType)
           
 void setFrom(EndpointReference from)
           
 void setInReplyTo(java.lang.String messageId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contentType

protected java.lang.String contentType

inReplyTo

protected java.lang.String inReplyTo

from

protected EndpointReference from
Constructor Detail

MailBasedOutTransportInfo

public MailBasedOutTransportInfo()
Method Detail

setContentType

public void setContentType(java.lang.String contentType)
Specified by:
setContentType in interface OutTransportInfo

setInReplyTo

public void setInReplyTo(java.lang.String messageId)

getInReplyTo

public java.lang.String getInReplyTo()

getFrom

public EndpointReference getFrom()

setFrom

public void setFrom(EndpointReference from)


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