public static interface StAXEndpointBuilderFactory.StAXBuilders
| Modifier and Type | Method and Description |
|---|---|
default StAXEndpointBuilderFactory.StAXEndpointBuilder |
stax(String path)
StAX (camel-stax)
The stax component allows messages to be process through a SAX
ContentHandler.
|
default StAXEndpointBuilderFactory.StAXEndpointBuilder stax(String path)
stax:contentHandlerClass
Path parameter: contentHandlerClass (required)
The FQN class name for the ContentHandler implementation to use.Apache Camel