Class AnimateServiceRemoteImpl

java.lang.Object
org.opencastproject.serviceregistry.api.RemoteBase
org.opencastproject.animate.remote.AnimateServiceRemoteImpl
All Implemented Interfaces:
org.opencastproject.animate.api.AnimateService

public class AnimateServiceRemoteImpl extends org.opencastproject.serviceregistry.api.RemoteBase implements org.opencastproject.animate.api.AnimateService
Create video animations using Synfig
  • Nested Class Summary

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

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

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

    client, elementsFromHttpResponse, remoteServiceManager, serviceType

    Fields inherited from interface org.opencastproject.animate.api.AnimateService

    JOB_TYPE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new animate service instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opencastproject.job.api.Job
    animate(URI animation, Map<String,String> metadata, List<String> options)
     

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

    closeConnection, getResponse, getResponse, runRequest, setRemoteServiceManager, setTrustedHttpClient

    Methods inherited from class java.lang.Object

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

    • AnimateServiceRemoteImpl

      public AnimateServiceRemoteImpl()
      Creates a new animate service instance.
  • Method Details

    • animate

      public org.opencastproject.job.api.Job animate(URI animation, Map<String,String> metadata, List<String> options) throws org.opencastproject.animate.api.AnimateServiceException
      Specified by:
      animate in interface org.opencastproject.animate.api.AnimateService
      Throws:
      org.opencastproject.animate.api.AnimateServiceException