Class UndertowDeploymentInfoService
java.lang.Object
org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<io.undertow.servlet.api.DeploymentInfo>,org.jboss.msc.value.Value<io.undertow.servlet.api.DeploymentInfo>
public class UndertowDeploymentInfoService
extends Object
implements org.jboss.msc.service.Service<io.undertow.servlet.api.DeploymentInfo>
Service that builds up the undertow metadata.
- Author:
- Stuart Douglas, Richard Opalka
-
Field Details
-
SERVICE_NAME
public static final org.jboss.msc.service.ServiceName SERVICE_NAME -
DEFAULT_SERVLET_NAME
- See Also:
-
UNDERTOW
- See Also:
-
-
Method Details
-
start
public void start(org.jboss.msc.service.StartContext startContext) throws org.jboss.msc.service.StartException - Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext stopContext) - Specified by:
stopin interfaceorg.jboss.msc.Service
-
getValue
public io.undertow.servlet.api.DeploymentInfo getValue() throws IllegalStateException, IllegalArgumentException- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<io.undertow.servlet.api.DeploymentInfo>- Throws:
IllegalStateExceptionIllegalArgumentException
-
addInjectedExecutor
-
builder
-