org.apache.cxf.jaxrs.spring
Class AbstractSpringComponentScanServer
java.lang.Object
org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.jaxrs.spring.AbstractSpringConfigurationFactory
org.apache.cxf.jaxrs.spring.AbstractSpringComponentScanServer
- All Implemented Interfaces:
- InterceptorProvider, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
- Direct Known Subclasses:
- SpringComponentScanServer
@ComponentScan(includeFilters=)
public abstract class AbstractSpringComponentScanServer
- extends AbstractSpringConfigurationFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSpringComponentScanServer
public AbstractSpringComponentScanServer()
setRootResources
protected void setRootResources(JAXRSServerFactoryBean factory)
- Specified by:
setRootResources
in class AbstractSpringConfigurationFactory
isAnnotationAvailable
protected <A extends Annotation> boolean isAnnotationAvailable(String beanName,
Class<A> annClass)
checkJaxrsProviders
protected boolean checkJaxrsProviders()
checkJaxrsRoots
protected boolean checkJaxrsRoots()
getResourceProviders
protected List<ResourceProvider> getResourceProviders()
getJaxrsProviders
protected List<Object> getJaxrsProviders()
- Overrides:
getJaxrsProviders
in class AbstractSpringConfigurationFactory
Apache CXF