@Singleton public class BindToPath extends Object implements Binder
Constructor and Description |
---|
BindToPath() |
Modifier and Type | Method and Description |
---|---|
<R extends HttpRequest> |
bindToRequest(R request,
Object input) |
protected static com.abiquo.model.transport.SingleResourceTransportDto |
checkValidInput(Object input) |
protected String |
getNewEndpoint(GeneratedHttpRequest gRequest,
Object input)
Get the new endpoint to use.
|
protected static <R extends HttpRequest> |
getParameterString(R request) |
public <R extends HttpRequest> R bindToRequest(R request, Object input)
bindToRequest
in interface Binder
protected String getNewEndpoint(GeneratedHttpRequest gRequest, Object input)
gRequest
- The request.input
- The input parameter.protected static com.abiquo.model.transport.SingleResourceTransportDto checkValidInput(Object input)
protected static <R extends HttpRequest> String getParameterString(R request)
Copyright © 2009-2013 jclouds. All Rights Reserved.