org.apache.axis2.transport.http
Class HttpTransportProperties.MailProperties

java.lang.Object
  extended by org.apache.axis2.transport.http.HttpTransportProperties.MailProperties
Enclosing class:
HttpTransportProperties

public static class HttpTransportProperties.MailProperties
extends Object


Constructor Summary
HttpTransportProperties.MailProperties()
           
 
Method Summary
 void addProperty(String key, String value)
           
 void deleteProperty(String key)
           
 String getPassword()
           
 Properties getProperties()
           
 void setPassword(String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpTransportProperties.MailProperties

public HttpTransportProperties.MailProperties()
Method Detail

addProperty

public void addProperty(String key,
                        String value)

deleteProperty

public void deleteProperty(String key)

getProperties

public Properties getProperties()

getPassword

public String getPassword()

setPassword

public void setPassword(String password)