Class WebServiceImpl

  • All Implemented Interfaces:
    WebService

    public final class WebServiceImpl
    extends java.lang.Object
    implements WebService
    • Constructor Summary

      Constructors 
      Constructor Description
      WebServiceImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String request​(org.apache.http.client.methods.HttpRequestBase request, AnalyticsConfig analyticsConfig)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebServiceImpl

        public WebServiceImpl()
    • Method Detail

      • request

        public java.lang.String request​(org.apache.http.client.methods.HttpRequestBase request,
                                        AnalyticsConfig analyticsConfig)
                                 throws java.lang.Exception
        Specified by:
        request in interface WebService
        Throws:
        java.lang.Exception