org.apache.axis2.transport.mail
Class EmailReceiver

java.lang.Object
  extended byorg.apache.axis2.transport.mail.EmailReceiver

public class EmailReceiver
extends Object


Constructor Summary
EmailReceiver(String user, String host, String popPort, String password)
           
 
Method Summary
 void connect()
           
 void disconnect()
           
 javax.mail.Message[] receive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailReceiver

public EmailReceiver(String user,
                     String host,
                     String popPort,
                     String password)
              throws AxisFault
Method Detail

connect

public void connect()
             throws AxisFault
Throws:
AxisFault

disconnect

public void disconnect()
                throws AxisFault
Throws:
AxisFault

receive

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