Uses of Class
org.apache.syncope.client.lib.RestClientExceptionMapper
-
Packages that use RestClientExceptionMapper Package Description org.apache.syncope.client.lib -
-
Uses of RestClientExceptionMapper in org.apache.syncope.client.lib
Fields in org.apache.syncope.client.lib declared as RestClientExceptionMapper Modifier and Type Field Description protected RestClientExceptionMapperSyncopeClient. exceptionMapperMethods in org.apache.syncope.client.lib that return RestClientExceptionMapper Modifier and Type Method Description protected static RestClientExceptionMapperSyncopeClientFactoryBean. defaultExceptionMapper()RestClientExceptionMapperSyncopeClientFactoryBean. getExceptionMapper()Methods in org.apache.syncope.client.lib with parameters of type RestClientExceptionMapper Modifier and Type Method Description SyncopeClientFactoryBeanSyncopeClientFactoryBean. setExceptionMapper(RestClientExceptionMapper exceptionMapper)Constructors in org.apache.syncope.client.lib with parameters of type RestClientExceptionMapper Constructor Description SyncopeAnonymousClient(javax.ws.rs.core.MediaType mediaType, org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean restClientFactory, RestClientExceptionMapper exceptionMapper, AnonymousAuthenticationHandler anonymousAuthHandler, boolean useCompression, org.apache.cxf.transports.http.configuration.HTTPClientPolicy httpClientPolicy, TLSClientParameters tlsClientParameters)SyncopeClient(javax.ws.rs.core.MediaType mediaType, org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean restClientFactory, RestClientExceptionMapper exceptionMapper, AuthenticationHandler authHandler, boolean useCompression, org.apache.cxf.transports.http.configuration.HTTPClientPolicy httpClientPolicy, TLSClientParameters tlsClientParameters)
-