org.w3c.tools.resources
Interface ReplyInterface

All Known Implementing Classes:
DAVReply, Reply

public interface ReplyInterface


Method Summary
 void setContent(java.lang.String content)
          Set this reply content.
 

Method Detail

setContent

void setContent(java.lang.String content)
Set this reply content. This method allows to set the reply content to a simple String instance.

Parameters:
content - The reply content.