org.apache.axis2.transport.mail
Class EmailReceiver

java.lang.Object
  extended by org.apache.axis2.transport.mail.EmailReceiver

public class EmailReceiver
extends java.lang.Object


Constructor Summary
EmailReceiver()
           
 
Method Summary
 void connect()
           
 void disconnect()
           
 javax.mail.Message[] receiveMessages()
           
 void setPop3Properties(java.util.Properties pop3Properties)
           
 void setUrlName(javax.mail.URLName urlName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailReceiver

public EmailReceiver()
Method Detail

setUrlName

public void setUrlName(javax.mail.URLName urlName)

setPop3Properties

public void setPop3Properties(java.util.Properties pop3Properties)

connect

public void connect()
             throws AxisFault
Throws:
AxisFault

disconnect

public void disconnect()
                throws AxisFault
Throws:
AxisFault

receiveMessages

public javax.mail.Message[] receiveMessages()
                                     throws AxisFault
Throws:
AxisFault


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