public class CamelUndertowHostService
extends org.jboss.msc.service.AbstractService<org.apache.camel.component.undertow.UndertowHost>
UndertowHost service| Modifier and Type | Method and Description |
|---|---|
static org.jboss.msc.service.ServiceController<org.apache.camel.component.undertow.UndertowHost> |
addService(org.jboss.msc.service.ServiceTarget serviceTarget,
org.wildfly.extension.camel.parser.SubsystemState.RuntimeState runtimeState) |
org.apache.camel.component.undertow.UndertowHost |
getValue() |
void |
start(org.jboss.msc.service.StartContext startContext) |
void |
stop(org.jboss.msc.service.StopContext context) |
public static org.jboss.msc.service.ServiceController<org.apache.camel.component.undertow.UndertowHost> addService(org.jboss.msc.service.ServiceTarget serviceTarget,
org.wildfly.extension.camel.parser.SubsystemState.RuntimeState runtimeState)
public void start(org.jboss.msc.service.StartContext startContext)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Servicestart in class org.jboss.msc.service.AbstractService<org.apache.camel.component.undertow.UndertowHost>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicestop in class org.jboss.msc.service.AbstractService<org.apache.camel.component.undertow.UndertowHost>public org.apache.camel.component.undertow.UndertowHost getValue()
throws java.lang.IllegalStateException
getValue in interface org.jboss.msc.value.Value<org.apache.camel.component.undertow.UndertowHost>getValue in class org.jboss.msc.service.AbstractService<org.apache.camel.component.undertow.UndertowHost>java.lang.IllegalStateExceptionCopyright © 2019. All rights reserved.