@Path(value="/form") public class ResourceWithFormParam extends Object
ResourceWithFormParam()
String
getFormcd(String parameter, int number)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ResourceWithFormParam()
@POST @Consumes(value="application/x-www-form-urlencoded") public String getFormcd(@FormParam(value="parameter") String parameter, @FormParam(value="another") int number)
Copyright © 2018 Mulesoft. All rights reserved.