Uses of Class
org.jclouds.rest.annotations.ResponseParser

Packages that use ResponseParser
org.jclouds.atmos   
org.jclouds.aws.s3   
org.jclouds.azureblob   
org.jclouds.cloudfiles This package contains an Rackspace Cloud Files client implemented by HttpCommandExecutorService commands. 
org.jclouds.cloudloadbalancers.features   
org.jclouds.cloudsigma   
org.jclouds.cloudstack.features   
org.jclouds.elasticstack   
org.jclouds.glesys.features   
org.jclouds.gogrid.services   
org.jclouds.hpcloud.objectstorage This package contains an HP Cloud Object Storage client implemented by HttpCommandExecutorService commands. 
org.jclouds.hpcloud.objectstorage.extensions   
org.jclouds.openstack.glance.v1_0.features   
org.jclouds.openstack.internal   
org.jclouds.openstack.nova.v2_0.extensions   
org.jclouds.openstack.nova.v2_0.features   
org.jclouds.openstack.swift   
org.jclouds.openstack.swift.v1.features   
org.jclouds.rest   
org.jclouds.rimuhosting.miro   
org.jclouds.s3 This package contains an Amazon S3 client implemented by HttpCommandExecutorService commands. 
org.jclouds.savvis.vpdc.internal   
org.jclouds.trmk.vcloud_0_8   
org.jclouds.trmk.vcloud_0_8.internal   
org.jclouds.vcloud.director.v1_5.features   
org.jclouds.vcloud.director.v1_5.login   
org.jclouds.vcloud.internal   
 

Uses of ResponseParser in org.jclouds.atmos
 

