- All Known Implementing Classes:
Resource
, Resource
@Path("interfaceresource")
public interface ResourceInterface
-
Method Summary
-
Method Details
-
get
@Consumes("text/plain")
@Produces("text/plain")
@Path("get")
@GET
String get(@DefaultValue("interface") @FormParam("xyz")
String param)