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
    • Method Detail

      • collectionWrappingFailedLocalPart

        @Message(id=6500,
                 value="Collection wrapping failed, expected root element name of {0} got {1}",
                 format=MESSAGE_FORMAT)
        String collectionWrappingFailedLocalPart​(String element,
                                                 String localPart)
      • collectionWrappingFailedNamespace

        @Message(id=6505,
                 value="Collection wrapping failed, expect namespace of {0} got {1}",
                 format=MESSAGE_FORMAT)
        String collectionWrappingFailedNamespace​(String namespace,
                                                 String uri)
      • couldNotFindJAXBContextFinder

        @Message(id=6510,
                 value="Could not find JAXBContextFinder for media type: %s")
        String couldNotFindJAXBContextFinder​(jakarta.ws.rs.core.MediaType mediaType)
      • createMethodNotFound

        @Message(id=6515,
                 value="The method create%s() was not found in the object Factory!")
        String createMethodNotFound​(Class<?> type)
      • errorTryingToLoadSchema

        @Message(id=6520,
                 value="Error while trying to load schema for %s")
        String errorTryingToLoadSchema​(String schema)
      • mapWrappedFailedKeyAttribute

        @Message(id=6525,
                 value="Map wrapped failed, could not find map entry key attribute")
        String mapWrappedFailedKeyAttribute()
      • mapWrappingFailedLocalPart

        @Message(id=6530,
                 value="Map wrapping failed, expected root element name of {0} got {1}",
                 format=MESSAGE_FORMAT)
        String mapWrappingFailedLocalPart​(String map,
                                          String localPart)
      • mapWrappingFailedNamespace

        @Message(id=6535,
                 value="Map wrapping failed, expect namespace of {0} got {1}",
                 format=MESSAGE_FORMAT)
        String mapWrappingFailedNamespace​(String map,
                                          String namespace)
      • 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

        @Message(id=6545,
                 value="SecureUnmarshaller: unexpected use of unmarshal(%s)")
        String unexpectedUse​(String s)
      • 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

        @Message(id=6570,
                 value="Could not add property %s or renamed %s with value %s.")
        jakarta.xml.bind.PropertyException couldNotAddProperty​(String first,
                                                               String second,
                                                               Object value)
      • couldNotAddProperty

        @Message("Could not add property %s  with value %s.")
        jakarta.xml.bind.PropertyException couldNotAddProperty​(String name,
                                                               Object value)
      • couldNotGetProperty

        @Message(id=6571,
                 value="Could not get property %s or renamed %s.")
        jakarta.xml.bind.PropertyException couldNotGetProperty​(String first,
                                                               String second)
      • couldNotGetProperty

        @Message("Could not get property %s.")
        jakarta.xml.bind.PropertyException couldNotGetProperty​(String name)