org.smallmind.quorum.transport.message.spring
Class InvocationProxyFactoryBean

java.lang.Object
  extended by 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


Constructor Summary
InvocationProxyFactoryBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 Object getObject()
           
 Class<?> getObjectType()
           
 boolean isSingleton()
           
 void setMessageTransmitter(MessageTransmitter messageTransmitter)
           
 void setServiceInterface(Class<?> serviceInterface)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationProxyFactoryBean

public InvocationProxyFactoryBean()
Method Detail

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.