Interface Messages
- All Known Implementing Classes:
Messages_$bundle
@MessageBundle(projectCode="RESTEASY")
public interface Messages
- Version:
- $Revision: 1.1 $ Copyright Aug 24, 2015
- Author:
- Ron Sigal
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptioncollectionWrappingFailedLocalPart
(String element, String localPart) collectionWrappingFailedNamespace
(String namespace, String uri) jakarta.xml.bind.PropertyException
couldNotAddProperty
(String name, Object value) jakarta.xml.bind.PropertyException
couldNotAddProperty
(String first, String second, Object value) couldNotFindJAXBContextFinder
(jakarta.ws.rs.core.MediaType mediaType) couldNotFindUsersJAXBContext
(jakarta.ws.rs.core.MediaType mediaType) jakarta.xml.bind.PropertyException
couldNotGetProperty
(String name) jakarta.xml.bind.PropertyException
couldNotGetProperty
(String first, String second) createMethodNotFound
(Class<?> type) errorTryingToLoadSchema
(String schema) mapWrappingFailedLocalPart
(String map, String localPart) mapWrappingFailedNamespace
(String map, String namespace) jakarta.xml.bind.JAXBException
unableToFindJAXBContext
(jakarta.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(jakarta.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="Could not create NamespacePrefixMapper. You need to use the JAXB RI for the prefix mapping feature") jakarta.xml.bind.JAXBException namespacePrefixMapperNotInClassPath(@Cause Throwable cause) -
unexpectedUse
-
unableToFindJAXBContext
@Message(id=6550, value="Unable to find JAXBContext for media type: %s") String unableToFindJAXBContext(jakarta.ws.rs.core.MediaType mediaType) -
validXmlRegistryCouldNotBeLocated
@Message(id=6555, value="A valid XmlRegistry could not be located.") String validXmlRegistryCouldNotBeLocated() -
couldNotFindUsersJAXBContext
@Message(id=6560, value="Could not find user's JAXBContext implementation for media type: %s") String couldNotFindUsersJAXBContext(jakarta.ws.rs.core.MediaType mediaType) -
couldNotAddProperty
-
couldNotAddProperty
-
couldNotGetProperty
-
couldNotGetProperty
@Message("Could not get property %s.") jakarta.xml.bind.PropertyException couldNotGetProperty(String name)
-