Class StaxResource
java.lang.Object
org.apache.camel.quarkus.component.stax.it.StaxResource
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) org.apache.camel.CamelContext(package private) org.apache.camel.ProducerTemplate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoid
-
Field Details
-
context
@Inject org.apache.camel.CamelContext context -
producerTemplate
@Inject org.apache.camel.ProducerTemplate producerTemplate
-
-
Constructor Details
-
StaxResource
public StaxResource()
-
-
Method Details
-
staxProcessRecords
- 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
-