resteasy , ( , , easymock).
:
@Path("/webservice")
public class Web
{
@GET
@Path("{web}")
@ProduceMime("application/xml")
public String test(@QueryParam("param") String param, @PathParam("web") String web)
{
}
}
- @Path - " " ( "" components.xml)
- @GET ""
- ProduceMime ConsumeMime - ,
- @QueryParam - URL @PathParam,
, get /webservice/web? param = lalala application/xml