public abstract class RESTServiceImpl extends Object implements RESTService
| Constructor and Description |
|---|
RESTServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.logging.log4j.Logger |
getLog() |
String |
getOperationId() |
String |
getServiceUniqueId() |
io.vertx.reactivex.core.Vertx |
getVertx() |
boolean |
isBodyAsJson() |
boolean |
isEnable() |
void |
setBodyAsJson(boolean pBodyAsJson) |
void |
setEnable(boolean pEnable) |
void |
setLog(org.apache.logging.log4j.Logger pLog) |
void |
setOperationId(String pOperationId) |
void |
setServiceUniqueId(String pServiceUniqueId) |
void |
setVertx(io.vertx.reactivex.core.Vertx pVertx) |
void |
start() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocesspublic void start()
public String getOperationId()
getOperationId in interface RESTServicepublic String getServiceUniqueId()
getServiceUniqueId in interface RESTServicepublic void setOperationId(String pOperationId)
public void setServiceUniqueId(String pServiceUniqueId)
public io.vertx.reactivex.core.Vertx getVertx()
public void setVertx(io.vertx.reactivex.core.Vertx pVertx)
public boolean isEnable()
public void setEnable(boolean pEnable)
public org.apache.logging.log4j.Logger getLog()
public void setLog(org.apache.logging.log4j.Logger pLog)
public boolean isBodyAsJson()
isBodyAsJson in interface RESTServicepublic void setBodyAsJson(boolean pBodyAsJson)
Copyright © 2018. All rights reserved.