com.versionone.om
Class ApiClientInternals

java.lang.Object
  extended by com.versionone.om.ApiClientInternals

public class ApiClientInternals
extends java.lang.Object

Allows access to the underlying API Client structures.


Constructor Summary
ApiClientInternals(java.lang.String applicationPath, java.lang.String username, java.lang.String password, ProxySettings proxySettings)
           
 
Method Summary
 IAttachments getAttachments()
           
 CookiesManager getCookiesJar()
          Cookies manager to work with cookies.
 java.util.Map<java.lang.String,java.lang.String> getCustomHttpHeaders()
          Http headers list for sending to the VersionOne
 ILocalizer getLocalizer()
           
 IMetaModel getMetaModel()
           
static ProxyProvider getProxyProvider(ProxySettings proxySettings)
           
 IServices getServices()
           
 IV1Configuration getV1Config()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiClientInternals

public ApiClientInternals(java.lang.String applicationPath,
                          java.lang.String username,
                          java.lang.String password,
                          ProxySettings proxySettings)
Method Detail

getMetaModel

public IMetaModel getMetaModel()
Returns:
The underlying MetaModel provided by the API Client.

getLocalizer

public ILocalizer getLocalizer()
Returns:
The underlying localizer provided by the API Client.

getServices

public IServices getServices()
Returns:
The underlying Services provided by the API Client.

getAttachments

public IAttachments getAttachments()
Returns:
The underlying Attachments provided by the API Client.

getV1Config

public IV1Configuration getV1Config()
Returns:
The underlying V1Config provided by the API Client.

getProxyProvider

public static ProxyProvider getProxyProvider(ProxySettings proxySettings)

getCustomHttpHeaders

public java.util.Map<java.lang.String,java.lang.String> getCustomHttpHeaders()
Http headers list for sending to the VersionOne

Returns:
headers parameters

getCookiesJar

public CookiesManager getCookiesJar()
Cookies manager to work with cookies.

Returns:
cookies manager.