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.
  • Constructor Details

    • OutboundGatewayFactory

      public OutboundGatewayFactory()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • getObject

      public OutboundGateway getObject()
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<OutboundGateway>
    • getObjectType

      public Class<? extends OutboundGateway> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<OutboundGateway>
    • isSingleton

      public boolean isSingleton()
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean<OutboundGateway>