Class AbstractJaxRsClientConfiguration
- java.lang.Object
-
- org.apache.cxf.jaxrs.client.spring.AbstractJaxRsClientConfiguration
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
- Direct Known Subclasses:
JaxRsProxyClientConfiguration,JaxRsWebClientConfiguration
@Import(org.apache.cxf.jaxrs.spring.JaxRsConfig.class) @ComponentScan(includeFilters=) public abstract class AbstractJaxRsClientConfiguration extends Object implements org.springframework.context.ApplicationContextAware
-
-
Field Summary
Fields Modifier and Type Field Description protected org.springframework.context.ApplicationContextcontext
-
Constructor Summary
Constructors Constructor Description AbstractJaxRsClientConfiguration()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voidaddCxfProvider(JAXRSClientFactoryBean factory, Object provider)protected ClientcreateClient()voidsetApplicationContext(org.springframework.context.ApplicationContext ac)protected abstract voidsetJaxrsResources(JAXRSClientFactoryBean factory)
-
-
-
Method Detail
-
createClient
protected Client createClient()
-
addCxfProvider
protected void addCxfProvider(JAXRSClientFactoryBean factory, Object provider)
-
setJaxrsResources
protected abstract void setJaxrsResources(JAXRSClientFactoryBean factory)
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext ac) throws org.springframework.beans.BeansException- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
-