public class GetObjectXML extends FedoraRequest<GetObjectXML>
| Constructor and Description |
|---|
GetObjectXML(String pid) |
| Modifier and Type | Method and Description |
|---|---|
FedoraResponse |
execute(FedoraClient fedora)
Execute this request using the supplied FedoraClient instance.
|
addHeader, addQueryParam, execute, getFirstQueryParam, getHeaders, getQueryParam, getQueryParams, isDefaultClientSet, removeHeader, resource, resource, resource, resource, setDefaultClient, setHeaders, xParampublic GetObjectXML(String pid)
pid - persistent identifier of the digital object, e.g. "demo:1".public FedoraResponse execute(FedoraClient fedora) throws FedoraClientException
FedoraRequestExecute this request using the supplied FedoraClient instance.
execute in class FedoraRequest<GetObjectXML>fedora - an instance of FedoraClientFedoraClientException - if the HTTP status code of the response is
>= 400.Copyright © 2010-2013 MediaShelf. All Rights Reserved.