Class OaiPmhServerInfoRemoteImpl
java.lang.Object
org.opencastproject.serviceregistry.api.RemoteBase
org.opencastproject.oaipmh.server.remote.OaiPmhServerInfoRemoteImpl
- All Implemented Interfaces:
OaiPmhServerInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opencastproject.serviceregistry.api.RemoteBase
RemoteBase.HttpClientClosingInputStream -
Field Summary
FieldsFields inherited from class org.opencastproject.serviceregistry.api.RemoteBase
client, remoteServiceManager, serviceType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the mount point of the server, e.g.booleanCheck if the requested repo exists.voidsetRemoteServiceManager(ServiceRegistry serviceRegistry) Sets the remote service manager.voidsetTrustedHttpClient(TrustedHttpClient trustedHttpClient) Sets the trusted http clientMethods inherited from class org.opencastproject.serviceregistry.api.RemoteBase
closeConnection, elementsFromHttpResponse, getResponse, getResponse, runRequest
-
Field Details
-
SERVICE_TYPE
- See Also:
-
-
Constructor Details
-
OaiPmhServerInfoRemoteImpl
public OaiPmhServerInfoRemoteImpl()
-
-
Method Details
-
hasRepo
Description copied from interface:OaiPmhServerInfoCheck if the requested repo exists.- Specified by:
hasRepoin interfaceOaiPmhServerInfo
-
getMountPoint
Description copied from interface:OaiPmhServerInfoReturn the mount point of the server, e.g. /oaipmh. This is not the full base url like http://localhost:8080/oaipmh but only the path.- Specified by:
getMountPointin interfaceOaiPmhServerInfo
-
setTrustedHttpClient
Description copied from class:RemoteBaseSets the trusted http client- Overrides:
setTrustedHttpClientin classRemoteBase- Parameters:
trustedHttpClient-
-
setRemoteServiceManager
Description copied from class:RemoteBaseSets the remote service manager.- Overrides:
setRemoteServiceManagerin classRemoteBase- Parameters:
serviceRegistry-
-