Class OutboundGatewayFactory
java.lang.Object
org.frankframework.management.bus.OutboundGatewayFactory
- All Implemented Interfaces:
 org.springframework.beans.factory.Aware,org.springframework.beans.factory.FactoryBean<OutboundGateway>,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware
public class OutboundGatewayFactory
extends Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.FactoryBean<OutboundGateway>
Allows the creation of outbound integration gateways.
- 
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext 
- 
Constructor Details
- 
OutboundGatewayFactory
public OutboundGatewayFactory() 
 - 
 - 
Method Details
- 
afterPropertiesSet
- Specified by:
 afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
 Exception
 - 
getObject
- Specified by:
 getObjectin interfaceorg.springframework.beans.factory.FactoryBean<OutboundGateway>
 - 
getObjectType
- Specified by:
 getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<OutboundGateway>
 - 
isSingleton
public boolean isSingleton()- Specified by:
 isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<OutboundGateway>
 
 -