Class JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean

  • All Implemented Interfaces:
    org.apache.cxf.interceptor.InterceptorProvider, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
    Enclosing class:
    JAXRSServerFactoryBeanDefinitionParser

    public static class JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean
    extends JAXRSServerFactoryBean
    implements org.springframework.context.ApplicationContextAware
    • Constructor Detail

      • SpringJAXRSServerFactoryBean

        public SpringJAXRSServerFactoryBean()
    • Method Detail

      • destroy

        public void destroy()
      • setServiceBeans

        public void setServiceBeans​(List<Object> beans)
        Description copied from class: JAXRSServerFactoryBean
        Sets the resource beans. If this is set then the JAX-RS runtime will not be responsible for the life-cycle of resource classes.
        Overrides:
        setServiceBeans in class JAXRSServerFactoryBean
        Parameters:
        beans - the list of resource instances
      • setBasePackages

        public void setBasePackages​(List<String> basePackages)
      • setServiceAnnotation

        public void setServiceAnnotation​(String serviceAnnotation)
      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext ctx)
                                   throws org.springframework.beans.BeansException
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Throws:
        org.springframework.beans.BeansException