Package org.apache.cxf.jaxrs.spring
Class AbstractSpringConfigurationFactory
java.lang.Object
org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.jaxrs.spring.AbstractSpringConfigurationFactory
- All Implemented Interfaces:
org.apache.cxf.interceptor.InterceptorProvider,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
- Direct Known Subclasses:
AbstractJaxrsClassesScanServer,AbstractSpringComponentScanServer
public abstract class AbstractSpringConfigurationFactory
extends org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
implements org.springframework.context.ApplicationContextAware
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.cxf.endpoint.Serverprotected voidprotected Stringprotected org.apache.cxf.BusgetBus()List<org.apache.cxf.feature.Feature>protected StringparseMapSequence(String sequence) voidsetApplicationContext(org.springframework.context.ApplicationContext ac) protected abstract voidsetJaxrsResources(JAXRSServerFactoryBean factory) Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
-
Field Details
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext
-
-
Constructor Details
-
AbstractSpringConfigurationFactory
public AbstractSpringConfigurationFactory()
-
-
Method Details
-
createJaxRsServer
protected org.apache.cxf.endpoint.Server createJaxRsServer() -
getBus
protected org.apache.cxf.Bus getBus() -
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext ac) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
setJaxrsResources
-
getJaxrsProviders
-
getFeatures
-
getAddress
-
getTransportId
-
finalizeFactorySetup
-
parseMapSequence
-