Class RssResource


  • @Path("/rss")
    public class RssResource
    extends Object
    • Field Detail

      • consumerTemplate

        @Inject
        org.apache.camel.ConsumerTemplate consumerTemplate
    • Constructor Detail

      • RssResource

        public RssResource()
    • Method Detail

      • component

        @Path("/component")
        @GET
        @Produces("application/json")
        public javax.json.JsonObject component​(@QueryParam("test-port")
                                               int port)
                                        throws Exception
        Throws:
        Exception
      • dataformatMarshalUnmarshal

        @Path("/dataformat")
        @GET
        @Produces("application/json")
        public javax.json.JsonObject dataformatMarshalUnmarshal()
                                                         throws Exception
        Throws:
        Exception