Class HttpInboundGateway

java.lang.Object
org.frankframework.management.gateway.HttpInboundGateway
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.integration.IntegrationPattern, org.springframework.security.config.annotation.SecurityConfigurer<jakarta.servlet.Filter,org.springframework.security.config.annotation.web.builders.WebSecurity>, org.springframework.security.config.annotation.web.WebSecurityConfigurer<org.springframework.security.config.annotation.web.builders.WebSecurity>, org.springframework.web.context.ServletContextAware

@Order(2147483646) public class HttpInboundGateway extends Object implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<org.springframework.security.config.annotation.web.builders.WebSecurity>, org.springframework.web.context.ServletContextAware, org.springframework.integration.IntegrationPattern, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.BeanFactoryAware
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    configure(org.springframework.security.config.annotation.web.builders.WebSecurity webSecurity)
     
    void
     
    org.springframework.integration.IntegrationPatternType
     
    void
    init(org.springframework.security.config.annotation.web.builders.WebSecurity builder)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.context.ApplicationContextAware

    setApplicationContext

    Methods inherited from interface org.springframework.beans.factory.BeanFactoryAware

    setBeanFactory

    Methods inherited from interface org.springframework.web.context.ServletContextAware

    setServletContext
  • Constructor Details

    • HttpInboundGateway

      public HttpInboundGateway()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • createGatewayEndpoint

      public void createGatewayEndpoint()
    • getIntegrationPatternType

      public org.springframework.integration.IntegrationPatternType getIntegrationPatternType()
      Specified by:
      getIntegrationPatternType in interface org.springframework.integration.IntegrationPattern
    • init

      public void init(org.springframework.security.config.annotation.web.builders.WebSecurity builder)
      Specified by:
      init in interface org.springframework.security.config.annotation.SecurityConfigurer<jakarta.servlet.Filter,org.springframework.security.config.annotation.web.builders.WebSecurity>
    • configure

      public void configure(org.springframework.security.config.annotation.web.builders.WebSecurity webSecurity)
      Specified by:
      configure in interface org.springframework.security.config.annotation.SecurityConfigurer<jakarta.servlet.Filter,org.springframework.security.config.annotation.web.builders.WebSecurity>