org.codehaus.enunciate.modules.jersey.response
Interface HasStatusMessage

All Known Implementing Classes:
StatusMessageResponse

public interface HasStatusMessage

An interface for marking responses that have status messages (along with just the status code);

Author:
Ryan Heaton

Method Summary
 java.lang.String getStatusMessage()
          The status message.
 

Method Detail

getStatusMessage

java.lang.String getStatusMessage()
The status message.

Returns:
The status message.