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.StAXEndpointBuilderStaticEndpointBuilders. stax(String path)StAX (camel-stax) Process XML payloads by a SAX ContentHandler.static StAXEndpointBuilderFactory.StAXEndpointBuilderStaticEndpointBuilders. 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 static StAXEndpointBuilderFactory.StAXEndpointBuilderStAXEndpointBuilderFactory. endpointBuilder(String componentName, String path)default StAXEndpointBuilderFactory.StAXEndpointBuilderStAXEndpointBuilderFactory.StAXEndpointBuilder. lazyStartProducer(boolean lazyStartProducer)Whether the producer should be started lazy (on the first message).default StAXEndpointBuilderFactory.StAXEndpointBuilderStAXEndpointBuilderFactory.StAXEndpointBuilder. lazyStartProducer(String lazyStartProducer)Whether the producer should be started lazy (on the first message).default StAXEndpointBuilderFactory.StAXEndpointBuilderStAXEndpointBuilderFactory.StAXBuilders. stax(String path)StAX (camel-stax) Process XML payloads by a SAX ContentHandler.default StAXEndpointBuilderFactory.StAXEndpointBuilderStAXEndpointBuilderFactory.StAXBuilders. stax(String componentName, String path)StAX (camel-stax) Process XML payloads by a SAX ContentHandler.
-