@Import(value=JaxRsConfig.class) @ComponentScan(includeFilters=) public abstract class AbstractJaxRsClientConfiguration extends Object implements org.springframework.context.ApplicationContextAware
Modifier and Type | Field and Description |
---|---|
protected org.springframework.context.ApplicationContext |
context |
Constructor and Description |
---|
AbstractJaxRsClientConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected void |
addCxfProvider(JAXRSClientFactoryBean factory,
Object provider) |
protected Client |
createClient() |
void |
setApplicationContext(org.springframework.context.ApplicationContext ac) |
protected abstract void |
setJaxrsResources(JAXRSClientFactoryBean factory) |
protected Client createClient()
protected void addCxfProvider(JAXRSClientFactoryBean factory, Object provider)
protected abstract void setJaxrsResources(JAXRSClientFactoryBean factory)
public void setApplicationContext(org.springframework.context.ApplicationContext ac) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
Apache CXF