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, serviceTypeFields inherited from interface org.opencastproject.animate.api.AnimateService
JOB_TYPE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opencastproject.serviceregistry.api.RemoteBase
closeConnection, getResponse, getResponse, runRequest, setRemoteServiceManager, setTrustedHttpClient
-
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:
animatein interfaceorg.opencastproject.animate.api.AnimateService- Throws:
org.opencastproject.animate.api.AnimateServiceException
-