@Path(value="/kie-service") public interface KieCamelTestService
String
runCommand(String command)
Person
verifyAge(Person person)
@POST @Path(value="/age-verification") @Consumes(value="application/xml") @Produces(value="application/xml") Person verifyAge(Person person)
@POST @Path(value="/run-command") @Consumes(value="text/plain") @Produces(value="text/plain") String runCommand(String command)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.