public static interface SchematronEndpointBuilderFactory.AdvancedSchematronEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
basic() |
default SchematronEndpointBuilderFactory.AdvancedSchematronEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SchematronEndpointBuilderFactory.AdvancedSchematronEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SchematronEndpointBuilderFactory.AdvancedSchematronEndpointBuilder |
uriResolver(Object uriResolver)
Set the URIResolver to be used for resolving schematron includes in
the rules file.
|
default SchematronEndpointBuilderFactory.AdvancedSchematronEndpointBuilder |
uriResolver(String uriResolver)
Set the URIResolver to be used for resolving schematron includes in
the rules file.
|
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder basic()
default SchematronEndpointBuilderFactory.AdvancedSchematronEndpointBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault SchematronEndpointBuilderFactory.AdvancedSchematronEndpointBuilder synchronous(String synchronous)
synchronous - the value to setdefault SchematronEndpointBuilderFactory.AdvancedSchematronEndpointBuilder uriResolver(Object uriResolver)
uriResolver - the value to setdefault SchematronEndpointBuilderFactory.AdvancedSchematronEndpointBuilder uriResolver(String uriResolver)
uriResolver - the value to setApache Camel