Class OaiPmhServerInfoRemoteImpl

java.lang.Object
org.opencastproject.serviceregistry.api.RemoteBase
org.opencastproject.oaipmh.server.remote.OaiPmhServerInfoRemoteImpl
All Implemented Interfaces:
org.opencastproject.oaipmh.server.OaiPmhServerInfo

public class OaiPmhServerInfoRemoteImpl extends org.opencastproject.serviceregistry.api.RemoteBase implements org.opencastproject.oaipmh.server.OaiPmhServerInfo
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.opencastproject.serviceregistry.api.RemoteBase

    org.opencastproject.serviceregistry.api.RemoteBase.HttpClientClosingInputStream
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class org.opencastproject.serviceregistry.api.RemoteBase

    client, elementsFromHttpResponse, remoteServiceManager, serviceType
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
    void
    setRemoteServiceManager(org.opencastproject.serviceregistry.api.ServiceRegistry serviceRegistry)
     
    void
    setTrustedHttpClient(org.opencastproject.security.api.TrustedHttpClient trustedHttpClient)
     

    Methods inherited from class org.opencastproject.serviceregistry.api.RemoteBase

    closeConnection, getResponse, getResponse, runRequest

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • OaiPmhServerInfoRemoteImpl

      public OaiPmhServerInfoRemoteImpl()
  • Method Details

    • hasRepo

      public boolean hasRepo(String id)
      Specified by:
      hasRepo in interface org.opencastproject.oaipmh.server.OaiPmhServerInfo
    • getMountPoint

      public String getMountPoint()
      Specified by:
      getMountPoint in interface org.opencastproject.oaipmh.server.OaiPmhServerInfo
    • setTrustedHttpClient

      public void setTrustedHttpClient(org.opencastproject.security.api.TrustedHttpClient trustedHttpClient)
      Overrides:
      setTrustedHttpClient in class org.opencastproject.serviceregistry.api.RemoteBase
    • setRemoteServiceManager

      public void setRemoteServiceManager(org.opencastproject.serviceregistry.api.ServiceRegistry serviceRegistry)
      Overrides:
      setRemoteServiceManager in class org.opencastproject.serviceregistry.api.RemoteBase