net.sf.wallace
Interface ClientMessage

All Known Implementing Classes:
AbstractMessage, AppendMessage, AuthenticateMessage, CapabilityMessage, CheckMessage, CloseMessage, CopyMessage, CreateMessage, DeleteMessage, ExamineMessage, ExpungeMessage, FetchMessage, ListMessage, LoginMessage, LogoutMessage, LsubMessage, MailboxMessage, NoopMessage, RenameMessage, SearchMessage, SelectMessage, StartTlsMessage, StatusMessage, StoreMessage, SubscribeMessage, UidMessage, UnsubscribeMessage

public interface ClientMessage

A message from an IMAP4 client.

Author:
rnewson

Method Summary
 Command getCommand()
          Return a command object capable of processing this message.
 String getTag()
          Get the IMAP4 tag identifier for this message.
 void setTag(String newTag)
          Set the IMAP4 tag identifier for this message.
 

Method Detail

getCommand

Command getCommand()
Return a command object capable of processing this message. This is generally implemented as an inner class. If so, care must be taken to use the client message parameter, and not access the outer Message instance.

Returns:

getTag

String getTag()
Get the IMAP4 tag identifier for this message.

Returns:

setTag

void setTag(String newTag)
Set the IMAP4 tag identifier for this message.

Parameters:
newTag -


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