Builder
creates instances of WebServiceClient
from values set by the methods.
This example shows how to create a WebServiceClient
object with the Builder
:
WebServiceClient client = new WebServiceClient.Builder(12,"licensekey").host ("geoip.maxmind.com").build();
Only the values set in the Builder
constructor are required.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|