Class AbstractJaxRsClientConfiguration

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
    Direct Known Subclasses:
    JaxRsProxyClientConfiguration, JaxRsWebClientConfiguration

    @Import(org.apache.cxf.jaxrs.spring.JaxRsConfig.class)
    @ComponentScan(includeFilters=)
    public abstract class AbstractJaxRsClientConfiguration
    extends Object
    implements org.springframework.context.ApplicationContextAware
    • Field Detail

      • context

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

      • AbstractJaxRsClientConfiguration

        public AbstractJaxRsClientConfiguration()
    • Method Detail

      • createClient

        protected Client createClient()
      • 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