org.apache.axis2.transport.mail
Class MailBasedOutTransportInfo
java.lang.Object
org.apache.axis2.transport.mail.MailBasedOutTransportInfo
- All Implemented Interfaces:
- OutTransportInfo
public class MailBasedOutTransportInfo
- extends java.lang.Object
- implements OutTransportInfo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contentType
protected java.lang.String contentType
inReplyTo
protected java.lang.String inReplyTo
from
protected EndpointReference from
MailBasedOutTransportInfo
public MailBasedOutTransportInfo()
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.