org.jclouds.vcloud.binders
Class OrgNameVDCNameResourceEntityNameToEndpoint

java.lang.Object
  extended by org.jclouds.vcloud.binders.OrgNameVDCNameResourceNameToEndpoint
      extended by org.jclouds.vcloud.binders.OrgNameVDCNameResourceEntityNameToEndpoint
All Implemented Interfaces:
org.jclouds.rest.Binder, org.jclouds.rest.MapBinder

@Singleton
public class OrgNameVDCNameResourceEntityNameToEndpoint
extends OrgNameVDCNameResourceNameToEndpoint

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.vcloud.binders.OrgNameVDCNameResourceNameToEndpoint
defaultOrg, defaultVDC, orgVDCMap
 
Constructor Summary
OrgNameVDCNameResourceEntityNameToEndpoint(com.google.common.base.Supplier<Map<String,Map<String,VDC>>> orgVDCMap, com.google.common.base.Supplier<ReferenceType> defaultOrg, com.google.common.base.Supplier<ReferenceType> defaultVDC)
           
 
Method Summary
protected  URI getEndpointOfResourceInVDC(Object org, Object vDC, Object resource, VDC vDCObject)
           
 
Methods inherited from class org.jclouds.vcloud.binders.OrgNameVDCNameResourceNameToEndpoint
bindToRequest, bindToRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrgNameVDCNameResourceEntityNameToEndpoint

@Inject
public OrgNameVDCNameResourceEntityNameToEndpoint(com.google.common.base.Supplier<Map<String,Map<String,VDC>>> orgVDCMap,
                                                         com.google.common.base.Supplier<ReferenceType> defaultOrg,
                                                         com.google.common.base.Supplier<ReferenceType> defaultVDC)
Method Detail

getEndpointOfResourceInVDC

protected URI getEndpointOfResourceInVDC(Object org,
                                         Object vDC,
                                         Object resource,
                                         VDC vDCObject)
Specified by:
getEndpointOfResourceInVDC in class OrgNameVDCNameResourceNameToEndpoint


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.