public static interface MsvComponentBuilderFactory.MsvComponentBuilder extends ComponentBuilder<org.apache.camel.component.validator.msv.MsvComponent>
| Modifier and Type | Method and Description |
|---|---|
default MsvComponentBuilderFactory.MsvComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default MsvComponentBuilderFactory.MsvComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MsvComponentBuilderFactory.MsvComponentBuilder |
resourceResolverFactory(org.apache.camel.component.validator.ValidatorResourceResolverFactory resourceResolverFactory)
To use a custom LSResourceResolver which depends on a dynamic
endpoint resource URI.
|
default MsvComponentBuilderFactory.MsvComponentBuilder |
schemaFactory(SchemaFactory schemaFactory)
To use the javax.xml.validation.SchemaFactory.
|
build, build, doSetProperty, registerdefault MsvComponentBuilderFactory.MsvComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault MsvComponentBuilderFactory.MsvComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault MsvComponentBuilderFactory.MsvComponentBuilder resourceResolverFactory(org.apache.camel.component.validator.ValidatorResourceResolverFactory resourceResolverFactory)
resourceResolverFactory - the value to setdefault MsvComponentBuilderFactory.MsvComponentBuilder schemaFactory(SchemaFactory schemaFactory)
schemaFactory - the value to setApache Camel