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, _swaggerAuto

    Fields inherited from class org.pipservices4.http.controllers.RestController

    _baseRoute, _config, _counters, _dependencyResolver, _endpoint, _logger, _swaggerController, _swaggerEnable, _swaggerRoute, _tracer, _url
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of this controller.
  • Method Summary

    Methods inherited from class org.pipservices4.http.controllers.CommandableHttpController

    configure, register

    Methods 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BasicCommandableHttpControllerV1

      public BasicCommandableHttpControllerV1()
      Creates an instance of this controller.