org.opencastproject.capture.admin.api.package-info Maven / Gradle / Ivy
/**
* Capture-admin service implementation classes.
* These provide a centralized place where we can store Agents, Recordings, their states and their capabilities.
*/
@XmlSchema(elementFormDefault = XmlNsForm.QUALIFIED, attributeFormDefault = XmlNsForm.UNQUALIFIED, namespace = "http://capture.admin.opencastproject.org")
package org.opencastproject.capture.admin.api;
import javax.xml.bind.annotation.XmlNsForm;
import javax.xml.bind.annotation.XmlSchema;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy