KIE Remote Services :: Common 6.2.0.Beta1
A B C D E F G H I J L N O P Q R S T U V

A

AcceptHeaders - Class in org.kie.remote.common.rest.variant
Copied from RestEasy 2.3.6.Final with very minor modifications (RestOperationException) Can be deleted when RESTEASY-960 is fixed
AcceptHeaders() - Constructor for class org.kie.remote.common.rest.variant.AcceptHeaders
 

B

badRequest(String) - Static method in exception org.kie.remote.common.exception.RestOperationException
 

C

cause - Variable in class org.kie.remote.common.jaxb.JaxbException
 
compareTo(QualityValue) - Method in class org.kie.remote.common.rest.variant.QualityValue
 
conflict(String, Exception) - Static method in exception org.kie.remote.common.exception.RestOperationException
 
convertStackTraceToString(Throwable) - Static method in class org.kie.remote.common.jaxb.JaxbException
 

D

DEFAULT - Static variable in class org.kie.remote.common.rest.variant.QualityValue
 
defaultVariant - Static variable in class org.kie.remote.common.rest.RestEasy960Util
 
DescriptiveExceptionHandler - Class in org.kie.remote.common.exception
This class makes sure that exceptions thrown as a result of REST requests are translated into a user-friendly output (with the correct REST error code) for the client.
DescriptiveExceptionHandler() - Constructor for class org.kie.remote.common.exception.DescriptiveExceptionHandler
 
doubleValue() - Method in class org.kie.remote.common.rest.variant.QualityValue
 

E

equals(Object) - Method in class org.kie.remote.common.rest.variant.QualityValue
 

F

floatValue() - Method in class org.kie.remote.common.rest.variant.QualityValue
 
forbidden(String) - Static method in exception org.kie.remote.common.exception.RestOperationException
 

G

getBestMatch(List<Variant>) - Method in class org.kie.remote.common.rest.variant.ServerDrivenNegotiation
 
getCause() - Method in class org.kie.remote.common.jaxb.JaxbException
 
getLocaleQualityValues(String) - Static method in class org.kie.remote.common.rest.variant.AcceptHeaders
Gets the locales from a comma-separated list.
getMediaTypeQualityValues(String) - Static method in class org.kie.remote.common.rest.variant.AcceptHeaders
Gets the media types from a comma-separated list.
getMessage() - Method in class org.kie.remote.common.jaxb.JaxbException
 
getOverallQuality() - Method in class org.kie.remote.common.rest.variant.VariantQuality
 
getRelativePath(UriInfo) - Static method in class org.kie.remote.common.exception.DescriptiveExceptionHandler
 
getResult() - Method in class org.kie.remote.common.jaxb.JaxbException
 
getStackTrace() - Method in class org.kie.remote.common.jaxb.JaxbException
 
getStatus() - Method in exception org.kie.remote.common.exception.RestOperationException
 
getStringQualityValues(String) - Static method in class org.kie.remote.common.rest.variant.AcceptHeaders
Gets the strings from a comma-separated list.
getValue() - Method in enum org.kie.remote.common.exception.RestOperationException.Status
 
getVariant(HttpHeaders) - Static method in class org.kie.remote.common.rest.RestEasy960Util
 

H

hashCode() - Method in class org.kie.remote.common.rest.variant.QualityValue
 
headers - Variable in class org.kie.remote.common.exception.DescriptiveExceptionHandler
 
HIGHEST - Static variable in class org.kie.remote.common.rest.variant.QualityValue
 

I

internalServerError(String) - Static method in exception org.kie.remote.common.exception.RestOperationException
 
internalServerError(String, Exception) - Static method in exception org.kie.remote.common.exception.RestOperationException
 
intValue() - Method in class org.kie.remote.common.rest.variant.QualityValue
 
isAcceptable() - Method in class org.kie.remote.common.rest.variant.QualityValue
 
isPrefered() - Method in class org.kie.remote.common.rest.variant.QualityValue
 

J

JaxbException - Class in org.kie.remote.common.jaxb
 
JaxbException() - Constructor for class org.kie.remote.common.jaxb.JaxbException
 
JaxbException(Exception, JaxbRequestStatus) - Constructor for class org.kie.remote.common.jaxb.JaxbException
 
JaxbException(String, Exception, JaxbRequestStatus) - Constructor for class org.kie.remote.common.jaxb.JaxbException
 
JaxbRequestStatus - Enum in org.kie.remote.common.jaxb
 
jsonVariant - Static variable in class org.kie.remote.common.rest.RestEasy960Util
 

L

logger - Static variable in class org.kie.remote.common.exception.DescriptiveExceptionHandler
 
longValue() - Method in class org.kie.remote.common.rest.variant.QualityValue
 
LOWEST - Static variable in class org.kie.remote.common.rest.variant.QualityValue
 

