Class 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 Detail

      • applicationContext

        protected org.springframework.context.ApplicationContext applicationContext
    • Constructor Detail

      • AbstractSpringConfigurationFactory

        public AbstractSpringConfigurationFactory()
    • Method Detail

      • 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:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Throws:
        org.springframework.beans.BeansException
      • getJaxrsProviders

        protected List<Object> getJaxrsProviders()
      • getFeatures

        public List<org.apache.cxf.feature.Feature> getFeatures()
      • getAddress

        protected String getAddress()
      • getTransportId

        protected String getTransportId()