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

Packages that use JAXBResponseParser
org.jclouds.opsource.servers.features   
org.jclouds.vcloud.director.v1_5.features   
org.jclouds.vcloud.director.v1_5.features.admin   
org.jclouds.vcloud.director.v1_5.login   
 

Uses of JAXBResponseParser in org.jclouds.opsource.servers.features
 

Methods in org.jclouds.opsource.servers.features with annotations of type JAXBResponseParser
 com.google.common.util.concurrent.ListenableFuture<DataCentersList> AccountAsyncApi.getDataCentersWithLimits(String orgId)
           
 com.google.common.util.concurrent.ListenableFuture<DeployedServersList> ServerAsyncApi.getDeployedServers(String orgId)
           
 com.google.common.util.concurrent.ListenableFuture<Account> AccountAsyncApi.getMyAccount()
           
 com.google.common.util.concurrent.ListenableFuture<PendingDeployServersList> ServerAsyncApi.getPendingDeployServers(String orgId)
           
 com.google.common.util.concurrent.ListenableFuture<ServerImagesList> ServerImageAsyncApi.getServerImages()
           
 

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

Methods in org.jclouds.vcloud.director.v1_5.features with annotations of type JAXBResponseParser
 com.google.common.util.concurrent.ListenableFuture<CatalogItem> CatalogAsyncApi.addCatalogItem(URI catalogUri, CatalogItem catalogItem)
          Creates a catalog item in a catalog.
 com.google.common.util.concurrent.ListenableFuture<Void> VmAsyncApi.answerQuestion(URI vmURI, VmQuestionAnswer answer)
           
 com.google.common.util.concurrent.ListenableFuture<Void> TaskAsyncApi.cancelTask(URI taskURI)
           
 com.google.common.util.concurrent.ListenableFuture<VAppTemplate> VdcAsyncApi.captureVApp(URI vdcURI, CaptureVAppParams params)
           
 com.google.common.util.concurrent.ListenableFuture<CatalogReferences> QueryAsyncApi.catalogReferencesQuery(Integer page, Integer pageSize, String filter)
           
 com.google.common.util.concurrent.ListenableFuture<CatalogReferences> QueryAsyncApi.catalogReferencesQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<CatalogReferences> QueryAsyncApi.catalogReferencesQueryAll()
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.catalogsQuery(Integer page, Integer pageSize, String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.catalogsQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.catalogsQueryAll()
          Retrieves a list of Catalogs by using REST API general QueryHandler.
 com.google.common.util.concurrent.ListenableFuture<Media> VdcAsyncApi.cloneMedia(URI vdcURI, CloneMediaParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Media> MediaAsyncApi.cloneMedia(URI vdcRef, CloneMediaParams params)
           
 com.google.common.util.concurrent.ListenableFuture<VApp> VdcAsyncApi.cloneVApp(URI vdcURI, CloneVAppParams params)
           
 com.google.common.util.concurrent.ListenableFuture<VAppTemplate> VdcAsyncApi.cloneVAppTemplate(URI vdcURI, CloneVAppTemplateParams params)
           
 com.google.common.util.concurrent.ListenableFuture<VApp> VdcAsyncApi.composeVApp(URI vdcURI, ComposeVAppParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.consolidateVm(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.consolidateVm(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<Media> VdcAsyncApi.createMedia(URI vdcURI, Media media)
           
 com.google.common.util.concurrent.ListenableFuture<Media> MediaAsyncApi.createMedia(URI link, Media media)
           
 com.google.common.util.concurrent.ListenableFuture<Void> CatalogAsyncApi.deleteCatalogItem(URI catalogItemUri)
          Deletes a catalog item.
 com.google.common.util.concurrent.ListenableFuture<Task> MediaAsyncApi.deleteMedia(URI uri)
           
 com.google.common.util.concurrent.ListenableFuture<Task> MetadataAsyncApi.Writeable.deleteMetadataEntry(URI metaDataUri, String key)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.deleteVApp(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.deleteVappTemplate(URI templateUri)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.deleteVm(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.deploy(URI vmURI, DeployVAppParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.deploy(URI vAppURI, DeployVAppParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Void> VAppTemplateAsyncApi.disableDownload(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.discardSuspendedState(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.discardSuspendedState(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.ejectMedia(URI vmURI, MediaInsertOrEjectParams mediaParams)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.enableDownload(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<Void> VAppAsyncApi.enterMaintenanceMode(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Entity> QueryAsyncApi.entity(String id)
           
 com.google.common.util.concurrent.ListenableFuture<Void> VAppAsyncApi.exitMaintenanceMode(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Catalog> CatalogAsyncApi.getCatalog(URI catalogUri)
          Retrieves a catalog.
 com.google.common.util.concurrent.ListenableFuture<CatalogItem> CatalogAsyncApi.getCatalogItem(URI catalogItemUri)
          Retrieves a catalog item.
 com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> VAppAsyncApi.getControlAccess(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> OrgAsyncApi.getControlAccess(URI orgRef, String catalogId)
           
 com.google.common.util.concurrent.ListenableFuture<CustomizationSection> VAppTemplateAsyncApi.getCustomizationSection(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<GuestCustomizationSection> VmAsyncApi.getGuestCustomizationSection(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<GuestCustomizationSection> VAppTemplateAsyncApi.getGuestCustomizationSection(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> VAppTemplateAsyncApi.getLeaseSettingsSection(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> VAppAsyncApi.getLeaseSettingsSection(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Media> MediaAsyncApi.getMedia(URI uri)
           
 com.google.common.util.concurrent.ListenableFuture<Metadata> MetadataAsyncApi.Readable.getMetadata(URI metaDataUri)
           
 com.google.common.util.concurrent.ListenableFuture<MetadataValue> MetadataAsyncApi.Readable.getMetadataValue(URI metaDataUri, String key)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Network> NetworkAsyncApi.getNetwork(URI networkUri)
           
 com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> VAppTemplateAsyncApi.getNetworkConfigSection(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<NetworkConfigSection> VAppAsyncApi.getNetworkConfigSection(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<NetworkConnectionSection> VmAsyncApi.getNetworkConnectionSection(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<NetworkConnectionSection> VAppTemplateAsyncApi.getNetworkConnectionSection(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<NetworkSection> VAppTemplateAsyncApi.getNetworkSection(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<NetworkSection> VAppAsyncApi.getNetworkSection(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<OperatingSystemSection> VmAsyncApi.getOperatingSystemSection(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Org> OrgAsyncApi.getOrg(URI orgUri)
           
 com.google.common.util.concurrent.ListenableFuture<OrgList> OrgAsyncApi.getOrgList()
           
 com.google.common.util.concurrent.ListenableFuture<Envelope> VAppTemplateAsyncApi.getOvf(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<Owner> VAppTemplateAsyncApi.getOwner(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<Owner> VAppAsyncApi.getOwner(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Owner> MediaAsyncApi.getOwner(URI uri)
           
 com.google.common.util.concurrent.ListenableFuture<VmPendingQuestion> VmAsyncApi.getPendingQuestion(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<ProductSectionList> VmAsyncApi.getProductSections(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<ProductSectionList> VAppTemplateAsyncApi.getProductSections(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<ProductSectionList> VAppAsyncApi.getProductSections(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<RuntimeInfoSection> VmAsyncApi.getRuntimeInfoSection(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<ScreenTicket> VmAsyncApi.getScreenTicket(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<References> VAppTemplateAsyncApi.getShadowVms(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<StartupSection> VAppAsyncApi.getStartupSection(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> TaskAsyncApi.getTask(URI taskURI)
           
 com.google.common.util.concurrent.ListenableFuture<TasksList> TaskAsyncApi.getTaskList(URI orgURI)
           
 com.google.common.util.concurrent.ListenableFuture<VApp> VAppAsyncApi.getVApp(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<VAppTemplate> VAppTemplateAsyncApi.getVAppTemplate(URI reference)
           
 com.google.common.util.concurrent.ListenableFuture<NetworkConnectionSection> VAppTemplateAsyncApi.getVAppTemplateNetworkConnectionSection(URI templateURI)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Vdc> VdcAsyncApi.getVdc(URI vdcURI)
           
 com.google.common.util.concurrent.ListenableFuture<VirtualHardwareSection> VmAsyncApi.getVirtualHardwareSection(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<RasdItem> VmAsyncApi.getVirtualHardwareSectionCpu(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<RasdItemsList> VmAsyncApi.getVirtualHardwareSectionDisks(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<RasdItemsList> VmAsyncApi.getVirtualHardwareSectionMedia(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<RasdItem> VmAsyncApi.getVirtualHardwareSectionMemory(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<RasdItemsList> VmAsyncApi.getVirtualHardwareSectionNetworkCards(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<RasdItemsList> VmAsyncApi.getVirtualHardwareSectionSerialPorts(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Vm> VmAsyncApi.getVm(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.insertMedia(URI vmURI, MediaInsertOrEjectParams mediaParams)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.installVMwareTools(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<VApp> VdcAsyncApi.instantiateVApp(URI vdcURI, InstantiateVAppParams params)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.mediaListQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.mediaListQueryAll()
           
 com.google.common.util.concurrent.ListenableFuture<Task> MetadataAsyncApi.Writeable.mergeMetadata(URI metaDataUri, Metadata metadata)
           
 com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> VAppAsyncApi.modifyControlAccess(URI vAppURI, ControlAccessParams params)
           
 com.google.common.util.concurrent.ListenableFuture<ControlAccessParams> OrgAsyncApi.modifyControlAccess(URI orgRef, String catalogId, ControlAccessParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.modifyCustomizationSection(URI templateURI, CustomizationSection sectionType)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.modifyGuestCustomizationSection(URI vmURI, GuestCustomizationSection section)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.modifyGuestCustomizationSection(URI templateURI, GuestCustomizationSection section)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.modifyLeaseSettingsSection(URI templateURI, LeaseSettingsSection settingsSection)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.modifyLeaseSettingsSection(URI vAppURI, LeaseSettingsSection section)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.modifyNetworkConfigSection(URI templateURI, NetworkConfigSection section)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.modifyNetworkConfigSection(URI vAppURI, NetworkConfigSection section)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.modifyNetworkConnectionSection(URI vmURI, NetworkConnectionSection section)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.modifyNetworkConnectionSection(URI templateURI, NetworkConnectionSection section)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.modifyOperatingSystemSection(URI vmURI, OperatingSystemSection section)
           
 com.google.common.util.concurrent.ListenableFuture<Void> VAppAsyncApi.modifyOwner(URI vAppURI, Owner owner)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.modifyProductSections(URI vmURI, ProductSectionList sectionList)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.modifyProductSections(URI templateURI, ProductSectionList sections)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.modifyProductSections(URI vAppURI, ProductSectionList sectionList)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.modifyStartupSection(URI vAppURI, StartupSection section)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.modifyVApp(URI vAppURI, VApp vApp)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.modifyVAppTemplate(URI templateURI, VAppTemplate template)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.modifyVirtualHardwareSection(URI vmURI, VirtualHardwareSection section)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.modifyVirtualHardwareSectionCpu(URI vmURI, RasdItem rasd)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.modifyVirtualHardwareSectionDisks(URI vmURI, RasdItemsList rasdItemsList)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.modifyVirtualHardwareSectionMemory(URI vmURI, RasdItem rasd)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.modifyVirtualHardwareSectionNetworkCards(URI vmURI, RasdItemsList rasdItemsList)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.modifyVirtualHardwareSectionSerialPorts(URI vmURI, RasdItemsList rasdItemsList)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.modifyVm(URI vmURI, Vm vApp)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.powerOff(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.powerOff(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.powerOn(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.powerOn(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.query(Integer page, Integer pageSize, String format, String type, String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.query(String type, String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.queryAll(String type)
           
 com.google.common.util.concurrent.ListenableFuture<QueryList> QueryAsyncApi.queryList()
          REST API General queries handler.
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.reboot(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.reboot(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.recompose(URI vAppURI, RecomposeVAppParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.relocateVm(URI vmURI, RelocateParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.relocateVm(URI templateURI, RelocateParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.reset(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.reset(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> MetadataAsyncApi.Writeable.setMetadata(URI metaDataUri, String key, MetadataValue metadataValue)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.shutdown(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.shutdown(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.suspend(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.suspend(URI vAppURI)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.undeploy(URI vmURI, UndeployVAppParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.undeploy(URI vAppURI, UndeployVAppParams params)
           
 com.google.common.util.concurrent.ListenableFuture<CatalogItem> CatalogAsyncApi.updateCatalogItem(URI catalogItemUri, CatalogItem catalogItem)
          Modifies a catalog item.
 com.google.common.util.concurrent.ListenableFuture<Task> MediaAsyncApi.updateMedia(URI uri, Media media)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VmAsyncApi.upgradeHardwareVersion(URI vmURI)
           
 com.google.common.util.concurrent.ListenableFuture<VAppTemplate> VdcAsyncApi.uploadVAppTemplate(URI vdcURI, UploadVAppTemplateParams params)
           
 com.google.common.util.concurrent.ListenableFuture<VAppReferences> QueryAsyncApi.vAppReferencesQuery(Integer page, Integer pageSize, String filter)
           
 com.google.common.util.concurrent.ListenableFuture<VAppReferences> QueryAsyncApi.vAppReferencesQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<VAppReferences> QueryAsyncApi.vAppReferencesQueryAll()
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.vAppsQuery(Integer page, Integer pageSize, String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.vAppsQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.vAppsQueryAll()
          Retrieves a list of VApps by using REST API general QueryHandler.
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.vAppTemplatesQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.vAppTemplatesQueryAll()
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.vmsQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> QueryAsyncApi.vmsQueryAll()
           
 

Uses of JAXBResponseParser in org.jclouds.vcloud.director.v1_5.features.admin
 

Methods in org.jclouds.vcloud.director.v1_5.features.admin with annotations of type JAXBResponseParser
 com.google.common.util.concurrent.ListenableFuture<AdminCatalog> AdminCatalogAsyncApi.createCatalog(URI orgRef, AdminCatalog catalog)
           
 com.google.common.util.concurrent.ListenableFuture<Group> GroupAsyncApi.createGroup(URI adminOrgUri, Group group)
           
 com.google.common.util.concurrent.ListenableFuture<User> UserAsyncApi.createUser(URI userRef, User user)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AdminCatalogAsyncApi.deleteCatalog(URI catalogRef)
           
 com.google.common.util.concurrent.ListenableFuture<Void> GroupAsyncApi.deleteGroup(URI groupRef)
           
 com.google.common.util.concurrent.ListenableFuture<Void> UserAsyncApi.deleteUser(URI userRef)
           
 com.google.common.util.concurrent.ListenableFuture<Task> AdminVdcAsyncApi.deleteVdc(URI vdcRef)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AdminVdcAsyncApi.disableVdc(URI vdcRef)
           
 com.google.common.util.concurrent.ListenableFuture<Task> AdminVdcAsyncApi.editVdc(URI vdcRef, AdminVdc vdc)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AdminVdcAsyncApi.enableVdc(URI vdcRef)
           
 com.google.common.util.concurrent.ListenableFuture<AdminCatalog> AdminCatalogAsyncApi.getCatalog(URI catalogRef)
           
 com.google.common.util.concurrent.ListenableFuture<OrgEmailSettings> AdminOrgAsyncApi.getEmailSettings(URI orgRef)
           
 com.google.common.util.concurrent.ListenableFuture<OrgGeneralSettings> AdminOrgAsyncApi.getGeneralSettings(URI orgRef)
           
 com.google.common.util.concurrent.ListenableFuture<Group> GroupAsyncApi.getGroup(URI groupUri)
           
 com.google.common.util.concurrent.ListenableFuture<OrgLdapSettings> AdminOrgAsyncApi.getLdapSettings(URI orgRef)
           
 com.google.common.util.concurrent.ListenableFuture<ExternalNetwork> AdminNetworkAsyncApi.getNetwork(URI networkRef)
           
 com.google.common.util.concurrent.ListenableFuture<AdminOrg> AdminOrgAsyncApi.getOrg(URI orgRef)
           
 com.google.common.util.concurrent.ListenableFuture<Owner> AdminCatalogAsyncApi.getOwner(URI catalogRef)
           
 com.google.common.util.concurrent.ListenableFuture<OrgPasswordPolicySettings> AdminOrgAsyncApi.getPasswordPolicy(URI orgRef)
           
 com.google.common.util.concurrent.ListenableFuture<OrgSettings> AdminOrgAsyncApi.getSettings(URI orgRef)
           
 com.google.common.util.concurrent.ListenableFuture<User> UserAsyncApi.getUser(URI userRef)
           
 com.google.common.util.concurrent.ListenableFuture<OrgLeaseSettings> AdminOrgAsyncApi.getVAppLeaseSettings(URI orgRef)
           
 com.google.common.util.concurrent.ListenableFuture<OrgVAppTemplateLeaseSettings> AdminOrgAsyncApi.getVAppTemplateLeaseSettings(URI orgRef)
           
 com.google.common.util.concurrent.ListenableFuture<AdminVdc> AdminVdcAsyncApi.getVdc(URI vdcRef)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.groupsQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.groupsQueryAll()
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.orgsQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.orgsQueryAll()
           
 com.google.common.util.concurrent.ListenableFuture<Void> AdminCatalogAsyncApi.publishCatalog(URI catalogRef, PublishCatalogParams params)
           
 com.google.common.util.concurrent.ListenableFuture<Task> AdminNetworkAsyncApi.resetNetwork(URI networkRef)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.rightsQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.rightsQueryAll()
           
 com.google.common.util.concurrent.ListenableFuture<RoleReferences> AdminQueryAsyncApi.roleReferencesQueryAll()
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.rolesQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.rolesQueryAll()
           
 com.google.common.util.concurrent.ListenableFuture<Void> AdminCatalogAsyncApi.setOwner(URI catalogRef, Owner newOwner)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.strandedUsersQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.strandedUsersQueryAll()
           
 com.google.common.util.concurrent.ListenableFuture<Void> UserAsyncApi.unlockUser(URI userRef)
           
 com.google.common.util.concurrent.ListenableFuture<AdminCatalog> AdminCatalogAsyncApi.updateCatalog(URI catalogRef, AdminCatalog catalog)
           
 com.google.common.util.concurrent.ListenableFuture<OrgEmailSettings> AdminOrgAsyncApi.updateEmailSettings(URI orgRef, OrgEmailSettings settings)
           
 com.google.common.util.concurrent.ListenableFuture<OrgGeneralSettings> AdminOrgAsyncApi.updateGeneralSettings(URI orgRef, OrgGeneralSettings settings)
           
 com.google.common.util.concurrent.ListenableFuture<Group> GroupAsyncApi.updateGroup(URI groupRef, Group group)
           
 com.google.common.util.concurrent.ListenableFuture<Task> AdminNetworkAsyncApi.updateNetwork(URI networkRef, OrgNetwork network)
           
 com.google.common.util.concurrent.ListenableFuture<OrgPasswordPolicySettings> AdminOrgAsyncApi.updatePasswordPolicy(URI orgRef, OrgPasswordPolicySettings settings)
           
 com.google.common.util.concurrent.ListenableFuture<OrgSettings> AdminOrgAsyncApi.updateSettings(URI orgRef, OrgSettings settings)
           
 com.google.common.util.concurrent.ListenableFuture<User> UserAsyncApi.updateUser(URI userRef, User user)
           
 com.google.common.util.concurrent.ListenableFuture<OrgLeaseSettings> AdminOrgAsyncApi.updateVAppLeaseSettings(URI orgRef, OrgLeaseSettings settings)
           
 com.google.common.util.concurrent.ListenableFuture<OrgVAppTemplateLeaseSettings> AdminOrgAsyncApi.updateVAppTemplateLeaseSettings(URI orgRef, OrgVAppTemplateLeaseSettings settings)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.usersQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.usersQueryAll()
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.vdcsQuery(String filter)
           
 com.google.common.util.concurrent.ListenableFuture<QueryResultRecords> AdminQueryAsyncApi.vdcsQueryAll()
           
 

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

Methods in org.jclouds.vcloud.director.v1_5.login with annotations of type JAXBResponseParser
 com.google.common.util.concurrent.ListenableFuture<Session> SessionAsyncApi.getSessionWithToken(URI session, String authenticationToken)
           
 com.google.common.util.concurrent.ListenableFuture<Void> SessionAsyncApi.logoutSessionWithToken(URI session, String authenticationToken)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.