Class HybridHttpHandlerFactoryBean

    • Constructor Detail

      • HybridHttpHandlerFactoryBean

        public HybridHttpHandlerFactoryBean()
    • Method Detail

      • initialize

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

        public io.undertow.server.HttpHandler getObject()
                                                 throws java.lang.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:
        java.lang.Exception - in case of creation errors