Class RestPrimaryDataEntityResource
- java.lang.Object
-
- de.ipk_gatersleben.bit.bi.edal.rest.server.RestPrimaryDataEntityResource
-
@Path("/entity") public class RestPrimaryDataEntityResource extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RestPrimaryDataEntityResource()
-
Method Summary
Modifier and Type Method Description RestPrimaryDataEntity
getHTML()
RestPrimaryDataEntity
getJSON()
RestPrimaryDataEntity
getXML()
-
-
-
Method Detail
-
getXML
@GET @Produces("application/xml") public RestPrimaryDataEntity getXML()
-
getJSON
@GET @Produces("application/json") public RestPrimaryDataEntity getJSON()
-
getHTML
@GET @Produces("text/xml") public RestPrimaryDataEntity getHTML()
-
-