Class RssResource
java.lang.Object
org.apache.camel.quarkus.component.rss.it.RssResource
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) org.apache.camel.ConsumerTemplate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.json.JsonObjectcomponent(int port) javax.json.JsonObject
-
Field Details
-
consumerTemplate
@Inject org.apache.camel.ConsumerTemplate consumerTemplate
-
-
Constructor Details
-
RssResource
public RssResource()
-
-
Method Details
-
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
-