Apache CXF API

org.apache.cxf.jaxrs.spring
Class SpringComponentScanServer

java.lang.Object
  extended by org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
      extended by org.apache.cxf.jaxrs.spring.AbstractSpringConfigurationFactory
          extended by org.apache.cxf.jaxrs.spring.AbstractSpringComponentScanServer
              extended by 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
SpringComponentScanServer()
           
 
Method Summary
 Server jaxRsServer()
           
 
Methods inherited from class org.apache.cxf.jaxrs.spring.AbstractSpringComponentScanServer
checkJaxrsProviders, checkJaxrsRoots, getJaxrsProviders, getResourceProviders, isAnnotationAvailable, setRootResources
 
Methods inherited from class org.apache.cxf.jaxrs.spring.AbstractSpringConfigurationFactory
createJaxRsServer, finalizeFactorySetup, getAddress, getFeatures, getTransportId, setApplicationContext
 
Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringComponentScanServer

public SpringComponentScanServer()
Method Detail

jaxRsServer

@Bean
public Server jaxRsServer()

Apache CXF API

Apache CXF