@Path(value="/somewherez/{parameter}") public class ResourceWithPathParam extends Object
ResourceWithPathParam()
String
getSomething(String parameter)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ResourceWithPathParam()
@GET @Consumes(value="text/*") public String getSomething(@PathParam(value="parameter") String parameter)
Copyright © 2018 Mulesoft. All rights reserved.