Package org.jclouds.rest.binders
Class BindToXMLPayload
java.lang.Object
org.jclouds.rest.binders.BindToXMLPayload
- All Implemented Interfaces:
 Binder
Binds the request parameters to an XML formatted payload.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription<R extends HttpRequest>
RbindToRequest(R request, Object input)  
- 
Field Details
- 
xmlParser
 
 - 
 - 
Constructor Details
- 
BindToXMLPayload
 
 - 
 - 
Method Details
- 
bindToRequest
- Specified by:
 bindToRequestin interfaceBinder
 
 -