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
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidClass<?>booleanvoidsetInstanceIdExtractor(ParameterExtractor<String> instanceIdExtractor) voidsetRequestTransport(RequestTransport requestTransport) voidsetServiceGroupExtractor(ParameterExtractor<String> serviceGroupExtractor) voidsetServiceInterface(Class<?> serviceInterface) voidsetServiceName(String serviceName) voidsetTimeoutExtractor(ParameterExtractor<Long> timeoutExtractor) voidsetVersion(int version)
-
Constructor Details
-
WireProxyFactoryBean
public WireProxyFactoryBean()
-
-
Method Details
-
setServiceInterface
-
setRequestTransport
-
setServiceName
-
setVersion
public void setVersion(int version) -
setServiceGroupExtractor
-
setInstanceIdExtractor
-
setTimeoutExtractor
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<Proxy>
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<Proxy>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<Proxy>
-