Class BasicCommandableHttpControllerV1
java.lang.Object
org.pipservices4.http.controllers.RestController
org.pipservices4.http.controllers.CommandableHttpController
com.service.basic.controllers.version1.BasicCommandableHttpControllerV1
- All Implemented Interfaces:
org.pipservices4.components.config.IConfigurable,org.pipservices4.components.refer.IReferenceable,org.pipservices4.components.refer.IUnreferenceable,org.pipservices4.components.run.IClosable,org.pipservices4.components.run.IOpenable,org.pipservices4.http.controllers.IRegisterable
public class BasicCommandableHttpControllerV1
extends org.pipservices4.http.controllers.CommandableHttpController
Controller that receives remove calls via HTTP/REST protocol.
-
Field Summary
Fields inherited from class org.pipservices4.http.controllers.CommandableHttpController
_commandSet, _swaggerAutoFields inherited from class org.pipservices4.http.controllers.RestController
_baseRoute, _config, _counters, _dependencyResolver, _endpoint, _logger, _swaggerController, _swaggerEnable, _swaggerRoute, _tracer, _url -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.pipservices4.http.controllers.CommandableHttpController
configure, registerMethods inherited from class org.pipservices4.http.controllers.RestController
close, getBodyAsJson, getBodyAsString, getQueryParameter, getTraceId, instrument, isOpen, open, registerInterceptor, registerOpenApiSpec, registerOpenApiSpecFromFile, registerRoute, registerRoute, registerRouteWithAuth, sendCreatedResult, sendDeletedResult, sendEmptyResult, sendError, sendResult, setReferences, unsetReferences
-
Constructor Details
-
BasicCommandableHttpControllerV1
public BasicCommandableHttpControllerV1()Creates an instance of this controller.
-