class org.restlet.client.data.Reference has all the functionality you are looking for.
You can then assign a Reference directly to a ClientResource : resource.getClientResource().setReference(ref); ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2912194

