fr.cnes.sitools.util
Class ClientResourceProxy

java.lang.Object
  extended by fr.cnes.sitools.util.ClientResourceProxy
All Implemented Interfaces:
org.restlet.resource.ClientProxy

public class ClientResourceProxy
extends java.lang.Object
implements org.restlet.resource.ClientProxy

ClientResourceProxy based on ProxySettings

Author:
Jean-Christophe Malapert

Constructor Summary
ClientResourceProxy(org.restlet.data.Reference reference, org.restlet.data.Method method)
          Constructor with Reference and Method
ClientResourceProxy(java.lang.String url, org.restlet.data.Method method)
          Constructor with url and Method
 
Method Summary
 org.restlet.resource.ClientResource getClientResource()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientResourceProxy

public ClientResourceProxy(java.lang.String url,
                           org.restlet.data.Method method)
Constructor with url and Method

Parameters:
url - the url
method - the Method

ClientResourceProxy

public ClientResourceProxy(org.restlet.data.Reference reference,
                           org.restlet.data.Method method)
Constructor with Reference and Method

Parameters:
reference - the Reference
method - the Method
Method Detail

getClientResource

public org.restlet.resource.ClientResource getClientResource()
Specified by:
getClientResource in interface org.restlet.resource.ClientProxy


Copyright © 2010-2013 CNES. All Rights Reserved.