public final class JaxrsServerConfigService extends Object implements org.jboss.msc.service.Service<JaxrsServerConfig>
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
CONFIG_SERVICE |
static org.jboss.msc.service.ServiceName |
JAXRS_SERVICE |
| Modifier and Type | Method and Description |
|---|---|
JaxrsServerConfig |
getJaxrsServerConfig() |
JaxrsServerConfig |
getValue() |
static org.jboss.msc.service.ServiceController<?> |
install(org.jboss.msc.service.ServiceTarget serviceTarget,
JaxrsServerConfig serverConfig) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public static final org.jboss.msc.service.ServiceName JAXRS_SERVICE
public static final org.jboss.msc.service.ServiceName CONFIG_SERVICE
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic static org.jboss.msc.service.ServiceController<?> install(org.jboss.msc.service.ServiceTarget serviceTarget,
JaxrsServerConfig serverConfig)
public JaxrsServerConfig getJaxrsServerConfig()
public JaxrsServerConfig getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<JaxrsServerConfig>IllegalStateExceptionIllegalArgumentExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.