Class WireProxyFactoryBean

java.lang.Object
org.smallmind.phalanx.wire.spring.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 Details

    • WireProxyFactoryBean

      public WireProxyFactoryBean()
  • Method Details

    • setServiceInterface

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

      public void setRequestTransport(RequestTransport requestTransport)
    • setServiceName

      public void setServiceName(String serviceName)
    • setVersion

      public void setVersion(int version)
    • setServiceGroupExtractor

      public void setServiceGroupExtractor(ParameterExtractor<String> serviceGroupExtractor)
    • setInstanceIdExtractor

      public void setInstanceIdExtractor(ParameterExtractor<String> instanceIdExtractor)
    • setTimeoutExtractor

      public void setTimeoutExtractor(ParameterExtractor<Long> timeoutExtractor)
    • 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>