Uses of Interface
org.apache.camel.builder.endpoint.dsl.StAXEndpointBuilderFactory.AdvancedStAXEndpointBuilder
-
Packages that use StAXEndpointBuilderFactory.AdvancedStAXEndpointBuilder Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of StAXEndpointBuilderFactory.AdvancedStAXEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return StAXEndpointBuilderFactory.AdvancedStAXEndpointBuilder Modifier and Type Method Description default StAXEndpointBuilderFactory.AdvancedStAXEndpointBuilder
StAXEndpointBuilderFactory.StAXEndpointBuilder. advanced()
default StAXEndpointBuilderFactory.AdvancedStAXEndpointBuilder
StAXEndpointBuilderFactory.AdvancedStAXEndpointBuilder. synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default StAXEndpointBuilderFactory.AdvancedStAXEndpointBuilder
StAXEndpointBuilderFactory.AdvancedStAXEndpointBuilder. synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).
-