Class InboundGatewayFactory

java.lang.Object
org.frankframework.management.bus.InboundGatewayFactory
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class InboundGatewayFactory extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
Allows the creation of inbound integration gateways. Not a factory bean, as multiple inbound gateways may exist. Does find all 'gateways', creates them and registers them as singletons in the application.
  • Constructor Details

    • InboundGatewayFactory

      public InboundGatewayFactory()
  • Method Details

    • afterPropertiesSet

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