@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface StAXEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StAXEndpointBuilderFactory.AdvancedStAXEndpointBuilder
Advanced builder for endpoint for the StAX component.
|
static interface |
StAXEndpointBuilderFactory.StAXBuilders |
static interface |
StAXEndpointBuilderFactory.StAXEndpointBuilder
Builder for endpoint for the StAX component.
|
| Modifier and Type | Method and Description |
|---|---|
static StAXEndpointBuilderFactory.StAXEndpointBuilder |
stax(String path)
StAX (camel-stax)
The stax component allows messages to be process through a SAX
ContentHandler.
|
static StAXEndpointBuilderFactory.StAXEndpointBuilder stax(String path)
stax:contentHandlerClass
Path parameter: contentHandlerClass (required)
The FQN class name for the ContentHandler implementation to use.Apache Camel