net.sf.xbus.technical.mail
Class POP3Receiver

java.lang.Object
  extended by net.sf.xbus.technical.mail.POP3XMLReceiver
      extended by net.sf.xbus.technical.mail.POP3Receiver
All Implemented Interfaces:
TAResource, Receiver, ReceiverSingleInterface

public class POP3Receiver
extends POP3XMLReceiver
implements TAResource, Receiver, ReceiverSingleInterface

TODO Kommentierung


Field Summary
 
Fields inherited from class net.sf.xbus.technical.mail.POP3XMLReceiver
mFolder, mMessage
 
Constructor Summary
POP3Receiver()
           
 
Method Summary
protected  java.lang.Object getRequestContent(java.lang.String system)
          getRequestContent delivers the content of the request.
 java.lang.String getType()
          A Receiver can receive data either as a String or as an Object from a neighboring system.
 
Methods inherited from class net.sf.xbus.technical.mail.POP3XMLReceiver
close, closeFolder, commit, deleteMail, doReceive, getAddress, getOnError, getReturncode, open, readConfiguration, receive, rollback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.xbus.base.core.TAResource
close, commit, open, rollback
 
Methods inherited from interface net.sf.xbus.technical.ReceiverSingleInterface
receive
 

Constructor Detail

POP3Receiver

public POP3Receiver()
Method Detail

getRequestContent

protected java.lang.Object getRequestContent(java.lang.String system)
                                      throws XException
Description copied from class: POP3XMLReceiver
getRequestContent delivers the content of the request. Subclasses may define their own request content.

Overrides:
getRequestContent in class POP3XMLReceiver
Returns:
the interface file content as String but casted to Object for compliance reasons
Throws:
XException

getType

public java.lang.String getType()
Description copied from interface: Receiver
A Receiver can receive data either as a String or as an Object from a neighboring system.

Specified by:
getType in interface Receiver
Overrides:
getType in class POP3XMLReceiver