Class AbstractOaiPmhServerInfoRestEndpoint
java.lang.Object
org.opencastproject.oaipmh.server.AbstractOaiPmhServerInfoRestEndpoint
- Direct Known Subclasses:
OsgiOaiPmhServerInfoRestEndpoint
Assistant REST endpoint to support a distributed deployment of the
OaiPmhServer.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Responseabstract org.opencastproject.oaipmh.server.OaiPmhServerInfojavax.ws.rs.core.Response
-
Constructor Details
-
AbstractOaiPmhServerInfoRestEndpoint
public AbstractOaiPmhServerInfoRestEndpoint()
-
-
Method Details
-
getOaiPmhServerInfo
public abstract org.opencastproject.oaipmh.server.OaiPmhServerInfo getOaiPmhServerInfo() -
hasRepo
@GET @Path("/hasrepo/{repoId}") @Produces("text/plain") public javax.ws.rs.core.Response hasRepo(@PathParam("repoId") String repoId) -
getMountPoint
@GET @Path("/mountpoint") @Produces("text/plain") public javax.ws.rs.core.Response getMountPoint()
-