Class URLConnectionSenderFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean

    public class URLConnectionSenderFactoryBean
    extends org.springframework.beans.factory.config.AbstractFactoryBean
    Spring XML config does not support chained builders. This converts accordingly
    • Constructor Detail

      • URLConnectionSenderFactoryBean

        public URLConnectionSenderFactoryBean()
    • Method Detail

      • createInstance

        protected URLConnectionSender createInstance()
        Specified by:
        createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean
      • getObjectType

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

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean
        Overrides:
        isSingleton in class org.springframework.beans.factory.config.AbstractFactoryBean
      • destroyInstance

        protected void destroyInstance​(Object instance)
        Overrides:
        destroyInstance in class org.springframework.beans.factory.config.AbstractFactoryBean
      • setEndpoint

        public void setEndpoint​(String endpoint)
      • setEncoding

        public void setEncoding​(Encoding encoding)
      • setConnectTimeout

        public void setConnectTimeout​(Integer connectTimeout)
      • setReadTimeout

        public void setReadTimeout​(Integer readTimeout)
      • setCompressionEnabled

        public void setCompressionEnabled​(Boolean compressionEnabled)
      • setMessageMaxBytes

        public void setMessageMaxBytes​(Integer messageMaxBytes)