Uses of Class
org.wso2.msf4j.client.exception.RestServiceException
-
Packages that use RestServiceException Package Description org.wso2.msf4j.client.codec -
-
Uses of RestServiceException in org.wso2.msf4j.client.codec
Classes in org.wso2.msf4j.client.codec with type parameters of type RestServiceException Modifier and Type Class Description classRestErrorResponseMapper<T extends RestServiceException>Interface for returning the key of typeStringfrom REST service error response to instantiate the corresponding interfaceConstructor parameters in org.wso2.msf4j.client.codec with type arguments of type RestServiceException Constructor Description DefaultErrorDecoder(java.util.Map<java.lang.String,java.lang.Class<? extends RestServiceException>> errorResponseMappers)
-