org.apache.cxf.jaxrs.spring
Class AbstractSpringConfigurationFactory
java.lang.Object
org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.jaxrs.spring.AbstractSpringConfigurationFactory
- All Implemented Interfaces:
- InterceptorProvider, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
- Direct Known Subclasses:
- AbstractSpringComponentScanServer
@Import(value=JaxRsConfig.class)
public abstract class AbstractSpringConfigurationFactory
- extends AbstractBasicInterceptorProvider
- implements org.springframework.context.ApplicationContextAware
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
applicationContext
protected org.springframework.context.ApplicationContext applicationContext
AbstractSpringConfigurationFactory
public AbstractSpringConfigurationFactory()
createJaxRsServer
protected Server createJaxRsServer()
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext ac)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
setRootResources
protected abstract void setRootResources(JAXRSServerFactoryBean factory)
getJaxrsProviders
protected List<Object> getJaxrsProviders()
getFeatures
protected List<Feature> getFeatures()
getAddress
protected String getAddress()
getTransportId
protected String getTransportId()
finalizeFactorySetup
protected void finalizeFactorySetup(JAXRSServerFactoryBean factory)
Apache CXF