org.nuiton.io.rest
Interface RestRequestBuilder


public interface RestRequestBuilder

The contract of a request builder.

Since:
1.0.3
Author:
chemit

Method Summary
 RestRequest create(Object... args)
          Create the request given the args.
 String getName()
           
 

Method Detail

getName

String getName()
Returns:
the unique name of the request builder

create

RestRequest create(Object... args)
Create the request given the args.

Parameters:
args - args to create the request
Returns:
the created request


Copyright © 2009-2010 CodeLutin. All Rights Reserved.