org.jclouds.rest
Interface Binder

All Known Subinterfaces:
MapBinder
All Known Implementing Classes:
BindAsHostPrefix, BindMapToMatrixParams, BindMapToStringPayload, BindToJsonPayload, BindToJsonPayloadWrappedWith, BindToStringPayload, BindToXMLPayload

public interface Binder

Adds an payload to a request.

Author:
Adrian Cole

Method Summary
<R extends HttpRequest>
R
bindToRequest(R request, Object input)
           
 

Method Detail

bindToRequest

<R extends HttpRequest> R bindToRequest(R request,
                                        Object input)


Copyright © 2009-2012 jclouds. All Rights Reserved.