Class UndertowDeploymentService
java.lang.Object
org.wildfly.extension.undertow.deployment.UndertowDeploymentService
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<UndertowDeploymentService>,org.jboss.msc.value.Value<UndertowDeploymentService>
public class UndertowDeploymentService
extends Object
implements org.jboss.msc.service.Service<UndertowDeploymentService>
- Author:
- Stuart Douglas, 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 startContext) throws org.jboss.msc.service.StartException - Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
startContext
public void startContext() throws jakarta.servlet.ServletException- Throws:
jakarta.servlet.ServletException
-
stop
public void stop(org.jboss.msc.service.StopContext stopContext) - Specified by:
stopin interfaceorg.jboss.msc.Service
-
stopContext
public void stopContext() -
getValue
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<UndertowDeploymentService>- Throws:
IllegalStateExceptionIllegalArgumentException
-
getDeploymentInfo
public io.undertow.servlet.api.DeploymentInfo getDeploymentInfo() -
getDeployment
public io.undertow.servlet.api.Deployment getDeployment()
-