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
1 changed files with 1 additions and 1 deletions

View File

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