org.jboss.resteasy.plugins.providers.jaxb.i18n
@MessageBundle(projectCode="RESTEASY") public interface Messages
Modifier and Type | Field and Description |
---|---|
static int |
BASE |
static Messages |
MESSAGES |
static final Messages MESSAGES
static final int BASE
@Message(id=4000, value="Collection wrapping failed, expected root element name of {0} got {1}", format=MESSAGE_FORMAT) String collectionWrappingFailedLocalPart(String element, String localPart)
@Message(id=4005, value="Collection wrapping failed, expect namespace of {0} got {1}", format=MESSAGE_FORMAT) String collectionWrappingFailedNamespace(String namespace, String uri)
@Message(id=4010, value="Could not find JAXBContextFinder for media type: %s") String couldNotFindJAXBContextFinder(javax.ws.rs.core.MediaType mediaType)
@Message(id=4015, value="The method create%s() was not found in the object Factory!") String createMethodNotFound(Class<?> type)
@Message(id=4020, value="Error while trying to load schema for %s") String errorTryingToLoadSchema(String schema)
@Message(id=4025, value="Map wrapped failed, could not find map entry key attribute") String mapWrappedFailedKeyAttribute()
@Message(id=4030, value="Map wrapping failed, expected root element name of {0} got {1}", format=MESSAGE_FORMAT) String mapWrappingFailedLocalPart(String map, String localPart)
@Message(id=4035, value="Map wrapping failed, expect namespace of {0} got {1}", format=MESSAGE_FORMAT) String mapWrappingFailedNamespace(String map, String namespace)
@Message(id=4040, 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=4045, value="SecureUnmarshaller: unexpected use of unmarshal(File)") String secureUnmarshallerUnexpectedUseFile()
@Message(id=4050, value="SecureUnmarshaller: unexpected use of unmarshal(Node, Class)") String secureUnmarshallerUnexpectedUseNodeClass()
@Message(id=4055, value="SecureUnmarshaller: unexpected use of unmarshal(Reader)") String secureUnmarshallerUnexpectedUseReader()
@Message(id=4060, value="SecureUnmarshaller: unexpected use of unmarshal(Source, Class)") String secureUnmarshallerUnexpectedUseSourceClass()
@Message(id=4065, value="SecureUnmarshaller: unexpected use of unmarshal(URL)") String secureUnmarshallerUnexpectedUseURL()
@Message(id=4070, value="SecureUnmarshaller: unexpected use of unmarshal(XMLEventReader)") String secureUnmarshallerUnexpectedUseXMLEventReader()
@Message(id=4075, value="SecureUnmarshaller: unexpected use of unmarshal(XMLEventReader, Class)") String secureUnmarshallerUnexpectedUseXMLEventReaderClass()
@Message(id=4080, value="SecureUnmarshaller: unexpected use of unmarshal(XMLStreamReader)") String secureUnmarshallerUnexpectedUseXMLStreamReader()
@Message(id=4085, value="SecureUnmarshaller: unexpected use of unmarshal(XMLStreamReader, Class)") String secureUnmarshallerUnexpectedUseXMLStreamReaderClass()
@Message(id=4090, value="Unable to find JAXBContext for media type: %s") String unableToFindJAXBContext(javax.ws.rs.core.MediaType mediaType)
@Message(id=4095, value="Unable to find JAXBContext for media type: %s") String unableToFindJAXBContextFinder(javax.ws.rs.core.MediaType mediaType)
@Message(id=4100, value="A valid XmlRegistry could not be located.") String validXmlRegistryCouldNotBeLocated()
Copyright © 2016. All Rights Reserved.