|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xbus.technical.mail.POP3XMLReceiver net.sf.xbus.technical.mail.POP3Receiver
public class POP3Receiver
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 |
---|
public POP3Receiver()
Method Detail |
---|
protected java.lang.Object getRequestContent(java.lang.String system) throws XException
POP3XMLReceiver
getRequestContent
delivers the content of the request.
Subclasses may define their own request content.
getRequestContent
in class POP3XMLReceiver
String
but casted to
Object
for compliance reasons
XException
public java.lang.String getType()
Receiver
Receiver
can receive data either as a
String
or as an Object
from a neighboring
system.Strings
, getType
returns Constants.TYPE_TEXT
Objects
, getType
returns Constants.TYPE_OBJECT
getType
in interface Receiver
getType
in class POP3XMLReceiver
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |