Uses of Interface
org.apache.camel.xml.in.BaseParser.AttributeHandler
Packages that use BaseParser.AttributeHandler
-
Uses of BaseParser.AttributeHandler in org.apache.camel.xml.in
Methods in org.apache.camel.xml.in that return BaseParser.AttributeHandlerModifier and TypeMethodDescriptionprotected <T extends org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition>
BaseParser.AttributeHandler<T> ModelParser.defaultErrorHandlerDefinitionAttributeHandler()protected BaseParser.AttributeHandler<Element> BaseParser.domAttributeHandler()protected <T extends org.apache.camel.model.language.ExpressionDefinition>
BaseParser.AttributeHandler<T> ModelParser.expressionDefinitionAttributeHandler()protected <T extends org.apache.camel.model.FaultToleranceConfigurationCommon>
BaseParser.AttributeHandler<T> ModelParser.faultToleranceConfigurationCommonAttributeHandler()protected <T extends org.apache.camel.model.dataformat.FhirDataformat>
BaseParser.AttributeHandler<T> ModelParser.fhirDataformatAttributeHandler()protected <T extends org.apache.camel.model.IdentifiedType>
BaseParser.AttributeHandler<T> ModelParser.identifiedTypeAttributeHandler()protected <T extends org.apache.camel.model.tokenizer.LangChain4jTokenizerDefinition>
BaseParser.AttributeHandler<T> ModelParser.langChain4jTokenizerDefinitionAttributeHandler()protected <T> BaseParser.AttributeHandler<T> BaseParser.noAttributeHandler()protected <T extends org.apache.camel.model.OptionalIdentifiedDefinition>
BaseParser.AttributeHandler<T> ModelParser.optionalIdentifiedDefinitionAttributeHandler()protected <T extends org.apache.camel.model.ProcessorDefinition>
BaseParser.AttributeHandler<T> ModelParser.processorDefinitionAttributeHandler()protected <T extends org.apache.camel.model.Resilience4jConfigurationCommon>
BaseParser.AttributeHandler<T> ModelParser.resilience4jConfigurationCommonAttributeHandler()protected <T extends org.apache.camel.model.rest.RestSecurityDefinition>
BaseParser.AttributeHandler<T> ModelParser.restSecurityDefinitionAttributeHandler()protected <T extends org.apache.camel.model.SendDefinition>
BaseParser.AttributeHandler<T> ModelParser.sendDefinitionAttributeHandler()protected <T extends org.apache.camel.model.language.SingleInputTypedExpressionDefinition>
BaseParser.AttributeHandler<T> ModelParser.singleInputTypedExpressionDefinitionAttributeHandler()protected <T extends org.apache.camel.model.ToDynamicDefinition>
BaseParser.AttributeHandler<T> ModelParser.toDynamicDefinitionAttributeHandler()protected <T extends org.apache.camel.model.errorhandler.TransactionErrorHandlerDefinition>
BaseParser.AttributeHandler<T> ModelParser.transactionErrorHandlerDefinitionAttributeHandler()protected <T extends org.apache.camel.model.transformer.TransformerDefinition>
BaseParser.AttributeHandler<T> ModelParser.transformerDefinitionAttributeHandler()protected <T extends org.apache.camel.model.language.TypedExpressionDefinition>
BaseParser.AttributeHandler<T> ModelParser.typedExpressionDefinitionAttributeHandler()protected <T extends org.apache.camel.model.dataformat.UniVocityAbstractDataFormat>
BaseParser.AttributeHandler<T> ModelParser.uniVocityAbstractDataFormatAttributeHandler()protected <T extends org.apache.camel.model.validator.ValidatorDefinition>
BaseParser.AttributeHandler<T> ModelParser.validatorDefinitionAttributeHandler()protected <T extends org.apache.camel.model.rest.VerbDefinition>
BaseParser.AttributeHandler<T> ModelParser.verbDefinitionAttributeHandler()Methods in org.apache.camel.xml.in with parameters of type BaseParser.AttributeHandlerModifier and TypeMethodDescriptionprotected <T> TBaseParser.doParse(T definition, BaseParser.AttributeHandler<T> attributeHandler, BaseParser.ElementHandler<T> elementHandler, BaseParser.ValueHandler<T> valueHandler) protected <T> TBaseParser.doParse(T definition, BaseParser.AttributeHandler<T> attributeHandler, BaseParser.ElementHandler<T> elementHandler, BaseParser.ValueHandler<T> valueHandler, boolean supportsExternalNamespaces) protected <T> TBaseParser.doParseXml(T definition, BaseParser.AttributeHandler<T> attributeHandler, BaseParser.ElementHandler<T> elementHandler, BaseParser.ValueHandler<T> valueHandler, boolean supportsExternalNamespaces)