Package org.apache.cxf.jaxrs.spring
Class SpringComponentScanServer
- java.lang.Object
-
- org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
-
- org.apache.cxf.jaxrs.spring.AbstractSpringConfigurationFactory
-
- org.apache.cxf.jaxrs.spring.AbstractSpringComponentScanServer
-
- org.apache.cxf.jaxrs.spring.SpringComponentScanServer
-
- All Implemented Interfaces:
InterceptorProvider,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class SpringComponentScanServer extends AbstractSpringComponentScanServer
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.jaxrs.spring.AbstractSpringConfigurationFactory
applicationContext
-
-
Constructor Summary
Constructors Constructor Description SpringComponentScanServer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerjaxRsServer()-
Methods inherited from class org.apache.cxf.jaxrs.spring.AbstractSpringComponentScanServer
addCxfProvider, addCxfProvidersFromClasses, createFactoryBeanFromApplication, createJaxRsServer, getFeatures, getJaxrsProviders, getResourceProviders, isAnnotationAvailable, isComponentMatched, isValidComponent, matchesComponentName, matchesComponentPackage, matchesServiceAnnotation, nonProxyClass, parseSetProperty, setFactoryCxfProviders, setJaxrsResources
-
Methods inherited from class org.apache.cxf.jaxrs.spring.AbstractSpringConfigurationFactory
finalizeFactorySetup, getAddress, getBus, getTransportId, parseMapSequence, setApplicationContext
-
Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
-
-
-
-
Method Detail
-
jaxRsServer
@Bean public Server jaxRsServer()
-
-