public class MessageInvocationProxyFactoryBean extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.FactoryBean<Proxy>
| Constructor and Description |
|---|
MessageInvocationProxyFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Proxy |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setMessageTransmitter(MessageTransmitter messageTransmitter) |
void |
setServiceInterface(Class<?> serviceInterface) |
public void setServiceInterface(Class<?> serviceInterface)
public void setMessageTransmitter(MessageTransmitter messageTransmitter)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<Proxy>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<Proxy>Copyright © 2015. All Rights Reserved.