| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static StaxComponentBuilderFactory.StaxComponentBuilder |
ComponentsBuilderFactory.stax()
StAX (camel-stax)
Process XML payloads by a SAX ContentHandler.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
StaxComponentBuilderFactory.StaxComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default StaxComponentBuilderFactory.StaxComponentBuilder |
StaxComponentBuilderFactory.StaxComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default StaxComponentBuilderFactory.StaxComponentBuilder |
StaxComponentBuilderFactory.StaxComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
static StaxComponentBuilderFactory.StaxComponentBuilder |
StaxComponentBuilderFactory.stax()
StAX (camel-stax)
Process XML payloads by a SAX ContentHandler.
|
Apache Camel