Interface Messages
@MessageBundle(projectCode="RESTEASY")
public interface Messages
- Version:
- $Revision: 1.1 $ Copyright Aug 26, 2015
-
Field Summary
Fields -
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(javax.ws.rs.core.MediaType mediaType, String className) mustSetLinkHeaderParam(String className, String methodName) mustUseExactlyOneHttpMethod(String methodName) resteasyClientProxyFor(String className)
-
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
-
hostnameVerificationFailure
-
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
-
unableToInvokeRequest
-
uriBuilderWasNull
-
uriWasNull
-
valueWasNull
-
verificationPathNotImplemented
@Message(id=4675, value="This verification path not implemented") String verificationPathNotImplemented()
-