Class HybridHttpHandlerFactoryBean

  • All Implemented Interfaces:
    com.aspectran.core.component.bean.ablility.DisposableBean, com.aspectran.core.component.bean.ablility.FactoryBean<io.undertow.server.HttpHandler>, com.aspectran.core.component.bean.ablility.InitializableBean, com.aspectran.core.component.bean.aware.ActivityContextAware, com.aspectran.core.component.bean.aware.Aware

    public class HybridHttpHandlerFactoryBean
    extends HybridHttpHandlerFactory
    implements com.aspectran.core.component.bean.ablility.InitializableBean, com.aspectran.core.component.bean.ablility.FactoryBean<io.undertow.server.HttpHandler>

    Created: 06/10/2019

    • Constructor Detail

      • HybridHttpHandlerFactoryBean

        public HybridHttpHandlerFactoryBean()
    • Method Detail

      • initialize

        public void initialize()
                        throws java.lang.Exception
        Specified by:
        initialize in interface com.aspectran.core.component.bean.ablility.InitializableBean
        Throws:
        java.lang.Exception
      • getObject

        public io.undertow.server.HttpHandler getObject()
                                                 throws java.lang.Exception
        Specified by:
        getObject in interface com.aspectran.core.component.bean.ablility.FactoryBean<io.undertow.server.HttpHandler>
        Throws:
        java.lang.Exception