Uses of Class
org.apache.camel.impl.engine.ValidatorKey
-
Packages that use ValidatorKey Package Description org.apache.camel.impl.engine -
-
Uses of ValidatorKey in org.apache.camel.impl.engine
Methods in org.apache.camel.impl.engine that return types with arguments of type ValidatorKey Modifier and Type Method Description protected abstract org.apache.camel.spi.ValidatorRegistry<ValidatorKey>
AbstractCamelContext. createValidatorRegistry()
protected org.apache.camel.spi.ValidatorRegistry<ValidatorKey>
SimpleCamelContext. createValidatorRegistry()
Methods in org.apache.camel.impl.engine with parameters of type ValidatorKey Modifier and Type Method Description org.apache.camel.spi.Validator
DefaultValidatorRegistry. put(ValidatorKey key, org.apache.camel.spi.Validator obj)
org.apache.camel.spi.Validator
DefaultValidatorRegistry. resolveValidator(ValidatorKey key)
-