Class JaxRsProxyClientFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.FactoryBean, org.springframework.context.ApplicationContextAware

    public class JaxRsProxyClientFactoryBean
    extends org.apache.cxf.jaxrs.client.spring.JaxRsProxyClientConfiguration
    implements org.springframework.beans.factory.FactoryBean
    Поиск и регистрация JaxRS прокси клиентов в качестве Spring Beans
    • Constructor Detail

      • JaxRsProxyClientFactoryBean

        public JaxRsProxyClientFactoryBean()
    • Method Detail

      • getObject

        public Object getObject()
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean
      • getObjectType

        public Class<?> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean
      • setServiceClass

        public void setServiceClass​(Class<?> serviceClass)
      • setBus

        public void setBus​(org.apache.cxf.Bus bus)
      • setAddress

        public void setAddress​(String address)
      • setThreadSafe

        public void setThreadSafe​(Boolean threadSafe)
      • setAccept

        public void setAccept​(String accept)
      • setContentType

        public void setContentType​(String contentType)
      • setConnectionTimeout

        public void setConnectionTimeout​(String connectionTimeout)
      • setReceiveTimeout

        public void setReceiveTimeout​(String receiveTimeout)
      • getServiceClass

        protected Class<?> getServiceClass()
        Overrides:
        getServiceClass in class org.apache.cxf.jaxrs.client.spring.JaxRsProxyClientConfiguration