Interface ImageApi
-
@Consumes("text/xml") @Produces("text/xml") public interface ImageApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Image>
getAllImages()
Image
getImage(String identifier)
-