N

NOT_ACCEPTABLE - Static variable in class org.kie.remote.common.rest.variant.QualityValue
 
notFound(String) - Static method in exception org.kie.remote.common.exception.RestOperationException
 

O

org.kie.remote.common.exception - package org.kie.remote.common.exception
 
org.kie.remote.common.jaxb - package org.kie.remote.common.jaxb
 
org.kie.remote.common.rest - package org.kie.remote.common.rest
 
org.kie.remote.common.rest.variant - package org.kie.remote.common.rest.variant
 

P

prettyPrint() - Method in class org.kie.remote.common.jaxb.JaxbException
 

Q

QualityValue - Class in org.kie.remote.common.rest.variant
Copied from RestEasy 2.3.6.Final with very minor modifications (RestOperationException) Can be deleted when RESTEASY-960 is fixed

R

RestEasy960Util - Class in org.kie.remote.common.rest
This utility compensates for RESTEASY-960: https://issues.jboss.org/browse/RESTEASY-960
RestEasy960Util() - Constructor for class org.kie.remote.common.rest.RestEasy960Util
 
RestOperationException - Exception in org.kie.remote.common.exception
 
RestOperationException(String) - Constructor for exception org.kie.remote.common.exception.RestOperationException
 
RestOperationException(String, RestOperationException.Status) - Constructor for exception org.kie.remote.common.exception.RestOperationException
 
RestOperationException(String, Throwable) - Constructor for exception org.kie.remote.common.exception.RestOperationException
 
RestOperationException(String, Throwable, RestOperationException.Status) - Constructor for exception org.kie.remote.common.exception.RestOperationException
 
RestOperationException.Status - Enum in org.kie.remote.common.exception
 

S

ServerDrivenNegotiation - Class in org.kie.remote.common.rest.variant
Copied from RestEasy 2.3.6.Final with no modifications Can be deleted when RESTEASY-960 is fixed Variant selection.
ServerDrivenNegotiation() - Constructor for class org.kie.remote.common.rest.variant.ServerDrivenNegotiation
 
setAcceptCharsetHeaders(List<String>) - Method in class org.kie.remote.common.rest.variant.ServerDrivenNegotiation
 
setAcceptEncodingHeaders(List<String>) - Method in class org.kie.remote.common.rest.variant.ServerDrivenNegotiation
 
setAcceptHeaders(List<String>) - Method in class org.kie.remote.common.rest.variant.ServerDrivenNegotiation
 
setAcceptLanguageHeaders(List<String>) - Method in class org.kie.remote.common.rest.variant.ServerDrivenNegotiation
 
setCause(Exception) - Method in class org.kie.remote.common.jaxb.JaxbException
 
setCharacterSetQualityValue(QualityValue) - Method in class org.kie.remote.common.rest.variant.VariantQuality
 
setEncodingQualityValue(QualityValue) - Method in class org.kie.remote.common.rest.variant.VariantQuality
 
setLanguageQualityValue(QualityValue) - Method in class org.kie.remote.common.rest.variant.VariantQuality
 
setMediaTypeQualityValue(QualityValue) - Method in class org.kie.remote.common.rest.variant.VariantQuality
 
setMessage(String) - Method in class org.kie.remote.common.jaxb.JaxbException
 
setResult(String) - Method in class org.kie.remote.common.jaxb.JaxbException
 
setStackTrace(String) - Method in class org.kie.remote.common.jaxb.JaxbException
 
status - Variable in exception org.kie.remote.common.exception.RestOperationException
 
status - Variable in class org.kie.remote.common.jaxb.JaxbException
 

T

toResponse(Exception) - Method in class org.kie.remote.common.exception.DescriptiveExceptionHandler
 

U

uriInfo - Variable in class org.kie.remote.common.exception.DescriptiveExceptionHandler
 
url - Variable in class org.kie.remote.common.jaxb.JaxbException
 

V

valueOf(String) - Static method in enum org.kie.remote.common.exception.RestOperationException.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.remote.common.jaxb.JaxbRequestStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.kie.remote.common.rest.variant.QualityValue
 
values() - Static method in enum org.kie.remote.common.exception.RestOperationException.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.remote.common.jaxb.JaxbRequestStatus
Returns an array containing the constants of this enum type, in the order they are declared.
VariantQuality - Class in org.kie.remote.common.rest.variant
Copied from RestEasy 2.3.6.Final with no modifications Can be deleted when RESTEASY-960 is fixed A individual variant quality bean for the RVSA.
VariantQuality() - Constructor for class org.kie.remote.common.rest.variant.VariantQuality
 
variants - Static variable in class org.kie.remote.common.rest.RestEasy960Util
 

A B C D E F G H I J L N O P Q R S T U V
KIE Remote Services :: Common 6.2.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.