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