Package org.restlet.test.jaxrs.services.others

Examples of org.restlet.test.jaxrs.services.others.Issue971Object


    @GET
    @Path("971")
    @Produces("text/plain")
    public Issue971Object getIssue971() {
        return new Issue971Object("issue 971 description");
    }
View Full Code Here

TOP

Related Classes of org.restlet.test.jaxrs.services.others.Issue971Object

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.