net.sf.wallace.messages
Class AbstractMessage

java.lang.Object
  extended by net.sf.wallace.messages.AbstractMessage
All Implemented Interfaces:
ClientMessage
Direct Known Subclasses:
AuthenticateMessage, CapabilityMessage, CheckMessage, CloseMessage, CopyMessage, ExpungeMessage, FetchMessage, LoginMessage, LogoutMessage, MailboxMessage, NoopMessage, RenameMessage, SearchMessage, StartTlsMessage, StatusMessage, StoreMessage, UidMessage

public abstract class AbstractMessage
extends Object
implements ClientMessage

The base class for all IMAP4 client commands.

Author:
rnewson

Constructor Summary
AbstractMessage()
           
 
Method Summary
 String getTag()
          Get the IMAP4 tag identifier for this message.
 void setTag(String newTag)
          Set the IMAP4 tag identifier for this message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.wallace.ClientMessage
getCommand
 

Constructor Detail

AbstractMessage

public AbstractMessage()
Method Detail

setTag

public final void setTag(String newTag)
Description copied from interface: ClientMessage
Set the IMAP4 tag identifier for this message.

Specified by:
setTag in interface ClientMessage

getTag

public final String getTag()
Description copied from interface: ClientMessage
Get the IMAP4 tag identifier for this message.

Specified by:
getTag in interface ClientMessage
Returns:


Copyright © 2004-2005 Robert Newson. All Rights Reserved.