Class WireProxyFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean<Proxy>, org.springframework.beans.factory.InitializingBean

    public class WireProxyFactoryBean
    extends Object
    implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.FactoryBean<Proxy>
    • Constructor Detail

      • WireProxyFactoryBean

        public WireProxyFactoryBean()
    • Method Detail

      • setServiceInterface

        public void setServiceInterface​(Class<?> serviceInterface)
      • setRequestTransport

        public void setRequestTransport​(RequestTransport requestTransport)
      • setServiceName

        public void setServiceName​(String serviceName)
      • setVersion

        public void setVersion​(int version)
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception
      • getObject

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

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

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean<Proxy>