@Import(value=JaxRsConfig.class) public abstract class AbstractSpringConfigurationFactory extends org.apache.cxf.interceptor.AbstractBasicInterceptorProvider implements org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
| Constructor and Description |
|---|
AbstractSpringConfigurationFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.cxf.endpoint.Server |
createJaxRsServer() |
protected void |
finalizeFactorySetup(JAXRSServerFactoryBean factory) |
protected String |
getAddress() |
List<org.apache.cxf.feature.Feature> |
getFeatures() |
protected List<Object> |
getJaxrsProviders() |
protected String |
getTransportId() |
void |
setApplicationContext(org.springframework.context.ApplicationContext ac) |
protected abstract void |
setJaxrsResources(JAXRSServerFactoryBean factory) |
protected org.springframework.context.ApplicationContext applicationContext
protected org.apache.cxf.endpoint.Server createJaxRsServer()
public void setApplicationContext(org.springframework.context.ApplicationContext ac)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionprotected abstract void setJaxrsResources(JAXRSServerFactoryBean factory)
public List<org.apache.cxf.feature.Feature> getFeatures()
protected String getAddress()
protected String getTransportId()
protected void finalizeFactorySetup(JAXRSServerFactoryBean factory)
Apache CXF