> +
> +    @Named("servers:create")
> +    @POST
> +    @ResponseParser(ServerApi.ServerParser.class)
> +    Server create(@BinderParam(BindToJsonPayload.class) CreateServer server);
> +
> +    @Named("servers:create")
> +    @POST
> +    @ResponseParser(ServerApi.ServerParser.class)
> +    Server createFixedInstanceServer(@BinderParam(BindToJsonPayload.class) 
> CreateFixedInstanceServer server);
> +
> +    @Named("server:update")
> +    @PUT
> +    @Path("/{serverId}")
> +    @ResponseParser(ServerApi.ServerParser.class)
> +    @Produces("application/json")

Add this annotation to all methods that produce a body?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/275/files/0767d011a984011133c9e34b3389b449ca0756cd#r68669064

Reply via email to