public class OutboundGatewayFactory<T> extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.FactoryBean<OutboundGateway<T>>
| Constructor and Description |
|---|
OutboundGatewayFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
OutboundGateway<T> |
getObject() |
Class<? extends OutboundGateway> |
getObjectType() |
boolean |
isSingleton() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setGatewayClassname(String gatewayClassname) |
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic OutboundGateway<T> getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<OutboundGateway<T>>public Class<? extends OutboundGateway> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<OutboundGateway<T>>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<OutboundGateway<T>>public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic void setGatewayClassname(String gatewayClassname)
Copyright © 2023 Frank!Framework. All rights reserved.