Uses of Interface
org.apache.camel.builder.endpoint.dsl.StAXEndpointBuilderFactory.StAXEndpointBuilder
-
Packages that use StAXEndpointBuilderFactory.StAXEndpointBuilder Package Description org.apache.camel.builder.endpoint org.apache.camel.builder.endpoint.dsl -
-
Uses of StAXEndpointBuilderFactory.StAXEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return StAXEndpointBuilderFactory.StAXEndpointBuilder Modifier and Type Method Description static StAXEndpointBuilderFactory.StAXEndpointBuilder
StaticEndpointBuilders. stax(String path)
StAX (camel-stax) Process XML payloads by a SAX ContentHandler.static StAXEndpointBuilderFactory.StAXEndpointBuilder
StaticEndpointBuilders. stax(String componentName, String path)
StAX (camel-stax) Process XML payloads by a SAX ContentHandler. -
Uses of StAXEndpointBuilderFactory.StAXEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return StAXEndpointBuilderFactory.StAXEndpointBuilder Modifier and Type Method Description default StAXEndpointBuilderFactory.StAXEndpointBuilder
StAXEndpointBuilderFactory.AdvancedStAXEndpointBuilder. basic()
static StAXEndpointBuilderFactory.StAXEndpointBuilder
StAXEndpointBuilderFactory. endpointBuilder(String componentName, String path)
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).default StAXEndpointBuilderFactory.StAXEndpointBuilder
StAXEndpointBuilderFactory.StAXBuilders. stax(String path)
StAX (camel-stax) Process XML payloads by a SAX ContentHandler.default StAXEndpointBuilderFactory.StAXEndpointBuilder
StAXEndpointBuilderFactory.StAXBuilders. stax(String componentName, String path)
StAX (camel-stax) Process XML payloads by a SAX ContentHandler.
-