Package com.vmware.vipclient.i18n.base
Class VIPService
- java.lang.Object
-
- com.vmware.vipclient.i18n.base.VIPService
-
public class VIPService extends Object
Singleton class, used for creating connection with vIP server
-
-
Constructor Summary
Constructors Constructor Description VIPService(String vipServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description HttpRequestergetHttpRequester()StringgetVipServer()voidinitializeVIPService(String vipServer)Deprecated.voidsetHeaderParams(Map<String,String> params)
-
-
-
Method Detail
-
initializeVIPService
@Deprecated public void initializeVIPService(String vipServer) throws MalformedURLException
Deprecated.- Throws:
MalformedURLException
-
getVipServer
public String getVipServer()
-
getHttpRequester
public HttpRequester getHttpRequester()
-
-