Interface Messages
-
- All Known Implementing Classes:
Messages_$bundle
@MessageBundle(projectCode="RESTEASY") public interface Messages
- Version:
- $Revision: 1.1 $ Copyright October 2, 2014
- Author:
- Ron Sigal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
consructorMustBeCalled()
String
unableToFindJAXBContext(javax.ws.rs.core.MediaType mediaType)
String
unableToMarshal(javax.ws.rs.core.MediaType mediaType)
String
unableToUnmarshal(javax.ws.rs.core.MediaType mediaType)
-
-
-
Field Detail
-
MESSAGES
static final Messages MESSAGES
-
BASE
static final int BASE
- See Also:
- Constant Field Values
-
-
Method Detail
-
consructorMustBeCalled
@Message(id=5000, value="This constructor must be called in the context of a JAX-RS request") String consructorMustBeCalled()
-
unableToFindJAXBContext
@Message(id=5005, value="Unable to find JAXBContext for media type: %s") String unableToFindJAXBContext(javax.ws.rs.core.MediaType mediaType)
-
unableToMarshal
@Message(id=5010, value="Unable to marshal: %s") String unableToMarshal(javax.ws.rs.core.MediaType mediaType)
-
unableToUnmarshal
@Message(id=5015, value="Unable to unmarshal: %s") String unableToUnmarshal(javax.ws.rs.core.MediaType mediaType)
-
-