org.smallmind.quorum.transport.message.spring
Class InvocationProxyFactoryBean
java.lang.Object
org.smallmind.quorum.transport.message.spring.InvocationProxyFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
public class InvocationProxyFactoryBean
- extends Object
- implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.FactoryBean
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocationProxyFactoryBean
public InvocationProxyFactoryBean()
setServiceInterface
public void setServiceInterface(Class<?> serviceInterface)
setMessageTransmitter
public void setMessageTransmitter(MessageTransmitter messageTransmitter)
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
getObject
public Object getObject()
throws Exception
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
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
Copyright © 2012. All Rights Reserved.