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
  • Method Details

    • start

      public void start(org.jboss.msc.service.StartContext startContext) throws org.jboss.msc.service.StartException
      Specified by:
      start in interface org.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:
      stop in interface org.jboss.msc.Service
    • stopContext

      public void stopContext()
    • getValue

      Specified by:
      getValue in interface org.jboss.msc.value.Value<UndertowDeploymentService>
      Throws:
      IllegalStateException
      IllegalArgumentException
    • getDeploymentInfo

      public io.undertow.servlet.api.DeploymentInfo getDeploymentInfo()
    • getDeployment

      public io.undertow.servlet.api.Deployment getDeployment()