Package com.kaltura.client.services
Class SchemaService
- java.lang.Object
-
- com.kaltura.client.services.SchemaService
-
public class SchemaService extends Object
Expose the schema definitions for syndication MRSS, bulk upload XML and other schema types.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSchemaService.ServeSchemaBuilder
-
Constructor Summary
Constructors Constructor Description SchemaService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SchemaService.ServeSchemaBuilderserve(SchemaType type)Serves the requested XSD according to the type and name.
-
-
-
Method Detail
-
serve
public static SchemaService.ServeSchemaBuilder serve(SchemaType type)
Serves the requested XSD according to the type and name.- Parameters:
type-
-
-