Methods in org.jclouds.atmos with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<SystemMetadata> AtmosAsyncClient.getSystemMetadata(String path)
           
 com.google.common.util.concurrent.ListenableFuture<UserMetadata> AtmosAsyncClient.getUserMetadata(String path)
           
 com.google.common.util.concurrent.ListenableFuture<AtmosObject> AtmosAsyncClient.headFile(String path)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> AtmosAsyncClient.isPublic(String path)
           
 com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> AtmosAsyncClient.listDirectories(ListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> AtmosAsyncClient.listDirectory(String directoryName, ListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<AtmosObject> AtmosAsyncClient.readFile(String path, GetOptions... options)
           
 

Uses of ResponseParser in org.jclouds.aws.s3
 

Methods in org.jclouds.aws.s3 with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<String> AWSS3AsyncClient.completeMultipartUpload(String bucketName, String key, String uploadId, Map<Integer,String> parts)
           
 com.google.common.util.concurrent.ListenableFuture<String> AWSS3AsyncClient.initiateMultipartUpload(String bucketName, ObjectMetadata objectMetadata, PutObjectOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<String> AWSS3AsyncClient.uploadPart(String bucketName, String key, int partNumber, String uploadId, Payload part)
           
 

Uses of ResponseParser in org.jclouds.azureblob
 

Methods in org.jclouds.azureblob with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<AzureBlob> AzureBlobAsyncClient.getBlob(String container, String name, GetOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<BlobProperties> AzureBlobAsyncClient.getBlobProperties(String container, String name)
           
 com.google.common.util.concurrent.ListenableFuture<ContainerProperties> AzureBlobAsyncClient.getContainerProperties(String container)
           
 byte[] AzureBlobUtil.getMD5(URI container, String key)
           
 com.google.common.util.concurrent.ListenableFuture<PublicAccess> AzureBlobAsyncClient.getPublicAccessForContainer(String container)
           
 com.google.common.util.concurrent.ListenableFuture<String> AzureBlobAsyncClient.putBlob(String container, AzureBlob object)
           
 

Uses of ResponseParser in org.jclouds.cloudfiles
 

Methods in org.jclouds.cloudfiles with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<URI> CloudFilesAsyncClient.enableCDN(String container)
           
 com.google.common.util.concurrent.ListenableFuture<URI> CloudFilesAsyncClient.enableCDN(String container, long ttl)
           
 com.google.common.util.concurrent.ListenableFuture<ContainerCDNMetadata> CloudFilesAsyncClient.getCDNMetadata(String container)
           
 com.google.common.util.concurrent.ListenableFuture<URI> CloudFilesAsyncClient.updateCDN(String container, long ttl)
           
 

Uses of ResponseParser in org.jclouds.cloudloadbalancers.features
 

Methods in org.jclouds.cloudloadbalancers.features with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<LoadBalancer> LoadBalancerAsyncClient.createLoadBalancer(LoadBalancerRequest lb)
           
 com.google.common.util.concurrent.ListenableFuture<LoadBalancer> LoadBalancerAsyncClient.getLoadBalancer(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Set<LoadBalancer>> LoadBalancerAsyncClient.listLoadBalancers()
           
 com.google.common.util.concurrent.ListenableFuture<Void> LoadBalancerAsyncClient.updateLoadBalancerAttributes(int id, LoadBalancerAttributes attrs)
           
 

Uses of ResponseParser in org.jclouds.cloudsigma
 

Methods in org.jclouds.cloudsigma with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<DriveInfo> CloudSigmaAsyncClient.cloneDrive(String sourceUuid, String newName, CloneDriveOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<DriveInfo> CloudSigmaAsyncClient.createDrive(Drive createDrive)
           
 com.google.common.util.concurrent.ListenableFuture<ServerInfo> CloudSigmaAsyncClient.createServer(Server createServer)
           
 com.google.common.util.concurrent.ListenableFuture<StaticIPInfo> CloudSigmaAsyncClient.createStaticIP()
           
 com.google.common.util.concurrent.ListenableFuture<VLANInfo> CloudSigmaAsyncClient.createVLAN(String name)
           
 com.google.common.util.concurrent.ListenableFuture<DriveInfo> CloudSigmaAsyncClient.getDriveInfo(String uuid)
           
 com.google.common.util.concurrent.ListenableFuture<ProfileInfo> CloudSigmaAsyncClient.getProfileInfo()
           
 com.google.common.util.concurrent.ListenableFuture<ServerInfo> CloudSigmaAsyncClient.getServerInfo(String uuid)
           
 com.google.common.util.concurrent.ListenableFuture<StaticIPInfo> CloudSigmaAsyncClient.getStaticIPInfo(String uuid)
           
 com.google.common.util.concurrent.ListenableFuture<VLANInfo> CloudSigmaAsyncClient.getVLANInfo(String uuid)
           
 com.google.common.util.concurrent.ListenableFuture<Set<DriveInfo>> CloudSigmaAsyncClient.listDriveInfo()
           
 com.google.common.util.concurrent.ListenableFuture<Set<String>> CloudSigmaAsyncClient.listDrives()
           
 com.google.common.util.concurrent.ListenableFuture<Set<ServerInfo>> CloudSigmaAsyncClient.listServerInfo()
           
 com.google.common.util.concurrent.ListenableFuture<Set<String>> CloudSigmaAsyncClient.listServers()
           
 com.google.common.util.concurrent.ListenableFuture<Set<String>> CloudSigmaAsyncClient.listStandardCds()
           
 com.google.common.util.concurrent.ListenableFuture<Set<String>> CloudSigmaAsyncClient.listStandardDrives()
           
 com.google.common.util.concurrent.ListenableFuture<Set<String>> CloudSigmaAsyncClient.listStandardImages()
           
 com.google.common.util.concurrent.ListenableFuture<Set<StaticIPInfo>> CloudSigmaAsyncClient.listStaticIPInfo()
           
 com.google.common.util.concurrent.ListenableFuture<Set<String>> CloudSigmaAsyncClient.listStaticIPs()
           
 com.google.common.util.concurrent.ListenableFuture<Set<VLANInfo>> CloudSigmaAsyncClient.listVLANInfo()
           
 com.google.common.util.concurrent.ListenableFuture<Set<String>> CloudSigmaAsyncClient.listVLANs()
           
 com.google.common.util.concurrent.ListenableFuture<VLANInfo> CloudSigmaAsyncClient.renameVLAN(String uuid, String name)
           
 com.google.common.util.concurrent.ListenableFuture<DriveInfo> CloudSigmaAsyncClient.setDriveData(String uuid, DriveData createDrive)
           
 com.google.common.util.concurrent.ListenableFuture<ServerInfo> CloudSigmaAsyncClient.setServerConfiguration(String uuid, Server setServer)
           
 

Uses of ResponseParser in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with annotations of type ResponseParser
<T> com.google.common.util.concurrent.ListenableFuture<AsyncJob<T>>
AsyncJobAsyncClient.getAsyncJob(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Map.Entry<String,String>> GuestOSAsyncClient.getOSCategory(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Set<AsyncJob<?>>> AsyncJobAsyncClient.listAsyncJobs(ListAsyncJobsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<String>> EventAsyncClient.listEventTypes()
           
 com.google.common.util.concurrent.ListenableFuture<Set<String>> HypervisorAsyncClient.listHypervisors()
           
 com.google.common.util.concurrent.ListenableFuture<Set<String>> HypervisorAsyncClient.listHypervisorsInZone(String zoneId)
           
 com.google.common.util.concurrent.ListenableFuture<Map<String,String>> GuestOSAsyncClient.listOSCategories()
           
 com.google.common.util.concurrent.ListenableFuture<LoginResponse> SessionAsyncClient.loginUserInDomainWithHashOfPassword(String userName, String domain, String hashedPassword)
           
 

Uses of ResponseParser in org.jclouds.elasticstack
 

Methods in org.jclouds.elasticstack with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<ServerInfo> ElasticStackAsyncClient.createAndStartServer(Server createServer)
           
 com.google.common.util.concurrent.ListenableFuture<DriveInfo> ElasticStackAsyncClient.createDrive(Drive createDrive)
           
 com.google.common.util.concurrent.ListenableFuture<ServerInfo> ElasticStackAsyncClient.createServer(Server createServer)
           
 com.google.common.util.concurrent.ListenableFuture<DriveInfo> ElasticStackAsyncClient.getDriveInfo(String uuid)
           
 com.google.common.util.concurrent.ListenableFuture<ServerInfo> ElasticStackAsyncClient.getServerInfo(String uuid)
           
 com.google.common.util.concurrent.ListenableFuture<Set<DriveInfo>> ElasticStackAsyncClient.listDriveInfo()
           
 com.google.common.util.concurrent.ListenableFuture<Set<String>> ElasticStackAsyncClient.listDrives()
           
 com.google.common.util.concurrent.ListenableFuture<Set<ServerInfo>> ElasticStackAsyncClient.listServerInfo()
           
 com.google.common.util.concurrent.ListenableFuture<Set<String>> ElasticStackAsyncClient.listServers()
           
 com.google.common.util.concurrent.ListenableFuture<Payload> ElasticStackAsyncClient.readDrive(String uuid, long offset, long size)
           
 com.google.common.util.concurrent.ListenableFuture<DriveInfo> ElasticStackAsyncClient.setDriveData(String uuid, DriveData setDrive)
           
 com.google.common.util.concurrent.ListenableFuture<ServerInfo> ElasticStackAsyncClient.setServerConfiguration(String uuid, Server setServer)
           
 

Uses of ResponseParser in org.jclouds.glesys.features
 

Methods in org.jclouds.glesys.features with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<Set<OSTemplate>> ServerAsyncApi.listTemplates()
           
 

Uses of ResponseParser in org.jclouds.gogrid.services
 

Methods in org.jclouds.gogrid.services with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<LoadBalancer> GridLoadBalancerAsyncClient.addLoadBalancer(String name, IpPortPair virtualIp, List<IpPortPair> realIps, AddLoadBalancerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<ServerImage> GridImageAsyncClient.deleteById(long id)
           
 com.google.common.util.concurrent.ListenableFuture<LoadBalancer> GridLoadBalancerAsyncClient.deleteById(Long id)
           
 com.google.common.util.concurrent.ListenableFuture<LoadBalancer> GridLoadBalancerAsyncClient.deleteByName(String name)
           
 com.google.common.util.concurrent.ListenableFuture<ServerImage> GridImageAsyncClient.editImageDescription(String idOrName, String newDescription)
           
 com.google.common.util.concurrent.ListenableFuture<ServerImage> GridImageAsyncClient.editImageFriendlyName(String idOrName, String newFriendlyName)
           
 com.google.common.util.concurrent.ListenableFuture<LoadBalancer> GridLoadBalancerAsyncClient.editLoadBalancer(long id, List<IpPortPair> realIps)
           
 com.google.common.util.concurrent.ListenableFuture<LoadBalancer> GridLoadBalancerAsyncClient.editLoadBalancerNamed(String name, List<IpPortPair> realIps)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Ip>> GridIpAsyncClient.getAssignedIpList()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Option>> GridServerAsyncClient.getDatacenters()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Option>> GridLoadBalancerAsyncClient.getDatacenters()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Option>> GridIpAsyncClient.getDatacenters()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Option>> GridImageAsyncClient.getDatacenters()
           
 com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> GridImageAsyncClient.getImageList(GetImageListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> GridImageAsyncClient.getImagesById(Long... ids)
           
 com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> GridImageAsyncClient.getImagesByName(String... names)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Ip>> GridIpAsyncClient.getIpList(GetIpListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Job>> GridJobAsyncClient.getJobList(GetJobListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Job>> GridJobAsyncClient.getJobsById(long... ids)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Job>> GridJobAsyncClient.getJobsForObjectName(String objectName)
           
 com.google.common.util.concurrent.ListenableFuture<Set<LoadBalancer>> GridLoadBalancerAsyncClient.getLoadBalancerList()
           
 com.google.common.util.concurrent.ListenableFuture<Set<LoadBalancer>> GridLoadBalancerAsyncClient.getLoadBalancersById(Long... ids)
           
 com.google.common.util.concurrent.ListenableFuture<Set<LoadBalancer>> GridLoadBalancerAsyncClient.getLoadBalancersByName(String... names)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Option>> GridServerAsyncClient.getRamSizes()
           
 com.google.common.util.concurrent.ListenableFuture<Credentials> GridServerAsyncClient.getServerCredentials(long id)
           
 com.google.common.util.concurrent.ListenableFuture<Map<String,Credentials>> GridServerAsyncClient.getServerCredentialsList()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Option>> GridServerAsyncClient.getTypes()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Ip>> GridIpAsyncClient.getUnassignedIpList()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Ip>> GridIpAsyncClient.getUnassignedPublicIpList()
           
 com.google.common.util.concurrent.ListenableFuture<ServerImage> GridImageAsyncClient.saveImageFromServer(String friendlyName, String idOrName, SaveImageOptions... options)
           
 

Uses of ResponseParser in org.jclouds.hpcloud.objectstorage
 

Methods in org.jclouds.hpcloud.objectstorage with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<ContainerMetadata> HPCloudObjectStorageAsyncClient.getContainerMetadata(String container)
           
 

Uses of ResponseParser in org.jclouds.hpcloud.objectstorage.extensions
 

Methods in org.jclouds.hpcloud.objectstorage.extensions with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<URI> HPCloudCDNAsyncClient.enableCDN(String container)
           
 com.google.common.util.concurrent.ListenableFuture<URI> HPCloudCDNAsyncClient.enableCDN(String container, long ttl)
           
 com.google.common.util.concurrent.ListenableFuture<ContainerCDNMetadata> HPCloudCDNAsyncClient.getCDNMetadata(String container)
           
 com.google.common.util.concurrent.ListenableFuture<URI> HPCloudCDNAsyncClient.updateCDN(String container, long ttl)
           
 

Uses of ResponseParser in org.jclouds.openstack.glance.v1_0.features
 

Methods in org.jclouds.openstack.glance.v1_0.features with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<ImageDetails> ImageAsyncApi.show(String id)
           
 

Uses of ResponseParser in org.jclouds.openstack.internal
 

Methods in org.jclouds.openstack.internal with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<AuthenticationResponse> OpenStackAuthAsyncClient.authenticate(String user, String key)
           
 com.google.common.util.concurrent.ListenableFuture<AuthenticationResponse> OpenStackAuthAsyncClient.authenticateStorage(String user, String key)
           
 

Uses of ResponseParser in org.jclouds.openstack.nova.v2_0.extensions
 

Methods in org.jclouds.openstack.nova.v2_0.extensions with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<String> AdminActionsAsyncApi.createBackupOfServer(String id, String imageName, BackupType backupType, int rotation, CreateBackupOfServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> HostAdministrationAsyncApi.disableHost(String hostId)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> HostAdministrationAsyncApi.enableHost(String hostId)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> HostAdministrationAsyncApi.rebootHost(String hostId)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> HostAdministrationAsyncApi.shutdownHost(String hostId)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> HostAdministrationAsyncApi.startHostMaintenance(String hostId)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> HostAdministrationAsyncApi.startupHost(String hostId)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> HostAdministrationAsyncApi.stopHostMaintenance(String hostId)
           
 

Uses of ResponseParser in org.jclouds.openstack.nova.v2_0.features
 

Methods in org.jclouds.openstack.nova.v2_0.features with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<String> ServerAsyncApi.createImageFromServer(String name, String id)
           
 

Uses of ResponseParser in org.jclouds.openstack.swift
 

Methods in org.jclouds.openstack.swift with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<AccountMetadata> CommonSwiftAsyncClient.getAccountStatistics()
           
 com.google.common.util.concurrent.ListenableFuture<SwiftObject> CommonSwiftAsyncClient.getObject(String container, String name, GetOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<MutableObjectInfoWithMetadata> CommonSwiftAsyncClient.getObjectInfo(String container, String name)
           
 com.google.common.util.concurrent.ListenableFuture<PageSet<ObjectInfo>> CommonSwiftAsyncClient.listObjects(String container, ListContainerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<String> CommonSwiftAsyncClient.putObject(String container, SwiftObject object)
           
 com.google.common.util.concurrent.ListenableFuture<String> CommonSwiftAsyncClient.putObjectManifest(String container, String name)
           
 

Uses of ResponseParser in org.jclouds.openstack.swift.v1.features
 

Methods in org.jclouds.openstack.swift.v1.features with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<AccountMetadata> AccountAsyncApi.getAccountMetadata()
           
 

Uses of ResponseParser in org.jclouds.rest
 

Methods in org.jclouds.rest with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<String> HttpAsyncClient.post(URI location, Payload payload)
           
 com.google.common.util.concurrent.ListenableFuture<String> HttpAsyncClient.put(URI location, Payload payload)
           
 

Uses of ResponseParser in org.jclouds.rimuhosting.miro
 

Methods in org.jclouds.rimuhosting.miro with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<List<String>> RimuHostingAsyncClient.destroyServer(Long id)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Image>> RimuHostingAsyncClient.getImageList()
           
 com.google.common.util.concurrent.ListenableFuture<Set<PricingPlan>> RimuHostingAsyncClient.getPricingPlanList()
           
 com.google.common.util.concurrent.ListenableFuture<Server> RimuHostingAsyncClient.getServer(Long id)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Server>> RimuHostingAsyncClient.getServerList()
           
 com.google.common.util.concurrent.ListenableFuture<ServerInfo> RimuHostingAsyncClient.restartServer(Long id)
           
 

Uses of ResponseParser in org.jclouds.s3
 

Methods in org.jclouds.s3 with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<S3Object> S3AsyncClient.getObject(String bucketName, String key, GetOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> S3AsyncClient.headObject(String bucketName, String key)
           
 com.google.common.util.concurrent.ListenableFuture<String> S3AsyncClient.putObject(String bucketName, S3Object object, PutObjectOptions... options)
           
 

Uses of ResponseParser in org.jclouds.savvis.vpdc.internal
 

Methods in org.jclouds.savvis.vpdc.internal with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<VCloudSession> LoginAsyncApi.login()
          This request returns a token to use in subsequent requests.
 

Uses of ResponseParser in org.jclouds.trmk.vcloud_0_8
 

Methods in org.jclouds.trmk.vcloud_0_8 with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<? extends Task> TerremarkVCloudAsyncClient.configureVApp(VApp vApp, VAppConfiguration configuration)
           
 com.google.common.util.concurrent.ListenableFuture<Task> TerremarkVCloudAsyncClient.deleteVApp(URI vAppId)
           
 

Uses of ResponseParser in org.jclouds.trmk.vcloud_0_8.internal
 

Methods in org.jclouds.trmk.vcloud_0_8.internal with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<VCloudSession> TerremarkVCloudLoginAsyncClient.login()
          This request returns a token to use in subsequent requests.
 

Uses of ResponseParser in org.jclouds.vcloud.director.v1_5.features
 

Methods in org.jclouds.vcloud.director.v1_5.features with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<byte[]> VmAsyncApi.getScreenImage(URI vmURI)
           
 

Uses of ResponseParser in org.jclouds.vcloud.director.v1_5.login
 

Methods in org.jclouds.vcloud.director.v1_5.login with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<SessionWithToken> SessionAsyncApi.loginUserInOrgWithPassword(URI loginUrl, String user, String org, String password)
           
 

Uses of ResponseParser in org.jclouds.vcloud.internal
 

Methods in org.jclouds.vcloud.internal with annotations of type ResponseParser
 com.google.common.util.concurrent.ListenableFuture<VCloudSession> VCloudLoginAsyncClient.login()
          This request returns a token to use in subsequent requests.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.