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

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

Deprecated. org.apache.axis2.transport.http.HttpTransportProperties.MailProperties has been deprecated and user are encourage the use of java.util.Properties instead.

public static class HttpTransportProperties.MailProperties
extends Object


Constructor Summary
HttpTransportProperties.MailProperties()
          Deprecated.  
 
Method Summary
 void addProperty(String key, String value)
          Deprecated.  
 void deleteProperty(String key)
          Deprecated.  
 String getPassword()
          Deprecated.  
 Properties getProperties()
          Deprecated.  
 void setPassword(String password)
          Deprecated.  
 
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()
Deprecated. 
Method Detail

addProperty

public void addProperty(String key,
                        String value)
Deprecated. 

deleteProperty

public void deleteProperty(String key)
Deprecated. 

getProperties

public Properties getProperties()
Deprecated. 

getPassword

public String getPassword()
Deprecated. 

setPassword

public void setPassword(String password)
Deprecated. 


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.