Class JAXRSClientFactoryBeanDefinitionParser.JAXRSSpringClientFactoryBean

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

    public static class JAXRSClientFactoryBeanDefinitionParser.JAXRSSpringClientFactoryBean
    extends JAXRSClientFactoryBean
    implements org.springframework.context.ApplicationContextAware
    • Constructor Detail

      • JAXRSSpringClientFactoryBean

        public JAXRSSpringClientFactoryBean()
    • Method Detail

      • setBasePackages

        public void setBasePackages​(List<String> basePackages)
      • 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
      • getConfigurableFor

        protected <C extends javax.ws.rs.core.Configurable<C>> javax.ws.rs.core.Configurable<?> getConfigurableFor​(C context)
        Overrides:
        getConfigurableFor in class JAXRSClientFactoryBean