Examples of Issue971Object


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
Copyright © 2018 www.massapi.com. 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.