Class LightRequestHandlerFactoryBean

All Implemented Interfaces:
DisposableBean, FactoryBean<io.undertow.server.HttpHandler>, InitializableBean, ActivityContextAware, Aware

public class LightRequestHandlerFactoryBean extends LightRequestHandlerFactory implements InitializableBean, FactoryBean<io.undertow.server.HttpHandler>

Created: 06/10/2019

  • Constructor Details

    • LightRequestHandlerFactoryBean

      public LightRequestHandlerFactoryBean()
  • Method Details

    • initialize

      public void initialize() throws Exception
      Description copied from interface: InitializableBean
      Invoke on initialization after it has set all bean properties supplied.
      Specified by:
      initialize in interface InitializableBean
      Throws:
      Exception - if initialization fails
    • getObject

      public io.undertow.server.HttpHandler getObject() throws Exception
      Description copied from interface: FactoryBean
      Return an instance (possibly shared or independent) of the object managed by this factory. As with a BeanFactory, this allows support for both the Singleton and Prototype design pattern.
      Specified by:
      getObject in interface FactoryBean<io.undertow.server.HttpHandler>
      Returns:
      an instance of the bean (can be null)
      Throws:
      Exception - in case of creation errors