/** * Workflow REST and WSDL Service endpoints */ @XmlSchema(elementFormDefault = XmlNsForm.QUALIFIED, attributeFormDefault = XmlNsForm.UNQUALIFIED) package org.opencastproject.workflow.endpoint; import javax.xml.bind.annotation.XmlNsForm; import javax.xml.bind.annotation.XmlSchema;