| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default StAXEndpointBuilderFactory.StAXEndpointBuilder |
StAXEndpointBuilderFactory.AdvancedStAXEndpointBuilder.basic() |
default StAXEndpointBuilderFactory.StAXEndpointBuilder |
StAXEndpointBuilderFactory.StAXEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default StAXEndpointBuilderFactory.StAXEndpointBuilder |
StAXEndpointBuilderFactory.StAXEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
static StAXEndpointBuilderFactory.StAXEndpointBuilder |
StAXEndpointBuilderFactory.stax(String path)
StAX (camel-stax)
The stax component allows messages to be process through a SAX
ContentHandler.
|
default StAXEndpointBuilderFactory.StAXEndpointBuilder |
StAXEndpointBuilderFactory.StAXBuilders.stax(String path)
StAX (camel-stax)
The stax component allows messages to be process through a SAX
ContentHandler.
|
Apache Camel