Class VideoEditorServiceEndpoint
java.lang.Object
org.opencastproject.rest.AbstractJobProducerEndpoint
org.opencastproject.videoeditor.endpoint.VideoEditorServiceEndpoint
VideoEditorService REST Endpoint.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the job producer that is backing this REST endpoint.Return the service registry.javax.ws.rs.core.ResponseprocessSmil(String smilStr) voidsetServiceRegistry(ServiceRegistry serviceRegistry) voidsetSmilService(SmilService smilService) voidsetVideoEditorService(VideoEditorService videoEditorService) Methods inherited from class org.opencastproject.rest.AbstractJobProducerEndpoint
checkHeartbeat, dispatchJob
-
Constructor Details
-
VideoEditorServiceEndpoint
public VideoEditorServiceEndpoint()
-
-
Method Details
-
processSmil
@POST @Path("/process-smil") @Produces("application/xml") public javax.ws.rs.core.Response processSmil(@FormParam("smil") String smilStr) -
getService
Description copied from class:AbstractJobProducerEndpointReturns the job producer that is backing this REST endpoint.- Specified by:
getServicein classAbstractJobProducerEndpoint- Returns:
- the job producer
-
getServiceRegistry
Description copied from class:AbstractJobProducerEndpointReturn the service registry.- Specified by:
getServiceRegistryin classAbstractJobProducerEndpoint
-
setVideoEditorService
-
setServiceRegistry
-
setSmilService
-