Class JaxRsWebClientConfiguration
- java.lang.Object
-
- org.apache.cxf.jaxrs.client.spring.AbstractJaxRsClientConfiguration
-
- org.apache.cxf.jaxrs.client.spring.JaxRsWebClientConfiguration
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class JaxRsWebClientConfiguration extends AbstractJaxRsClientConfiguration
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.jaxrs.client.spring.AbstractJaxRsClientConfiguration
context
-
-
Constructor Summary
Constructors Constructor Description JaxRsWebClientConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ClientjaxRsWebClient()protected voidsetJaxrsResources(JAXRSClientFactoryBean factory)-
Methods inherited from class org.apache.cxf.jaxrs.client.spring.AbstractJaxRsClientConfiguration
addCxfProvider, createClient, setApplicationContext
-
-
-
-
Method Detail
-
jaxRsWebClient
@Bean protected Client jaxRsWebClient()
-
setJaxrsResources
protected void setJaxrsResources(JAXRSClientFactoryBean factory)
- Specified by:
setJaxrsResourcesin classAbstractJaxRsClientConfiguration
-
-