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() |
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public 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>>
Copyright © 2023 Frank!Framework. All rights reserved.