Package org.nameapi.client.services
Class RestServicePort
- java.lang.Object
-
- org.nameapi.client.services.RestServicePort
-
public abstract class RestServicePort extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected com.optimaize.anythingworks.client.rest.http.RestHttpClientrestApiClientprotected StringservicePath
-
Constructor Summary
Constructors Constructor Description RestServicePort(com.optimaize.anythingworks.client.rest.http.RestHttpClient restApiClient, String servicePath)
-
-
-
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)
-
-