Class 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
    • Method Detail

      • 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
      • stop

        public void stop​(org.jboss.msc.service.StopContext stopContext)
        Specified by:
        stop in interface org.jboss.msc.Service