Apache CXF API

Uses of Package
org.apache.cxf.jaxrs.client

Packages that use org.apache.cxf.jaxrs.client
org.apache.cxf.jaxrs.client   
org.apache.cxf.jaxrs.features.clustering   
org.apache.cxf.jaxrs.provider   
org.apache.cxf.jaxrs.spring   
 

Classes in org.apache.cxf.jaxrs.client used by org.apache.cxf.jaxrs.client
AbstractClient
          Common proxy and http-centric client implementation
Client
          Represents common proxy and http-centric client capabilities
ClientConfiguration
          Represents the configuration of the current proxy or WebClient.
ClientState
          Represents the client state : - baseURI - current uri builder - current requestHeaders - current template parameters map - last response
InvocationHandlerAware
          Utility interface which helps to retrieve the invocation handler from a CGLIB proxy
LocalClientState
          Keeps the client state such as the baseURI, currentURI, requestHeaders, current response
WebClient
          Http-centric web client
 

Classes in org.apache.cxf.jaxrs.client used by org.apache.cxf.jaxrs.features.clustering
ClientConfiguration
          Represents the configuration of the current proxy or WebClient.
 

Classes in org.apache.cxf.jaxrs.client used by org.apache.cxf.jaxrs.provider
ResponseExceptionMapper
          Converts Response to checked or runtime Exception
 

Classes in org.apache.cxf.jaxrs.client used by org.apache.cxf.jaxrs.spring
JAXRSClientFactoryBean
           
 


Apache CXF API

Apache CXF