public class ServiceJettyLauncher
extends java.lang.Object
| Constructor and Description |
|---|
ServiceJettyLauncher() |
| Modifier and Type | Method and Description |
|---|---|
org.appops.configuration.store.ConfigurationStore |
getConfigurationStore()
Getter for the field
configurationStore. |
org.appops.web.jetty.server.JettyContainer |
getJettyContainer()
Getter for the field
jettyContainer. |
org.appops.marshaller.Marshaller |
getMarshaller()
Getter for the field
marshaller. |
boolean |
launch(org.appops.core.deployment.ServiceConfiguration serviceConfiguration)
Launches embedded jetty server for service application.
|
void |
setConfigurationStore(org.appops.configuration.store.ConfigurationStore configurationStore)
Setter for the field
configurationStore. |
void |
setJettyContainer(org.appops.web.jetty.server.JettyContainer jettyContainer)
Setter for the field
jettyContainer. |
void |
setMarshaller(org.appops.marshaller.Marshaller marshaller)
Setter for the field
marshaller. |
public boolean launch(org.appops.core.deployment.ServiceConfiguration serviceConfiguration)
serviceConfiguration - contains embedded jetty server configuration.public org.appops.marshaller.Marshaller getMarshaller()
Getter for the field marshaller.
Marshaller object.@Inject public void setMarshaller(org.appops.marshaller.Marshaller marshaller)
Setter for the field marshaller.
marshaller - a Marshaller object.public org.appops.configuration.store.ConfigurationStore getConfigurationStore()
Getter for the field configurationStore.
ConfigurationStore object.@Inject public void setConfigurationStore(org.appops.configuration.store.ConfigurationStore configurationStore)
Setter for the field configurationStore.
configurationStore - a ConfigurationStore object.public org.appops.web.jetty.server.JettyContainer getJettyContainer()
Getter for the field jettyContainer.
JettyContainer object.@Inject public void setJettyContainer(org.appops.web.jetty.server.JettyContainer jettyContainer)
Setter for the field jettyContainer.
jettyContainer - a JettyContainer object.Copyright © 2022. All rights reserved.