Class HandlerService
java.lang.Object
org.wildfly.extension.undertow.handlers.HandlerService
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<io.undertow.server.HttpHandler>,org.jboss.msc.value.Value<io.undertow.server.HttpHandler>
public final class HandlerService
extends Object
implements org.jboss.msc.service.Service<io.undertow.server.HttpHandler>
- Author:
- Tomaz Cerar (c) 2013 Red Hat Inc., Richard Opalka
-
Field Summary
Fields inherited from interface org.jboss.msc.service.Service
NULL -
Method Summary
-
Method Details
-
start
public void start(org.jboss.msc.service.StartContext context) - Specified by:
startin interfaceorg.jboss.msc.Service
-
stop
public void stop(org.jboss.msc.service.StopContext context) - Specified by:
stopin interfaceorg.jboss.msc.Service
-
getValue
public io.undertow.server.HttpHandler getValue() throws IllegalStateException, IllegalArgumentException- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<io.undertow.server.HttpHandler>- Throws:
IllegalStateExceptionIllegalArgumentException
-