Class RestServicePort


  • public abstract class RestServicePort
    extends Object
    • Field Detail

      • restApiClient

        protected final com.optimaize.anythingworks.client.rest.http.RestHttpClient restApiClient
      • servicePath

        protected final String servicePath
    • Constructor Detail

      • RestServicePort

        public RestServicePort​(com.optimaize.anythingworks.client.rest.http.RestHttpClient restApiClient,
                               String servicePath)