public void configure()

in generic-examples/http/PlatformHttpsServer.java [34:36]


  public void configure() throws Exception {
    from("platform-http:/hello?httpMethodRestrict=GET").setBody(simple("Hello ${header.name}"));
  }