@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 |
collectionWrappingFailedLocalPart(String element,
String localPart) |
String |
collectionWrappingFailedNamespace(String namespace,
String uri) |
String |
couldNotFindJAXBContextFinder(MediaType mediaType) |
String |
couldNotFindUsersJAXBContext(MediaType mediaType) |
String |
createMethodNotFound(Class<?> type) |
String |
errorTryingToLoadSchema(String schema) |
String |
mapWrappedFailedKeyAttribute() |
String |
mapWrappingFailedLocalPart(String map,
String localPart) |
String |
mapWrappingFailedNamespace(String map,
String namespace) |
String |
namespacePrefixMapperNotInClassPath() |
String |
unableToFindJAXBContext(MediaType mediaType) |
String |
unexpectedUse(String s) |
String |
validXmlRegistryCouldNotBeLocated() |
static final Messages MESSAGES
static final int BASE
@Message(id=6500, value="Collection wrapping failed, expected root element name of {0} got {1}", format=MESSAGE_FORMAT) String collectionWrappingFailedLocalPart(String element, String localPart)
@Message(id=6505, value="Collection wrapping failed, expect namespace of {0} got {1}", format=MESSAGE_FORMAT) String collectionWrappingFailedNamespace(String namespace, String uri)
@Message(id=6510, value="Could not find JAXBContextFinder for media type: %s") String couldNotFindJAXBContextFinder(MediaType mediaType)
@Message(id=6515, value="The method create%s() was not found in the object Factory!") String createMethodNotFound(Class<?> type)
@Message(id=6520, value="Error while trying to load schema for %s") String errorTryingToLoadSchema(String schema)
@Message(id=6525, value="Map wrapped failed, could not find map entry key attribute") String mapWrappedFailedKeyAttribute()
@Message(id=6530, value="Map wrapping failed, expected root element name of {0} got {1}", format=MESSAGE_FORMAT) String mapWrappingFailedLocalPart(String map, String localPart)
@Message(id=6535, value="Map wrapping failed, expect namespace of {0} got {1}", format=MESSAGE_FORMAT) String mapWrappingFailedNamespace(String map, String namespace)
@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()
@Message(id=6545, value="SecureUnmarshaller: unexpected use of unmarshal(%s)") String unexpectedUse(String s)
@Message(id=6550, value="Unable to find JAXBContext for media type: %s") String unableToFindJAXBContext(MediaType mediaType)
@Message(id=6555, value="A valid XmlRegistry could not be located.") String validXmlRegistryCouldNotBeLocated()
Copyright © 2021 JBoss by Red Hat. All rights reserved.