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
FieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddCxfProvider(JAXRSClientFactoryBean factory, Object provider) protected ClientvoidsetApplicationContext(org.springframework.context.ApplicationContext ac) protected abstract voidsetJaxrsResources(JAXRSClientFactoryBean factory)
-
Field Details
-
context
protected org.springframework.context.ApplicationContext context
-
-
Constructor Details
-
AbstractJaxRsClientConfiguration
public AbstractJaxRsClientConfiguration()
-
-
Method Details
-
createClient
-
addCxfProvider
-
setJaxrsResources
-
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
-