| Package | Description |
|---|---|
| org.fcrepo.camel |
| Modifier and Type | Method and Description |
|---|---|
FcrepoResponse |
FcrepoClient.delete(URI url)
Make a DELETE request
|
FcrepoResponse |
FcrepoClient.get(URI url,
String accept,
String prefer)
Make a GET request
|
FcrepoResponse |
FcrepoClient.head(URI url)
Make a HEAD response
|
FcrepoResponse |
FcrepoClient.patch(URI url,
InputStream body)
Make a PATCH request
Please note: the body should have an application/sparql-update content-type
|
FcrepoResponse |
FcrepoClient.post(URI url,
InputStream body,
String contentType)
Make a POST request
|
void |
FcrepoProducer.process(org.apache.camel.Exchange exchange)
Define how message exchanges are processed.
|
FcrepoResponse |
FcrepoClient.put(URI url,
InputStream body,
String contentType)
Make a PUT request
|
Copyright © 2015 DuraSpace, Inc.. All Rights Reserved.