Class JaxrsServerConfigService

java.lang.Object
org.jboss.as.jaxrs.JaxrsServerConfigService
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<JaxrsServerConfig>, org.jboss.msc.value.Value<JaxrsServerConfig>

public final class JaxrsServerConfigService extends Object implements org.jboss.msc.service.Service<JaxrsServerConfig>
WS server config service.
Author:
Alessio Soldano, Richard Opalka, Jim Ma, Ron Sigal
  • Field Details

    • JAXRS_SERVICE

      public static final org.jboss.msc.service.ServiceName JAXRS_SERVICE
    • CONFIG_SERVICE

      public static final org.jboss.msc.service.ServiceName CONFIG_SERVICE
  • Method Details

    • start

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

      public static org.jboss.msc.service.ServiceController<?> install(org.jboss.msc.service.ServiceTarget serviceTarget, JaxrsServerConfig serverConfig)
    • getJaxrsServerConfig

      public JaxrsServerConfig getJaxrsServerConfig()
    • getValue

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