Class StaxResource
- java.lang.Object
-
- org.apache.camel.quarkus.component.stax.it.StaxResource
-
@Path("/stax") public class StaxResource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.apache.camel.CamelContextcontext(package private) org.apache.camel.ProducerTemplateproducerTemplate
-
Constructor Summary
Constructors Constructor Description StaxResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TagCountHandlercountingHandler()intstaxProcessRecords()intstaxProcessRecordsByRef()voidstaxSplitRecords()
-
-
-
Method Detail
-
staxProcessRecords
@Path("/records") @GET @Produces("text/plain") public int staxProcessRecords() throws Exception- Throws:
Exception
-
staxProcessRecordsByRef
@Path("/records/byref") @GET @Produces("text/plain") public int staxProcessRecordsByRef() throws Exception- Throws:
Exception
-
staxSplitRecords
@Path("/records/split") @GET @Produces("text/plain") public void staxSplitRecords() throws Exception- Throws:
Exception
-
countingHandler
@Produces @Named("countingHandler") public TagCountHandler countingHandler()
-
-