Restlet Framework 2.2.3
Google Web Toolkit

org.restlet.client.resource
Interface ClientProxy


public interface ClientProxy

Marker interface for RESTful resource proxies. This allows you to retrieve and manipulate the underlying ClientResource of a dynamic client proxy generated by the ClientResource#create(String, Class) method for example, or by ClientResource#getChild(String, Class).

Author:
Jerome Louvel

Method Summary
 ClientResource getClientResource()
          Returns the wrapped client resource.
 

Method Detail

getClientResource

ClientResource getClientResource()
Returns the wrapped client resource.

Returns:
The wrapped client resource.

Restlet Framework 2.2.3
Google Web Toolkit

Copyright © 2005-2014 Restlet.