Class Hierarchy
- java.lang.Object
- org.apache.cxf.interceptor.AbstractBasicInterceptorProvider (implements org.apache.cxf.interceptor.InterceptorProvider)
- org.apache.cxf.endpoint.AbstractEndpointFactory
- org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
- org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
- org.apache.cxf.jaxrs.client.AbstractClient (implements org.apache.cxf.jaxrs.client.Client)
- org.apache.cxf.jaxrs.client.ClientProxyImpl (implements java.io.Closeable, java.lang.reflect.InvocationHandler, org.apache.cxf.jaxrs.client.InvocationHandlerAware)
- org.apache.cxf.phase.AbstractPhaseInterceptor<T> (implements org.apache.cxf.phase.PhaseInterceptor<T>)
- org.apache.cxf.service.factory.AbstractServiceFactoryBean
- org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
- org.apache.cxf.microprofile.client.cdi.CDIFacade
- org.apache.cxf.microprofile.client.cdi.CDIInstantiator (implements org.apache.cxf.jaxrs.impl.ConfigurableImpl.Instantiator)
- org.apache.cxf.microprofile.client.cdi.CDIInterceptorWrapper.BasicCDIInterceptorWrapper (implements org.apache.cxf.microprofile.client.cdi.CDIInterceptorWrapper)
- org.apache.cxf.microprofile.client.cdi.CDIUtils
- org.apache.cxf.endpoint.ClientCallback (implements java.util.concurrent.Future<V>)
- org.apache.cxf.jaxrs.client.JaxrsClientCallback<T>
- org.apache.cxf.microprofile.client.config.ConfigFacade
- org.apache.cxf.jaxrs.impl.ConfigurableImpl<C> (implements java.lang.AutoCloseable, jakarta.ws.rs.core.Configurable<C>)
- org.apache.cxf.microprofile.client.CxfTypeSafeClientBuilder (implements jakarta.ws.rs.core.Configurable<C>, org.eclipse.microprofile.rest.client.RestClientBuilder)
- org.apache.cxf.microprofile.client.DefaultResponseExceptionMapper (implements org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper<T>)
- org.apache.cxf.microprofile.client.cdi.Instance<T>
- org.apache.cxf.microprofile.client.cdi.InterceptorInvoker
- org.apache.cxf.jaxrs.provider.ProviderFactory
- org.apache.cxf.microprofile.client.cdi.RestClientBean (implements jakarta.enterprise.inject.spi.Bean<T>, jakarta.enterprise.inject.spi.PassivationCapable)
- org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver
- org.apache.cxf.microprofile.client.cdi.RestClientExtension (implements jakarta.enterprise.inject.spi.Extension)
- org.apache.cxf.microprofile.client.sse.SseMessageBodyReader (implements jakarta.ws.rs.ext.MessageBodyReader<T>)
- org.apache.cxf.microprofile.client.sse.SsePublisher (implements org.reactivestreams.Publisher<T>)
- org.apache.cxf.microprofile.client.sse.SseSubscription (implements org.reactivestreams.Subscription)
- org.apache.cxf.microprofile.client.sse.SseTypeSafeProcessor<T> (implements org.reactivestreams.Processor<T,R>)
- org.apache.cxf.microprofile.client.sse.SseTypeSafeSubscription (implements org.reactivestreams.Subscription)
- org.apache.cxf.microprofile.client.Utils