issue 830: added VAppTemplateURNToHref conversion to get(String reference)

This commit is contained in:
Andrea Turli 2012-08-20 16:29:12 +02:00
parent aff96befbe
commit 77ae46fef3

View File

@ -75,7 +75,7 @@ public interface VAppTemplateAsyncApi {
@Consumes(VAPP_TEMPLATE)
@JAXBResponseParser
@ExceptionParser(ReturnNullOnNotFoundOr404.class)
ListenableFuture<VAppTemplate> get(@EndpointParam String reference);
ListenableFuture<VAppTemplate> get(@EndpointParam(parser = VAppTemplateURNToHref.class) String reference);
/**
* @see VAppTemplateApi#edit(String, VAppTemplate)