Class ClassicTestClientAdapter

    • Constructor Detail

      • ClassicTestClientAdapter

        public ClassicTestClientAdapter()
    • Method Detail

      • execute

        public java.util.Map<java.lang.String,​java.lang.Object> execute​(java.lang.String defaultURI,
                                                                              java.util.Map<java.lang.String,​java.lang.Object> request)
                                                                       throws java.lang.Exception
        Execute an HTTP request.
        Specified by:
        execute in class ClientPOJOAdapter
        Parameters:
        defaultURI - the URI used by default. The path in the request is usually appended to it.
        request - the request as specified above.
        Returns:
        the response to the request as specified above.
        Throws:
        java.lang.Exception - in case of a problem
      • getClientName

        public java.lang.String getClientName()
        Name of the HTTP Client that this adapter uses.
        Specified by:
        getClientName in class ClientPOJOAdapter
        Returns:
        name of the HTTP Client.