org.nuiton.io.rest
Interface RestRequest
public interface RestRequest
The contract of a rest request.
- Since:
- 1.0.3
- Author:
- chemit
getPath
java.lang.String[] getPath()
- Returns:
- the splitted path to add to url
getParameters
java.lang.String[] getParameters()
- Returns:
- an array of pair (parameter name - parameter value) to pass to request
getAttachments
java.util.Map<java.lang.String,java.io.File> getAttachments()
- Returns:
- the map of attachment to pass to request
Copyright © 2009-2010 CodeLutin. All Rights Reserved.