Interface Messages
- All Known Implementing Classes:
Messages_$bundle
@MessageBundle(projectCode="RESTEASY")
public interface Messages
- Version:
- $Revision: 1.1 $ Copyright Aug 25, 2015
- Author:
- Ron Sigal
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptioncouldNotParseContentDisposition
(org.apache.james.mime4j.stream.Field field) hadToWriteMultipartOutput
(MultipartOutput multipartOutput, AbstractMultipartWriter writer, Class<?> clazz) noAttachmentFound
(String cid, String contentId) nullParameter
(String name) receivedGenericType
(jakarta.ws.rs.ext.MessageBodyReader<?> reader, Type genericType, Class<?> clazz) unableToFindMessageBodyReader
(jakarta.ws.rs.core.MediaType mediaType, String type)
-
Field Details
-
MESSAGES
-
BASE
static final int BASE- See Also:
-
-
Method Details
-
couldFindNoContentDispositionHeader
@Message(id=7500, value="Could find no Content-Disposition header within part") String couldFindNoContentDispositionHeader() -
couldNotParseContentDisposition
@Message(id=7505, value="Could not parse Content-Disposition for MultipartFormData: {0}", format=MESSAGE_FORMAT) String couldNotParseContentDisposition(org.apache.james.mime4j.stream.Field field) -
dataSourceRepresentsXopMessagePart
@Message(id=7510, value="This DataSource represents an incoming xop message part. Getting an OutputStream on it is not allowed.") String dataSourceRepresentsXopMessagePart() -
exceptionWhileExtractionAttachment
-
hadToWriteMultipartOutput
@Message(id=7520, value="Had to write out multipartoutput = {0} with writer = {1} but this writer can only handle {2}", format=MESSAGE_FORMAT) String hadToWriteMultipartOutput(MultipartOutput multipartOutput, AbstractMultipartWriter writer, Class<?> clazz) -
noAttachmentFound
-
notMeantForStandaloneUsage
@Message(id=7530, value="This provider and this method are not meant for stand alone usage.") String notMeantForStandaloneUsage() -
receivedGenericType
-
swaRefsNotSupported
-
unableToFindMessageBodyReader
-
unableToGetBoundary
-
urlDecoderDoesNotSupportUtf8
@Message(id=7555, value="java.net.URLDecoder does not support UTF-8 encoding") String urlDecoderDoesNotSupportUtf8() -
urlEncoderDoesNotSupportUtf8
@Message(id=7560, value="java.net.URLEncoder does not support UTF-8 encoding") String urlEncoderDoesNotSupportUtf8() -
nullParameter
-
getContentAlreadyInvoked
@Message(id=7566, value="Cannot invoke EntityPart.getContent more than once.") IllegalStateException getContentAlreadyInvoked()
-