org.jclouds.rest
Interface Binder

All Known Subinterfaces:
MapBinder
All Known Implementing Classes:
BindAsHostPrefix, 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-2013 jclouds. All Rights Reserved.