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 java.lang.Object


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

deleteProperty

public void deleteProperty(java.lang.String key)
Deprecated. 

getProperties

public java.util.Properties getProperties()
Deprecated. 

getPassword

public java.lang.String getPassword()
Deprecated. 

setPassword

public void setPassword(java.lang.String password)
Deprecated. 


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