Class BasicCommandableHttpClientV1

java.lang.Object
org.pipservices4.http.clients.RestClient
org.pipservices4.http.clients.CommandableHttpClient
com.client.basic.version1.BasicCommandableHttpClientV1
All Implemented Interfaces:
IBasicClientV1, org.pipservices4.components.config.IConfigurable, org.pipservices4.components.refer.IReferenceable, org.pipservices4.components.run.IClosable, org.pipservices4.components.run.IOpenable

public class BasicCommandableHttpClientV1 extends org.pipservices4.http.clients.CommandableHttpClient implements IBasicClientV1
  • Field Summary

    Fields inherited from class org.pipservices4.http.clients.RestClient

    _baseRoute, _client, _connectionResolver, _connectTimeout, _contextLocation, _counters, _headers, _logger, _options, _retries, _timeout, _tracer, _url
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.service.basic.data.version1.ResponseV1
    doSomething(org.pipservices4.components.context.IContext context, com.service.basic.data.version1.RequestV1 request)
     

    Methods inherited from class org.pipservices4.http.clients.CommandableHttpClient

    callCommand, callCommand

    Methods inherited from class org.pipservices4.http.clients.RestClient

    addFilterParams, addPagingParams, addTraceId, call, call, close, configure, executeRequest, instrument, isOpen, open, setReferences

    Methods inherited from class java.lang.Object

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

    • BasicCommandableHttpClientV1

      public BasicCommandableHttpClientV1(Object config)
    • BasicCommandableHttpClientV1

      public BasicCommandableHttpClientV1()
  • Method Details

    • doSomething

      public com.service.basic.data.version1.ResponseV1 doSomething(org.pipservices4.components.context.IContext context, com.service.basic.data.version1.RequestV1 request) throws org.pipservices4.commons.errors.ApplicationException
      Specified by:
      doSomething in interface IBasicClientV1
      Throws:
      org.pipservices4.commons.errors.ApplicationException