@MessageBundle(projectCode="RESTEASY")
public interface Messages
Modifier and Type | Field and Description |
---|---|
static int |
BASE |
static Messages |
MESSAGES |
Modifier and Type | Method and Description |
---|---|
String |
consructorMustBeCalled() |
String |
unableToFindJAXBContext(MediaType mediaType) |
String |
unableToMarshal(MediaType mediaType) |
String |
unableToUnmarshal(MediaType mediaType) |
static final Messages MESSAGES
static final int BASE
@Message(id=5000, value="This constructor must be called in the context of a JAX-RS request") String consructorMustBeCalled()
@Message(id=5005, value="Unable to find JAXBContext for media type: %s") String unableToFindJAXBContext(MediaType mediaType)
@Message(id=5010, value="Unable to marshal: %s") String unableToMarshal(MediaType mediaType)
Copyright © 2016 JBoss by Red Hat. All rights reserved.