Interface Messages
- All Known Implementing Classes:
Messages_$bundle
@MessageBundle(projectCode="RESTEASY")
public interface Messages
- Version:
- $Revision: 1.1 $ Copyright Aug 26, 2015
- Author:
- Ron Sigal
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptioncanOnlySetOneLinkHeaderParam
(String className, String methodName) clientProxyFor
(String className) couldNotCreateURL
(String uri, String className, String methodName) couldNotDeleteFile
(String path) couldNotFindMethod
(Method method) couldNotProcessMethod
(Method method) entityAlreadyRead
(Class<?> clazz) failedOnRegisteringClass
(String className) failedToBufferAbortedResponseNoWriter
(jakarta.ws.rs.core.MediaType mediaType, String className) invalidClientBuilderConfiguration
(Class<?> found, Class<?> expected) mustSetLinkHeaderParam
(String className, String methodName) mustUseExactlyOneHttpMethod
(String methodName) jakarta.ws.rs.client.ResponseProcessingException
noContentTypeFound
(jakarta.ws.rs.core.Response response) nullParameter
(String annotation) resteasyClientProxyFor
(String className) unableToInstantiate
(Class<?> clazz)
-
Field Details
-
MESSAGES
-
BASE
static final int BASE- See Also:
-
-
Method Details
-
canOnlySetOneLinkHeaderParam
-
cannotSetFormParameter
@Message(id=4505, value="Cannot set a form parameter if entity body already set") String cannotSetFormParameter() -
clientIsClosed
-
clientProxyFor
-
couldNotCreateURL
-
couldNotDeleteFile
-
couldNotFindMethod
-
couldNotProcessMethod
-
doesNotSpecifyTypeParameter
@Message(id=4540, value="%s does not specify the type parameter T of GenericType<T>") String doesNotSpecifyTypeParameter(TypeVariable<?> var) -
entityAlreadyRead
-
failedOnRegisteringClass
-
failedToBufferAbortedResponse
-
failedToBufferAbortedResponseNoWriter
-
getRequestCannotHaveBody
-
inputStreamWasEmpty
-
linkWasNull
-
methodWasNull
-
mustDefineConsumesType
@Message(id=4590, value="You must define a @Consumes type on your client method or interface, or supply a default") String mustDefineConsumesType() -
mustSetLinkHeaderParam
-
mustUseExactlyOneHttpMethod
-
nameWasNull
-
noTypeInformation
@Message(id=4610, value="No type information to extract entity with. You use other getEntity() methods") String noTypeInformation() -
parametersWasNull
-
pathWasNull
-
pleaseConsiderUnpdating
@Message(id=4623, value="Please consider updating the version of Apache HttpClient being used. Version 4.3.6+ is recommended.") String pleaseConsiderUnpdating() -
proxyInterfaceWasNull
-
resourceWasNull
-
resteasyClientProxyFor
-
streamIsClosed
-
templateValuesEntryWasNull
-
templateValuesWasNull
-
unableToInstantiate
-
unableToInvokeRequest
-
uriBuilderWasNull
-
uriWasNull
-
valueWasNull
-
couldNotCloseHttpResponse
-
unableToSetHttpProxy
-
nullParameter
-
unableToLoadClientConfigProviderConfiguration
@Message(id=4691, value="Unable to load ClientConfigProvider configuration because uri is null") String unableToLoadClientConfigProviderConfiguration() -
streamNotClosed
@Message(id=4692, value="Stream has not been closed. Cannot create input stream from %s.") IllegalStateException streamNotClosed(OutputStream out) -
alreadyExported
@Message(id=4693, value="The stream has already been exported.") Supplier<IllegalStateException> alreadyExported() -
noContentTypeFound
@Message(id=4694, value="No content type found in response. Cannot extract the response value.") @Signature(messageIndex=1, value={jakarta.ws.rs.core.Response.class,String.class}) jakarta.ws.rs.client.ResponseProcessingException noContentTypeFound(@Param jakarta.ws.rs.core.Response response) -
invalidClientBuilderConfiguration
@Message(id=4695, value="Expected type %s, but found type %s for the configuration.") IllegalStateException invalidClientBuilderConfiguration(Class<?> found, Class<?> expected)
-