Package | Description |
---|---|
org.restlet.engine.resource | |
org.restlet.ext.odata | |
org.restlet.ext.rdf | |
org.restlet.ext.sip | |
org.restlet.resource |
Modifier and Type | Method and Description |
---|---|
ClientResource |
ClientInvocationHandler.getClientResource()
Returns the associated client resource.
|
Constructor and Description |
---|
ClientInvocationHandler(ClientResource clientResource,
Class<? extends T> resourceInterface)
Constructor.
|
ClientInvocationHandler(ClientResource clientResource,
Class<? extends T> resourceInterface,
AnnotationUtils annotationUtils)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ClientResource |
Service.createResource(Reference reference)
Returns an instance of
ClientResource given an absolute
reference. |
ClientResource |
Service.createResource(String relativePath)
Returns an instance of
ClientResource given a path (relative to
the service reference). |
Modifier and Type | Class and Description |
---|---|
class |
RdfClientResource
Linked client resource.
|
Modifier and Type | Class and Description |
---|---|
class |
SipClientResource
Deprecated.
Will be removed to focus on Web APIs.
|
Modifier and Type | Method and Description |
---|---|
ClientResource |
ClientResource.getChild(Reference relativeRef)
Returns the child resource defined by its URI relatively to the current
resource.
|
ClientResource |
ClientResource.getChild(String relativeUri)
Returns the child resource defined by its URI relatively to the current
resource.
|
ClientResource |
ClientProxy.getClientResource()
Returns the wrapped client resource.
|
ClientResource |
ClientResource.getParent()
Returns the parent resource.
|
Constructor and Description |
---|
ClientResource(ClientResource resource)
Constructor.
|
Copyright © 2005–2019. All rights reserved.