Interface Messages
- All Known Implementing Classes:
Messages_$bundle
@MessageBundle(projectCode="RESTEASY")
public interface Messages
- Version:
- $Revision: 1.1 $ Copyright Aug 24, 2015
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncollectionWrappingFailedLocalPart
(String element, String localPart) collectionWrappingFailedNamespace
(String namespace, String uri) couldNotFindJAXBContextFinder
(javax.ws.rs.core.MediaType mediaType) createMethodNotFound
(Class<?> type) errorTryingToLoadSchema
(String schema) mapWrappingFailedLocalPart
(String map, String localPart) mapWrappingFailedNamespace
(String map, String namespace) unableToFindJAXBContext
(javax.ws.rs.core.MediaType mediaType)
-
Field Details
-
MESSAGES
-
BASE
static final int BASE- See Also:
-
-
Method Details
-
collectionWrappingFailedLocalPart
-
collectionWrappingFailedNamespace
-
couldNotFindJAXBContextFinder
@Message(id=6510, value="Could not find JAXBContextFinder for media type: %s") String couldNotFindJAXBContextFinder(javax.ws.rs.core.MediaType mediaType) -
createMethodNotFound
-
errorTryingToLoadSchema
-
mapWrappedFailedKeyAttribute
@Message(id=6525, value="Map wrapped failed, could not find map entry key attribute") String mapWrappedFailedKeyAttribute() -
mapWrappingFailedLocalPart
-
mapWrappingFailedNamespace
-
namespacePrefixMapperNotInClassPath
@Message(id=6540, value="com.sun.xml.bind.marshaller.NamespacePrefixMapper is not in your classpath. You need to use the JAXB RI for the prefix mapping feature") String namespacePrefixMapperNotInClassPath() -
unexpectedUse
-
unableToFindJAXBContext
@Message(id=6550, value="Unable to find JAXBContext for media type: %s") String unableToFindJAXBContext(javax.ws.rs.core.MediaType mediaType) -
validXmlRegistryCouldNotBeLocated
@Message(id=6555, value="A valid XmlRegistry could not be located.") String validXmlRegistryCouldNotBeLocated()
-