Package org.apache.camel.xml.in
Class ModelParser
- java.lang.Object
-
- org.apache.camel.xml.in.BaseParser
-
- org.apache.camel.xml.in.ModelParser
-
public class ModelParser extends BaseParser
-
-
Field Summary
-
Fields inherited from class org.apache.camel.xml.in.BaseParser
namespace, parser, resource
-
-
Constructor Summary
Constructors Constructor Description ModelParser(InputStream input)
ModelParser(InputStream input, String namespace)
ModelParser(Reader reader)
ModelParser(Reader reader, String namespace)
ModelParser(org.apache.camel.spi.Resource input)
ModelParser(org.apache.camel.spi.Resource input, String namespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T extends org.apache.camel.model.ChoiceDefinition>
org.apache.camel.xml.in.BaseParser.ElementHandler<T>choiceDefinitionElementHandler()
protected org.apache.camel.model.AggregateDefinition
doParseAggregateDefinition()
protected org.apache.camel.model.dataformat.Any23DataFormat
doParseAny23DataFormat()
protected org.apache.camel.model.dataformat.ASN1DataFormat
doParseASN1DataFormat()
protected org.apache.camel.model.dataformat.AvroDataFormat
doParseAvroDataFormat()
protected org.apache.camel.model.dataformat.BarcodeDataFormat
doParseBarcodeDataFormat()
protected org.apache.camel.model.dataformat.Base64DataFormat
doParseBase64DataFormat()
protected org.apache.camel.model.config.BatchResequencerConfig
doParseBatchResequencerConfig()
protected org.apache.camel.model.BeanDefinition
doParseBeanDefinition()
protected org.apache.camel.model.dataformat.BeanioDataFormat
doParseBeanioDataFormat()
protected org.apache.camel.model.dataformat.BindyDataFormat
doParseBindyDataFormat()
protected org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfiguration
doParseBlacklistServiceCallServiceFilterConfiguration()
protected org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
doParseCachingServiceCallServiceDiscoveryConfiguration()
protected org.apache.camel.model.CatchDefinition
doParseCatchDefinition()
protected org.apache.camel.model.dataformat.CBORDataFormat
doParseCBORDataFormat()
protected org.apache.camel.model.ChoiceDefinition
doParseChoiceDefinition()
protected org.apache.camel.model.CircuitBreakerDefinition
doParseCircuitBreakerDefinition()
protected org.apache.camel.model.ClaimCheckDefinition
doParseClaimCheckDefinition()
protected org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
doParseCombinedServiceCallServiceDiscoveryConfiguration()
protected org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
doParseCombinedServiceCallServiceFilterConfiguration()
protected org.apache.camel.model.language.ConstantExpression
doParseConstantExpression()
protected org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
doParseConsulServiceCallServiceDiscoveryConfiguration()
protected org.apache.camel.model.ContextScanDefinition
doParseContextScanDefinition()
protected org.apache.camel.model.ConvertBodyDefinition
doParseConvertBodyDefinition()
protected org.apache.camel.model.dataformat.CryptoDataFormat
doParseCryptoDataFormat()
protected org.apache.camel.model.language.CSimpleExpression
doParseCSimpleExpression()
protected org.apache.camel.model.dataformat.CsvDataFormat
doParseCsvDataFormat()
protected org.apache.camel.model.dataformat.CustomDataFormat
doParseCustomDataFormat()
protected org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition
doParseCustomLoadBalancerDefinition()
protected org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration
doParseCustomServiceCallServiceFilterConfiguration()
protected org.apache.camel.model.transformer.CustomTransformerDefinition
doParseCustomTransformerDefinition()
protected org.apache.camel.model.validator.CustomValidatorDefinition
doParseCustomValidatorDefinition()
protected org.apache.camel.model.DataFormatDefinition
doParseDataFormatDefinition()
protected org.apache.camel.model.DataFormatDefinition
doParseDataFormatDefinitionRef(String key)
protected org.apache.camel.model.dataformat.DataFormatsDefinition
doParseDataFormatsDefinition()
protected org.apache.camel.model.transformer.DataFormatTransformerDefinition
doParseDataFormatTransformerDefinition()
protected org.apache.camel.model.language.DatasonnetExpression
doParseDatasonnetExpression()
protected org.apache.camel.model.cloud.DefaultServiceCallServiceLoadBalancerConfiguration
doParseDefaultServiceCallServiceLoadBalancerConfiguration()
protected org.apache.camel.model.DelayDefinition
doParseDelayDefinition()
protected org.apache.camel.model.rest.DeleteVerbDefinition
doParseDeleteVerbDefinition()
protected org.apache.camel.model.DescriptionDefinition
doParseDescriptionDefinition()
protected org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfiguration
doParseDnsServiceCallServiceDiscoveryConfiguration()
protected org.apache.camel.model.DynamicRouterDefinition
doParseDynamicRouterDefinition()
protected org.apache.camel.model.transformer.EndpointTransformerDefinition
doParseEndpointTransformerDefinition()
protected org.apache.camel.model.validator.EndpointValidatorDefinition
doParseEndpointValidatorDefinition()
protected org.apache.camel.model.EnrichDefinition
doParseEnrichDefinition()
protected org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration
doParseEtcdServiceCallServiceDiscoveryConfiguration()
protected org.apache.camel.model.language.ExchangePropertyExpression
doParseExchangePropertyExpression()
protected org.apache.camel.model.language.ExpressionDefinition
doParseExpressionDefinition()
protected org.apache.camel.model.language.ExpressionDefinition
doParseExpressionDefinitionRef(String key)
protected org.apache.camel.model.ExpressionSubElementDefinition
doParseExpressionSubElementDefinition()
protected org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
doParseFailoverLoadBalancerDefinition()
protected org.apache.camel.model.FaultToleranceConfigurationCommon
doParseFaultToleranceConfigurationCommon()
protected org.apache.camel.model.FaultToleranceConfigurationDefinition
doParseFaultToleranceConfigurationDefinition()
protected org.apache.camel.model.dataformat.FhirJsonDataFormat
doParseFhirJsonDataFormat()
protected org.apache.camel.model.dataformat.FhirXmlDataFormat
doParseFhirXmlDataFormat()
protected org.apache.camel.model.FilterDefinition
doParseFilterDefinition()
protected org.apache.camel.model.FinallyDefinition
doParseFinallyDefinition()
protected org.apache.camel.model.dataformat.FlatpackDataFormat
doParseFlatpackDataFormat()
protected org.apache.camel.model.FromDefinition
doParseFromDefinition()
protected org.apache.camel.model.rest.GetVerbDefinition
doParseGetVerbDefinition()
protected org.apache.camel.model.GlobalOptionDefinition
doParseGlobalOptionDefinition()
protected org.apache.camel.model.GlobalOptionsDefinition
doParseGlobalOptionsDefinition()
protected org.apache.camel.model.dataformat.GrokDataFormat
doParseGrokDataFormat()
protected org.apache.camel.model.language.GroovyExpression
doParseGroovyExpression()
protected org.apache.camel.model.dataformat.GzipDeflaterDataFormat
doParseGzipDeflaterDataFormat()
protected org.apache.camel.model.language.HeaderExpression
doParseHeaderExpression()
protected org.apache.camel.model.rest.HeadVerbDefinition
doParseHeadVerbDefinition()
protected org.apache.camel.model.cloud.HealthyServiceCallServiceFilterConfiguration
doParseHealthyServiceCallServiceFilterConfiguration()
protected org.apache.camel.model.dataformat.HL7DataFormat
doParseHL7DataFormat()
protected org.apache.camel.model.language.Hl7TerserExpression
doParseHl7TerserExpression()
protected org.apache.camel.model.HystrixConfigurationCommon
doParseHystrixConfigurationCommon()
protected org.apache.camel.model.HystrixConfigurationDefinition
doParseHystrixConfigurationDefinition()
protected org.apache.camel.model.dataformat.IcalDataFormat
doParseIcalDataFormat()
protected org.apache.camel.model.IdempotentConsumerDefinition
doParseIdempotentConsumerDefinition()
protected org.apache.camel.model.InOnlyDefinition
doParseInOnlyDefinition()
protected org.apache.camel.model.InOutDefinition
doParseInOutDefinition()
protected org.apache.camel.model.InputTypeDefinition
doParseInputTypeDefinition()
protected org.apache.camel.model.InterceptDefinition
doParseInterceptDefinition()
protected org.apache.camel.model.InterceptFromDefinition
doParseInterceptFromDefinition()
protected org.apache.camel.model.InterceptSendToEndpointDefinition
doParseInterceptSendToEndpointDefinition()
protected org.apache.camel.model.dataformat.JacksonXMLDataFormat
doParseJacksonXMLDataFormat()
protected org.apache.camel.model.dataformat.JaxbDataFormat
doParseJaxbDataFormat()
protected org.apache.camel.model.language.JoorExpression
doParseJoorExpression()
protected org.apache.camel.model.dataformat.JsonApiDataFormat
doParseJsonApiDataFormat()
protected org.apache.camel.model.dataformat.JsonDataFormat
doParseJsonDataFormat()
protected org.apache.camel.model.language.JsonPathExpression
doParseJsonPathExpression()
protected org.apache.camel.model.KameletDefinition
doParseKameletDefinition()
protected org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
doParseKubernetesServiceCallServiceDiscoveryConfiguration()
protected org.apache.camel.model.language.LanguageExpression
doParseLanguageExpression()
protected org.apache.camel.model.LoadBalanceDefinition
doParseLoadBalanceDefinition()
protected org.apache.camel.model.LoadBalancerDefinition
doParseLoadBalancerDefinition()
protected org.apache.camel.model.LogDefinition
doParseLogDefinition()
protected org.apache.camel.model.LoopDefinition
doParseLoopDefinition()
protected org.apache.camel.model.dataformat.LZFDataFormat
doParseLZFDataFormat()
protected org.apache.camel.model.MarshalDefinition
doParseMarshalDefinition()
protected org.apache.camel.model.language.MethodCallExpression
doParseMethodCallExpression()
protected org.apache.camel.model.dataformat.MimeMultipartDataFormat
doParseMimeMultipartDataFormat()
protected org.apache.camel.model.MulticastDefinition
doParseMulticastDefinition()
protected org.apache.camel.model.language.MvelExpression
doParseMvelExpression()
protected org.apache.camel.model.language.OgnlExpression
doParseOgnlExpression()
protected org.apache.camel.model.OnCompletionDefinition
doParseOnCompletionDefinition()
protected org.apache.camel.model.OnExceptionDefinition
doParseOnExceptionDefinition()
protected org.apache.camel.model.OnFallbackDefinition
doParseOnFallbackDefinition()
protected org.apache.camel.model.OptimisticLockRetryPolicyDefinition
doParseOptimisticLockRetryPolicyDefinition()
protected org.apache.camel.model.OtherwiseDefinition
doParseOtherwiseDefinition()
protected org.apache.camel.model.OutputDefinition
doParseOutputDefinition()
protected org.apache.camel.model.OutputTypeDefinition
doParseOutputTypeDefinition()
protected org.apache.camel.model.PackageScanDefinition
doParsePackageScanDefinition()
protected org.apache.camel.model.cloud.PassThroughServiceCallServiceFilterConfiguration
doParsePassThroughServiceCallServiceFilterConfiguration()
protected org.apache.camel.model.rest.PatchVerbDefinition
doParsePatchVerbDefinition()
protected org.apache.camel.model.dataformat.PGPDataFormat
doParsePGPDataFormat()
protected org.apache.camel.model.PipelineDefinition
doParsePipelineDefinition()
protected org.apache.camel.model.PolicyDefinition
doParsePolicyDefinition()
protected org.apache.camel.model.PollEnrichDefinition
doParsePollEnrichDefinition()
protected org.apache.camel.model.rest.PostVerbDefinition
doParsePostVerbDefinition()
protected org.apache.camel.model.validator.PredicateValidatorDefinition
doParsePredicateValidatorDefinition()
protected org.apache.camel.model.ProcessDefinition
doParseProcessDefinition()
protected org.apache.camel.model.ProcessorDefinition
doParseProcessorDefinitionRef(String key)
protected org.apache.camel.model.PropertyDefinition
doParsePropertyDefinition()
protected org.apache.camel.model.PropertyDefinitions
doParsePropertyDefinitions()
protected org.apache.camel.model.dataformat.ProtobufDataFormat
doParseProtobufDataFormat()
protected org.apache.camel.model.rest.PutVerbDefinition
doParsePutVerbDefinition()
protected org.apache.camel.model.loadbalancer.RandomLoadBalancerDefinition
doParseRandomLoadBalancerDefinition()
protected org.apache.camel.model.RecipientListDefinition
doParseRecipientListDefinition()
protected org.apache.camel.model.RedeliveryPolicyDefinition
doParseRedeliveryPolicyDefinition()
protected org.apache.camel.model.language.RefExpression
doParseRefExpression()
protected org.apache.camel.model.RemoveHeaderDefinition
doParseRemoveHeaderDefinition()
protected org.apache.camel.model.RemoveHeadersDefinition
doParseRemoveHeadersDefinition()
protected org.apache.camel.model.RemovePropertiesDefinition
doParseRemovePropertiesDefinition()
protected org.apache.camel.model.RemovePropertyDefinition
doParseRemovePropertyDefinition()
protected org.apache.camel.model.ResequenceDefinition
doParseResequenceDefinition()
protected org.apache.camel.model.Resilience4jConfigurationCommon
doParseResilience4jConfigurationCommon()
protected org.apache.camel.model.Resilience4jConfigurationDefinition
doParseResilience4jConfigurationDefinition()
protected org.apache.camel.model.rest.RestBindingDefinition
doParseRestBindingDefinition()
protected org.apache.camel.model.rest.RestConfigurationDefinition
doParseRestConfigurationDefinition()
protected org.apache.camel.model.RestContextRefDefinition
doParseRestContextRefDefinition()
protected org.apache.camel.model.rest.RestDefinition
doParseRestDefinition()
protected org.apache.camel.model.rest.RestOperationParamDefinition
doParseRestOperationParamDefinition()
protected org.apache.camel.model.rest.RestOperationResponseHeaderDefinition
doParseRestOperationResponseHeaderDefinition()
protected org.apache.camel.model.rest.RestOperationResponseMsgDefinition
doParseRestOperationResponseMsgDefinition()
protected org.apache.camel.model.rest.RestPropertyDefinition
doParseRestPropertyDefinition()
protected org.apache.camel.model.rest.RestsDefinition
doParseRestsDefinition()
protected org.apache.camel.model.rest.RestSecuritiesDefinition
doParseRestSecuritiesDefinition()
protected org.apache.camel.model.rest.RestSecuritiesRequirement
doParseRestSecuritiesRequirement()
protected org.apache.camel.model.rest.RestSecurityApiKey
doParseRestSecurityApiKey()
protected org.apache.camel.model.rest.RestSecurityBasicAuth
doParseRestSecurityBasicAuth()
protected org.apache.camel.model.rest.RestSecurityBearerToken
doParseRestSecurityBearerToken()
protected org.apache.camel.model.rest.RestSecurityMutualTLS
doParseRestSecurityMutualTLS()
protected org.apache.camel.model.rest.RestSecurityOAuth2
doParseRestSecurityOAuth2()
protected org.apache.camel.model.rest.RestSecurityOpenIdConnect
doParseRestSecurityOpenIdConnect()
protected org.apache.camel.model.cloud.RibbonServiceCallServiceLoadBalancerConfiguration
doParseRibbonServiceCallServiceLoadBalancerConfiguration()
protected org.apache.camel.model.RollbackDefinition
doParseRollbackDefinition()
protected org.apache.camel.model.loadbalancer.RoundRobinLoadBalancerDefinition
doParseRoundRobinLoadBalancerDefinition()
protected org.apache.camel.model.RouteBuilderDefinition
doParseRouteBuilderDefinition()
protected org.apache.camel.model.RouteConfigurationContextRefDefinition
doParseRouteConfigurationContextRefDefinition()
protected org.apache.camel.model.RouteConfigurationDefinition
doParseRouteConfigurationDefinition()
protected org.apache.camel.model.RouteConfigurationsDefinition
doParseRouteConfigurationsDefinition()
protected org.apache.camel.model.RouteContextRefDefinition
doParseRouteContextRefDefinition()
protected org.apache.camel.model.RouteDefinition
doParseRouteDefinition()
protected org.apache.camel.model.RoutesDefinition
doParseRoutesDefinition()
protected org.apache.camel.model.RouteTemplateBeanDefinition
doParseRouteTemplateBeanDefinition()
protected org.apache.camel.model.RouteTemplateContextRefDefinition
doParseRouteTemplateContextRefDefinition()
protected org.apache.camel.model.RouteTemplateDefinition
doParseRouteTemplateDefinition()
protected org.apache.camel.model.RouteTemplateParameterDefinition
doParseRouteTemplateParameterDefinition()
protected org.apache.camel.model.RouteTemplateScriptDefinition
doParseRouteTemplateScriptDefinition()
protected org.apache.camel.model.RouteTemplatesDefinition
doParseRouteTemplatesDefinition()
protected org.apache.camel.model.RoutingSlipDefinition
doParseRoutingSlipDefinition()
protected org.apache.camel.model.dataformat.RssDataFormat
doParseRssDataFormat()
protected org.apache.camel.model.SagaActionUriDefinition
doParseSagaActionUriDefinition()
protected org.apache.camel.model.SagaDefinition
doParseSagaDefinition()
protected org.apache.camel.model.SagaOptionDefinition
doParseSagaOptionDefinition()
protected org.apache.camel.model.SamplingDefinition
doParseSamplingDefinition()
protected org.apache.camel.model.ScriptDefinition
doParseScriptDefinition()
protected org.apache.camel.model.rest.SecurityDefinition
doParseSecurityDefinition()
protected org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
doParseServiceCallConfigurationDefinition()
protected org.apache.camel.model.cloud.ServiceCallDefinition
doParseServiceCallDefinition()
protected org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
doParseServiceCallExpressionConfiguration()
protected org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration
doParseServiceCallServiceChooserConfiguration()
protected org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration
doParseServiceCallServiceDiscoveryConfiguration()
protected org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
doParseServiceCallServiceFilterConfiguration()
protected org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfiguration
doParseServiceCallServiceLoadBalancerConfiguration()
protected org.apache.camel.model.SetBodyDefinition
doParseSetBodyDefinition()
protected org.apache.camel.model.SetExchangePatternDefinition
doParseSetExchangePatternDefinition()
protected org.apache.camel.model.SetHeaderDefinition
doParseSetHeaderDefinition()
protected org.apache.camel.model.SetPropertyDefinition
doParseSetPropertyDefinition()
protected org.apache.camel.model.language.SimpleExpression
doParseSimpleExpression()
protected org.apache.camel.model.dataformat.SoapDataFormat
doParseSoapDataFormat()
protected org.apache.camel.model.SortDefinition
doParseSortDefinition()
protected org.apache.camel.model.language.SpELExpression
doParseSpELExpression()
protected org.apache.camel.model.SplitDefinition
doParseSplitDefinition()
protected org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfiguration
doParseStaticServiceCallServiceDiscoveryConfiguration()
protected org.apache.camel.model.StepDefinition
doParseStepDefinition()
protected org.apache.camel.model.loadbalancer.StickyLoadBalancerDefinition
doParseStickyLoadBalancerDefinition()
protected org.apache.camel.model.StopDefinition
doParseStopDefinition()
protected org.apache.camel.model.config.StreamResequencerConfig
doParseStreamResequencerConfig()
protected org.apache.camel.model.SwitchDefinition
doParseSwitchDefinition()
protected org.apache.camel.model.dataformat.SyslogDataFormat
doParseSyslogDataFormat()
protected org.apache.camel.model.dataformat.TarFileDataFormat
doParseTarFileDataFormat()
protected org.apache.camel.model.ThreadPoolProfileDefinition
doParseThreadPoolProfileDefinition()
protected org.apache.camel.model.ThreadsDefinition
doParseThreadsDefinition()
protected org.apache.camel.model.dataformat.ThriftDataFormat
doParseThriftDataFormat()
protected org.apache.camel.model.ThrottleDefinition
doParseThrottleDefinition()
protected org.apache.camel.model.ThrowExceptionDefinition
doParseThrowExceptionDefinition()
protected org.apache.camel.model.dataformat.TidyMarkupDataFormat
doParseTidyMarkupDataFormat()
protected org.apache.camel.model.ToDefinition
doParseToDefinition()
protected org.apache.camel.model.ToDynamicDefinition
doParseToDynamicDefinition()
protected org.apache.camel.model.language.TokenizerExpression
doParseTokenizerExpression()
protected org.apache.camel.model.loadbalancer.TopicLoadBalancerDefinition
doParseTopicLoadBalancerDefinition()
protected org.apache.camel.model.TransactedDefinition
doParseTransactedDefinition()
protected org.apache.camel.model.TransformDefinition
doParseTransformDefinition()
protected org.apache.camel.model.transformer.TransformersDefinition
doParseTransformersDefinition()
protected org.apache.camel.model.TryDefinition
doParseTryDefinition()
protected org.apache.camel.model.dataformat.UniVocityCsvDataFormat
doParseUniVocityCsvDataFormat()
protected org.apache.camel.model.dataformat.UniVocityFixedDataFormat
doParseUniVocityFixedDataFormat()
protected org.apache.camel.model.dataformat.UniVocityHeader
doParseUniVocityHeader()
protected org.apache.camel.model.dataformat.UniVocityTsvDataFormat
doParseUniVocityTsvDataFormat()
protected org.apache.camel.model.UnmarshalDefinition
doParseUnmarshalDefinition()
protected org.apache.camel.model.ValidateDefinition
doParseValidateDefinition()
protected org.apache.camel.model.validator.ValidatorsDefinition
doParseValidatorsDefinition()
protected org.apache.camel.model.rest.VerbDefinition
doParseVerbDefinition()
protected org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition
doParseWeightedLoadBalancerDefinition()
protected org.apache.camel.model.WhenDefinition
doParseWhenDefinition()
protected org.apache.camel.model.WireTapDefinition
doParseWireTapDefinition()
protected org.apache.camel.model.dataformat.XMLSecurityDataFormat
doParseXMLSecurityDataFormat()
protected org.apache.camel.model.language.XMLTokenizerExpression
doParseXMLTokenizerExpression()
protected org.apache.camel.model.language.XPathExpression
doParseXPathExpression()
protected org.apache.camel.model.language.XQueryExpression
doParseXQueryExpression()
protected org.apache.camel.model.dataformat.XStreamDataFormat
doParseXStreamDataFormat()
protected org.apache.camel.model.dataformat.YAMLDataFormat
doParseYAMLDataFormat()
protected org.apache.camel.model.dataformat.YAMLTypeFilterDefinition
doParseYAMLTypeFilterDefinition()
protected org.apache.camel.model.dataformat.ZipDeflaterDataFormat
doParseZipDeflaterDataFormat()
protected org.apache.camel.model.dataformat.ZipFileDataFormat
doParseZipFileDataFormat()
protected org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
doParseZooKeeperServiceCallServiceDiscoveryConfiguration()
protected <T extends org.apache.camel.model.language.ExpressionDefinition>
org.apache.camel.xml.in.BaseParser.AttributeHandler<T>expressionDefinitionAttributeHandler()
protected <T extends org.apache.camel.model.ExpressionNode>
org.apache.camel.xml.in.BaseParser.ElementHandler<T>expressionNodeElementHandler()
protected <T extends org.apache.camel.model.FaultToleranceConfigurationCommon>
org.apache.camel.xml.in.BaseParser.AttributeHandler<T>faultToleranceConfigurationCommonAttributeHandler()
protected <T extends org.apache.camel.model.dataformat.FhirDataformat>
org.apache.camel.xml.in.BaseParser.AttributeHandler<T>fhirDataformatAttributeHandler()
protected <T extends org.apache.camel.model.HystrixConfigurationCommon>
org.apache.camel.xml.in.BaseParser.AttributeHandler<T>hystrixConfigurationCommonAttributeHandler()
protected <T extends org.apache.camel.model.IdentifiedType>
org.apache.camel.xml.in.BaseParser.AttributeHandler<T>identifiedTypeAttributeHandler()
protected <T extends org.apache.camel.model.OptionalIdentifiedDefinition>
org.apache.camel.xml.in.BaseParser.AttributeHandler<T>optionalIdentifiedDefinitionAttributeHandler()
protected <T extends org.apache.camel.model.OptionalIdentifiedDefinition>
org.apache.camel.xml.in.BaseParser.ElementHandler<T>optionalIdentifiedDefinitionElementHandler()
protected <T extends org.apache.camel.model.OutputDefinition>
org.apache.camel.xml.in.BaseParser.ElementHandler<T>outputDefinitionElementHandler()
protected <T extends org.apache.camel.model.OutputExpressionNode>
org.apache.camel.xml.in.BaseParser.ElementHandler<T>outputExpressionNodeElementHandler()
Optional<org.apache.camel.model.rest.RestsDefinition>
parseRestsDefinition()
Optional<org.apache.camel.model.RouteConfigurationsDefinition>
parseRouteConfigurationsDefinition()
Optional<org.apache.camel.model.RoutesDefinition>
parseRoutesDefinition()
Optional<org.apache.camel.model.RouteTemplatesDefinition>
parseRouteTemplatesDefinition()
protected <T extends org.apache.camel.model.ProcessorDefinition>
org.apache.camel.xml.in.BaseParser.AttributeHandler<T>processorDefinitionAttributeHandler()
protected <T extends org.apache.camel.model.Resilience4jConfigurationCommon>
org.apache.camel.xml.in.BaseParser.AttributeHandler<T>resilience4jConfigurationCommonAttributeHandler()
protected <T extends org.apache.camel.model.Resilience4jConfigurationCommon>
org.apache.camel.xml.in.BaseParser.ElementHandler<T>resilience4jConfigurationCommonElementHandler()
protected <T extends org.apache.camel.model.rest.RestSecurityDefinition>
org.apache.camel.xml.in.BaseParser.AttributeHandler<T>restSecurityDefinitionAttributeHandler()
protected <T extends org.apache.camel.model.SendDefinition>
org.apache.camel.xml.in.BaseParser.AttributeHandler<T>sendDefinitionAttributeHandler()
protected <T extends org.apache.camel.model.cloud.ServiceCallConfiguration>
org.apache.camel.xml.in.BaseParser.ElementHandler<T>serviceCallConfigurationElementHandler()
protected <T extends org.apache.camel.model.ToDynamicDefinition>
org.apache.camel.xml.in.BaseParser.AttributeHandler<T>toDynamicDefinitionAttributeHandler()
protected <T extends org.apache.camel.model.transformer.TransformerDefinition>
org.apache.camel.xml.in.BaseParser.AttributeHandler<T>transformerDefinitionAttributeHandler()
protected <T extends org.apache.camel.model.dataformat.UniVocityAbstractDataFormat>
org.apache.camel.xml.in.BaseParser.AttributeHandler<T>uniVocityAbstractDataFormatAttributeHandler()
protected <T extends org.apache.camel.model.dataformat.UniVocityAbstractDataFormat>
org.apache.camel.xml.in.BaseParser.ElementHandler<T>uniVocityAbstractDataFormatElementHandler()
protected <T extends org.apache.camel.model.validator.ValidatorDefinition>
org.apache.camel.xml.in.BaseParser.AttributeHandler<T>validatorDefinitionAttributeHandler()
protected <T extends org.apache.camel.model.rest.VerbDefinition>
org.apache.camel.xml.in.BaseParser.AttributeHandler<T>verbDefinitionAttributeHandler()
protected <T extends org.apache.camel.model.rest.VerbDefinition>
org.apache.camel.xml.in.BaseParser.ElementHandler<T>verbDefinitionElementHandler()
-
Methods inherited from class org.apache.camel.xml.in.BaseParser
asByteArray, asClass, asClassArray, asStringList, asStringSet, doAdd, doAdd, doParse, doParseText, expectTag, expressionDefinitionValueHandler, getNextTag, handleOtherAttribute, handleUnexpectedAttribute, handleUnexpectedElement, handleUnexpectedText, hasTag, noAttributeHandler, noElementHandler, noValueHandler
-
-
-
-
Constructor Detail
-
ModelParser
public ModelParser(org.apache.camel.spi.Resource input) throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
ModelParser
public ModelParser(org.apache.camel.spi.Resource input, String namespace) throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
ModelParser
public ModelParser(InputStream input) throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
ModelParser
public ModelParser(Reader reader) throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
ModelParser
public ModelParser(InputStream input, String namespace) throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
ModelParser
public ModelParser(Reader reader, String namespace) throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
-
Method Detail
-
doParseAggregateDefinition
protected org.apache.camel.model.AggregateDefinition doParseAggregateDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseExpressionSubElementDefinition
protected org.apache.camel.model.ExpressionSubElementDefinition doParseExpressionSubElementDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseOptimisticLockRetryPolicyDefinition
protected org.apache.camel.model.OptimisticLockRetryPolicyDefinition doParseOptimisticLockRetryPolicyDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
outputDefinitionElementHandler
protected <T extends org.apache.camel.model.OutputDefinition> org.apache.camel.xml.in.BaseParser.ElementHandler<T> outputDefinitionElementHandler()
-
doParseOutputDefinition
protected org.apache.camel.model.OutputDefinition doParseOutputDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
processorDefinitionAttributeHandler
protected <T extends org.apache.camel.model.ProcessorDefinition> org.apache.camel.xml.in.BaseParser.AttributeHandler<T> processorDefinitionAttributeHandler()
-
optionalIdentifiedDefinitionAttributeHandler
protected <T extends org.apache.camel.model.OptionalIdentifiedDefinition> org.apache.camel.xml.in.BaseParser.AttributeHandler<T> optionalIdentifiedDefinitionAttributeHandler()
-
optionalIdentifiedDefinitionElementHandler
protected <T extends org.apache.camel.model.OptionalIdentifiedDefinition> org.apache.camel.xml.in.BaseParser.ElementHandler<T> optionalIdentifiedDefinitionElementHandler()
-
doParseDescriptionDefinition
protected org.apache.camel.model.DescriptionDefinition doParseDescriptionDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseBeanDefinition
protected org.apache.camel.model.BeanDefinition doParseBeanDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseCatchDefinition
protected org.apache.camel.model.CatchDefinition doParseCatchDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseWhenDefinition
protected org.apache.camel.model.WhenDefinition doParseWhenDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
choiceDefinitionElementHandler
protected <T extends org.apache.camel.model.ChoiceDefinition> org.apache.camel.xml.in.BaseParser.ElementHandler<T> choiceDefinitionElementHandler()
-
doParseChoiceDefinition
protected org.apache.camel.model.ChoiceDefinition doParseChoiceDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseOtherwiseDefinition
protected org.apache.camel.model.OtherwiseDefinition doParseOtherwiseDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseCircuitBreakerDefinition
protected org.apache.camel.model.CircuitBreakerDefinition doParseCircuitBreakerDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseHystrixConfigurationDefinition
protected org.apache.camel.model.HystrixConfigurationDefinition doParseHystrixConfigurationDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseResilience4jConfigurationDefinition
protected org.apache.camel.model.Resilience4jConfigurationDefinition doParseResilience4jConfigurationDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseFaultToleranceConfigurationDefinition
protected org.apache.camel.model.FaultToleranceConfigurationDefinition doParseFaultToleranceConfigurationDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseClaimCheckDefinition
protected org.apache.camel.model.ClaimCheckDefinition doParseClaimCheckDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseContextScanDefinition
protected org.apache.camel.model.ContextScanDefinition doParseContextScanDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseConvertBodyDefinition
protected org.apache.camel.model.ConvertBodyDefinition doParseConvertBodyDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseDataFormatDefinition
protected org.apache.camel.model.DataFormatDefinition doParseDataFormatDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
identifiedTypeAttributeHandler
protected <T extends org.apache.camel.model.IdentifiedType> org.apache.camel.xml.in.BaseParser.AttributeHandler<T> identifiedTypeAttributeHandler()
-
doParseDelayDefinition
protected org.apache.camel.model.DelayDefinition doParseDelayDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
expressionNodeElementHandler
protected <T extends org.apache.camel.model.ExpressionNode> org.apache.camel.xml.in.BaseParser.ElementHandler<T> expressionNodeElementHandler()
-
expressionDefinitionAttributeHandler
protected <T extends org.apache.camel.model.language.ExpressionDefinition> org.apache.camel.xml.in.BaseParser.AttributeHandler<T> expressionDefinitionAttributeHandler()
-
doParseExpressionDefinition
protected org.apache.camel.model.language.ExpressionDefinition doParseExpressionDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseDynamicRouterDefinition
protected org.apache.camel.model.DynamicRouterDefinition doParseDynamicRouterDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseEnrichDefinition
protected org.apache.camel.model.EnrichDefinition doParseEnrichDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
faultToleranceConfigurationCommonAttributeHandler
protected <T extends org.apache.camel.model.FaultToleranceConfigurationCommon> org.apache.camel.xml.in.BaseParser.AttributeHandler<T> faultToleranceConfigurationCommonAttributeHandler()
-
doParseFaultToleranceConfigurationCommon
protected org.apache.camel.model.FaultToleranceConfigurationCommon doParseFaultToleranceConfigurationCommon() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseFilterDefinition
protected org.apache.camel.model.FilterDefinition doParseFilterDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
outputExpressionNodeElementHandler
protected <T extends org.apache.camel.model.OutputExpressionNode> org.apache.camel.xml.in.BaseParser.ElementHandler<T> outputExpressionNodeElementHandler()
-
doParseFinallyDefinition
protected org.apache.camel.model.FinallyDefinition doParseFinallyDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseFromDefinition
protected org.apache.camel.model.FromDefinition doParseFromDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseGlobalOptionDefinition
protected org.apache.camel.model.GlobalOptionDefinition doParseGlobalOptionDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseGlobalOptionsDefinition
protected org.apache.camel.model.GlobalOptionsDefinition doParseGlobalOptionsDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
hystrixConfigurationCommonAttributeHandler
protected <T extends org.apache.camel.model.HystrixConfigurationCommon> org.apache.camel.xml.in.BaseParser.AttributeHandler<T> hystrixConfigurationCommonAttributeHandler()
-
doParseHystrixConfigurationCommon
protected org.apache.camel.model.HystrixConfigurationCommon doParseHystrixConfigurationCommon() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseIdempotentConsumerDefinition
protected org.apache.camel.model.IdempotentConsumerDefinition doParseIdempotentConsumerDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseInOnlyDefinition
protected org.apache.camel.model.InOnlyDefinition doParseInOnlyDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
sendDefinitionAttributeHandler
protected <T extends org.apache.camel.model.SendDefinition> org.apache.camel.xml.in.BaseParser.AttributeHandler<T> sendDefinitionAttributeHandler()
-
doParseInOutDefinition
protected org.apache.camel.model.InOutDefinition doParseInOutDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseInputTypeDefinition
protected org.apache.camel.model.InputTypeDefinition doParseInputTypeDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseInterceptDefinition
protected org.apache.camel.model.InterceptDefinition doParseInterceptDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseInterceptFromDefinition
protected org.apache.camel.model.InterceptFromDefinition doParseInterceptFromDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseInterceptSendToEndpointDefinition
protected org.apache.camel.model.InterceptSendToEndpointDefinition doParseInterceptSendToEndpointDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseKameletDefinition
protected org.apache.camel.model.KameletDefinition doParseKameletDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseLoadBalanceDefinition
protected org.apache.camel.model.LoadBalanceDefinition doParseLoadBalanceDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseLoadBalancerDefinition
protected org.apache.camel.model.LoadBalancerDefinition doParseLoadBalancerDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseLogDefinition
protected org.apache.camel.model.LogDefinition doParseLogDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseLoopDefinition
protected org.apache.camel.model.LoopDefinition doParseLoopDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseMarshalDefinition
protected org.apache.camel.model.MarshalDefinition doParseMarshalDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseMulticastDefinition
protected org.apache.camel.model.MulticastDefinition doParseMulticastDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseOnCompletionDefinition
protected org.apache.camel.model.OnCompletionDefinition doParseOnCompletionDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseOnExceptionDefinition
protected org.apache.camel.model.OnExceptionDefinition doParseOnExceptionDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRedeliveryPolicyDefinition
protected org.apache.camel.model.RedeliveryPolicyDefinition doParseRedeliveryPolicyDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseOnFallbackDefinition
protected org.apache.camel.model.OnFallbackDefinition doParseOnFallbackDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseOutputTypeDefinition
protected org.apache.camel.model.OutputTypeDefinition doParseOutputTypeDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParsePackageScanDefinition
protected org.apache.camel.model.PackageScanDefinition doParsePackageScanDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParsePipelineDefinition
protected org.apache.camel.model.PipelineDefinition doParsePipelineDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParsePolicyDefinition
protected org.apache.camel.model.PolicyDefinition doParsePolicyDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParsePollEnrichDefinition
protected org.apache.camel.model.PollEnrichDefinition doParsePollEnrichDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseProcessDefinition
protected org.apache.camel.model.ProcessDefinition doParseProcessDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParsePropertyDefinition
protected org.apache.camel.model.PropertyDefinition doParsePropertyDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParsePropertyDefinitions
protected org.apache.camel.model.PropertyDefinitions doParsePropertyDefinitions() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRecipientListDefinition
protected org.apache.camel.model.RecipientListDefinition doParseRecipientListDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRemoveHeaderDefinition
protected org.apache.camel.model.RemoveHeaderDefinition doParseRemoveHeaderDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRemoveHeadersDefinition
protected org.apache.camel.model.RemoveHeadersDefinition doParseRemoveHeadersDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRemovePropertiesDefinition
protected org.apache.camel.model.RemovePropertiesDefinition doParseRemovePropertiesDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRemovePropertyDefinition
protected org.apache.camel.model.RemovePropertyDefinition doParseRemovePropertyDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseResequenceDefinition
protected org.apache.camel.model.ResequenceDefinition doParseResequenceDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
resilience4jConfigurationCommonAttributeHandler
protected <T extends org.apache.camel.model.Resilience4jConfigurationCommon> org.apache.camel.xml.in.BaseParser.AttributeHandler<T> resilience4jConfigurationCommonAttributeHandler()
-
resilience4jConfigurationCommonElementHandler
protected <T extends org.apache.camel.model.Resilience4jConfigurationCommon> org.apache.camel.xml.in.BaseParser.ElementHandler<T> resilience4jConfigurationCommonElementHandler()
-
doParseResilience4jConfigurationCommon
protected org.apache.camel.model.Resilience4jConfigurationCommon doParseResilience4jConfigurationCommon() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRestContextRefDefinition
protected org.apache.camel.model.RestContextRefDefinition doParseRestContextRefDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRollbackDefinition
protected org.apache.camel.model.RollbackDefinition doParseRollbackDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRouteBuilderDefinition
protected org.apache.camel.model.RouteBuilderDefinition doParseRouteBuilderDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRouteConfigurationContextRefDefinition
protected org.apache.camel.model.RouteConfigurationContextRefDefinition doParseRouteConfigurationContextRefDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRouteConfigurationDefinition
protected org.apache.camel.model.RouteConfigurationDefinition doParseRouteConfigurationDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
parseRouteConfigurationsDefinition
public Optional<org.apache.camel.model.RouteConfigurationsDefinition> parseRouteConfigurationsDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRouteConfigurationsDefinition
protected org.apache.camel.model.RouteConfigurationsDefinition doParseRouteConfigurationsDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRouteContextRefDefinition
protected org.apache.camel.model.RouteContextRefDefinition doParseRouteContextRefDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRouteDefinition
protected org.apache.camel.model.RouteDefinition doParseRouteDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRestDefinition
protected org.apache.camel.model.rest.RestDefinition doParseRestDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRestBindingDefinition
protected org.apache.camel.model.rest.RestBindingDefinition doParseRestBindingDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRouteTemplateBeanDefinition
protected org.apache.camel.model.RouteTemplateBeanDefinition doParseRouteTemplateBeanDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRouteTemplateScriptDefinition
protected org.apache.camel.model.RouteTemplateScriptDefinition doParseRouteTemplateScriptDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRouteTemplateContextRefDefinition
protected org.apache.camel.model.RouteTemplateContextRefDefinition doParseRouteTemplateContextRefDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRouteTemplateDefinition
protected org.apache.camel.model.RouteTemplateDefinition doParseRouteTemplateDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRouteTemplateParameterDefinition
protected org.apache.camel.model.RouteTemplateParameterDefinition doParseRouteTemplateParameterDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
parseRouteTemplatesDefinition
public Optional<org.apache.camel.model.RouteTemplatesDefinition> parseRouteTemplatesDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRouteTemplatesDefinition
protected org.apache.camel.model.RouteTemplatesDefinition doParseRouteTemplatesDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
parseRoutesDefinition
public Optional<org.apache.camel.model.RoutesDefinition> parseRoutesDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRoutesDefinition
protected org.apache.camel.model.RoutesDefinition doParseRoutesDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRoutingSlipDefinition
protected org.apache.camel.model.RoutingSlipDefinition doParseRoutingSlipDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseSagaDefinition
protected org.apache.camel.model.SagaDefinition doParseSagaDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseSagaActionUriDefinition
protected org.apache.camel.model.SagaActionUriDefinition doParseSagaActionUriDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseSagaOptionDefinition
protected org.apache.camel.model.SagaOptionDefinition doParseSagaOptionDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseSamplingDefinition
protected org.apache.camel.model.SamplingDefinition doParseSamplingDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseScriptDefinition
protected org.apache.camel.model.ScriptDefinition doParseScriptDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseSetBodyDefinition
protected org.apache.camel.model.SetBodyDefinition doParseSetBodyDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseSetExchangePatternDefinition
protected org.apache.camel.model.SetExchangePatternDefinition doParseSetExchangePatternDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseSetHeaderDefinition
protected org.apache.camel.model.SetHeaderDefinition doParseSetHeaderDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseSetPropertyDefinition
protected org.apache.camel.model.SetPropertyDefinition doParseSetPropertyDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseSortDefinition
protected org.apache.camel.model.SortDefinition doParseSortDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseSplitDefinition
protected org.apache.camel.model.SplitDefinition doParseSplitDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseStepDefinition
protected org.apache.camel.model.StepDefinition doParseStepDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseStopDefinition
protected org.apache.camel.model.StopDefinition doParseStopDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseSwitchDefinition
protected org.apache.camel.model.SwitchDefinition doParseSwitchDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseThreadPoolProfileDefinition
protected org.apache.camel.model.ThreadPoolProfileDefinition doParseThreadPoolProfileDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseThreadsDefinition
protected org.apache.camel.model.ThreadsDefinition doParseThreadsDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseThrottleDefinition
protected org.apache.camel.model.ThrottleDefinition doParseThrottleDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseThrowExceptionDefinition
protected org.apache.camel.model.ThrowExceptionDefinition doParseThrowExceptionDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseToDefinition
protected org.apache.camel.model.ToDefinition doParseToDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
toDynamicDefinitionAttributeHandler
protected <T extends org.apache.camel.model.ToDynamicDefinition> org.apache.camel.xml.in.BaseParser.AttributeHandler<T> toDynamicDefinitionAttributeHandler()
-
doParseToDynamicDefinition
protected org.apache.camel.model.ToDynamicDefinition doParseToDynamicDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseTransactedDefinition
protected org.apache.camel.model.TransactedDefinition doParseTransactedDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseTransformDefinition
protected org.apache.camel.model.TransformDefinition doParseTransformDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseTryDefinition
protected org.apache.camel.model.TryDefinition doParseTryDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseUnmarshalDefinition
protected org.apache.camel.model.UnmarshalDefinition doParseUnmarshalDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseValidateDefinition
protected org.apache.camel.model.ValidateDefinition doParseValidateDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseWireTapDefinition
protected org.apache.camel.model.WireTapDefinition doParseWireTapDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseBlacklistServiceCallServiceFilterConfiguration
protected org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfiguration doParseBlacklistServiceCallServiceFilterConfiguration() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseServiceCallServiceFilterConfiguration
protected org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration doParseServiceCallServiceFilterConfiguration() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
serviceCallConfigurationElementHandler
protected <T extends org.apache.camel.model.cloud.ServiceCallConfiguration> org.apache.camel.xml.in.BaseParser.ElementHandler<T> serviceCallConfigurationElementHandler()
-
doParseCachingServiceCallServiceDiscoveryConfiguration
protected org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration doParseCachingServiceCallServiceDiscoveryConfiguration() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseServiceCallServiceDiscoveryConfiguration
protected org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration doParseServiceCallServiceDiscoveryConfiguration() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseCombinedServiceCallServiceDiscoveryConfiguration
protected org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration doParseCombinedServiceCallServiceDiscoveryConfiguration() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseCombinedServiceCallServiceFilterConfiguration
protected org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration doParseCombinedServiceCallServiceFilterConfiguration() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseConsulServiceCallServiceDiscoveryConfiguration
protected org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration doParseConsulServiceCallServiceDiscoveryConfiguration() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseCustomServiceCallServiceFilterConfiguration
protected org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration doParseCustomServiceCallServiceFilterConfiguration() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseDefaultServiceCallServiceLoadBalancerConfiguration
protected org.apache.camel.model.cloud.DefaultServiceCallServiceLoadBalancerConfiguration doParseDefaultServiceCallServiceLoadBalancerConfiguration() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseServiceCallServiceLoadBalancerConfiguration
protected org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfiguration doParseServiceCallServiceLoadBalancerConfiguration() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseDnsServiceCallServiceDiscoveryConfiguration
protected org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfiguration doParseDnsServiceCallServiceDiscoveryConfiguration() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseEtcdServiceCallServiceDiscoveryConfiguration
protected org.apache.camel.model.cloud.EtcdServiceCallServiceDiscoveryConfiguration doParseEtcdServiceCallServiceDiscoveryConfiguration() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseHealthyServiceCallServiceFilterConfiguration
protected org.apache.camel.model.cloud.HealthyServiceCallServiceFilterConfiguration doParseHealthyServiceCallServiceFilterConfiguration() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseKubernetesServiceCallServiceDiscoveryConfiguration
protected org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration doParseKubernetesServiceCallServiceDiscoveryConfiguration() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParsePassThroughServiceCallServiceFilterConfiguration
protected org.apache.camel.model.cloud.PassThroughServiceCallServiceFilterConfiguration doParsePassThroughServiceCallServiceFilterConfiguration() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRibbonServiceCallServiceLoadBalancerConfiguration
protected org.apache.camel.model.cloud.RibbonServiceCallServiceLoadBalancerConfiguration doParseRibbonServiceCallServiceLoadBalancerConfiguration() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseServiceCallConfigurationDefinition
protected org.apache.camel.model.cloud.ServiceCallConfigurationDefinition doParseServiceCallConfigurationDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseServiceCallExpressionConfiguration
protected org.apache.camel.model.cloud.ServiceCallExpressionConfiguration doParseServiceCallExpressionConfiguration() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseServiceCallDefinition
protected org.apache.camel.model.cloud.ServiceCallDefinition doParseServiceCallDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseServiceCallServiceChooserConfiguration
protected org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration doParseServiceCallServiceChooserConfiguration() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseStaticServiceCallServiceDiscoveryConfiguration
protected org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfiguration doParseStaticServiceCallServiceDiscoveryConfiguration() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseZooKeeperServiceCallServiceDiscoveryConfiguration
protected org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration doParseZooKeeperServiceCallServiceDiscoveryConfiguration() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseBatchResequencerConfig
protected org.apache.camel.model.config.BatchResequencerConfig doParseBatchResequencerConfig() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseStreamResequencerConfig
protected org.apache.camel.model.config.StreamResequencerConfig doParseStreamResequencerConfig() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseASN1DataFormat
protected org.apache.camel.model.dataformat.ASN1DataFormat doParseASN1DataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseAny23DataFormat
protected org.apache.camel.model.dataformat.Any23DataFormat doParseAny23DataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseAvroDataFormat
protected org.apache.camel.model.dataformat.AvroDataFormat doParseAvroDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseBarcodeDataFormat
protected org.apache.camel.model.dataformat.BarcodeDataFormat doParseBarcodeDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseBase64DataFormat
protected org.apache.camel.model.dataformat.Base64DataFormat doParseBase64DataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseBeanioDataFormat
protected org.apache.camel.model.dataformat.BeanioDataFormat doParseBeanioDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseBindyDataFormat
protected org.apache.camel.model.dataformat.BindyDataFormat doParseBindyDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseCBORDataFormat
protected org.apache.camel.model.dataformat.CBORDataFormat doParseCBORDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseCryptoDataFormat
protected org.apache.camel.model.dataformat.CryptoDataFormat doParseCryptoDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseCsvDataFormat
protected org.apache.camel.model.dataformat.CsvDataFormat doParseCsvDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseCustomDataFormat
protected org.apache.camel.model.dataformat.CustomDataFormat doParseCustomDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseDataFormatsDefinition
protected org.apache.camel.model.dataformat.DataFormatsDefinition doParseDataFormatsDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseFhirJsonDataFormat
protected org.apache.camel.model.dataformat.FhirJsonDataFormat doParseFhirJsonDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
fhirDataformatAttributeHandler
protected <T extends org.apache.camel.model.dataformat.FhirDataformat> org.apache.camel.xml.in.BaseParser.AttributeHandler<T> fhirDataformatAttributeHandler()
-
doParseFhirXmlDataFormat
protected org.apache.camel.model.dataformat.FhirXmlDataFormat doParseFhirXmlDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseFlatpackDataFormat
protected org.apache.camel.model.dataformat.FlatpackDataFormat doParseFlatpackDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseGrokDataFormat
protected org.apache.camel.model.dataformat.GrokDataFormat doParseGrokDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseGzipDeflaterDataFormat
protected org.apache.camel.model.dataformat.GzipDeflaterDataFormat doParseGzipDeflaterDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseHL7DataFormat
protected org.apache.camel.model.dataformat.HL7DataFormat doParseHL7DataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseIcalDataFormat
protected org.apache.camel.model.dataformat.IcalDataFormat doParseIcalDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseJacksonXMLDataFormat
protected org.apache.camel.model.dataformat.JacksonXMLDataFormat doParseJacksonXMLDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseJaxbDataFormat
protected org.apache.camel.model.dataformat.JaxbDataFormat doParseJaxbDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseJsonApiDataFormat
protected org.apache.camel.model.dataformat.JsonApiDataFormat doParseJsonApiDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseJsonDataFormat
protected org.apache.camel.model.dataformat.JsonDataFormat doParseJsonDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseLZFDataFormat
protected org.apache.camel.model.dataformat.LZFDataFormat doParseLZFDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseMimeMultipartDataFormat
protected org.apache.camel.model.dataformat.MimeMultipartDataFormat doParseMimeMultipartDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParsePGPDataFormat
protected org.apache.camel.model.dataformat.PGPDataFormat doParsePGPDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseProtobufDataFormat
protected org.apache.camel.model.dataformat.ProtobufDataFormat doParseProtobufDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRssDataFormat
protected org.apache.camel.model.dataformat.RssDataFormat doParseRssDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseSoapDataFormat
protected org.apache.camel.model.dataformat.SoapDataFormat doParseSoapDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseSyslogDataFormat
protected org.apache.camel.model.dataformat.SyslogDataFormat doParseSyslogDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseTarFileDataFormat
protected org.apache.camel.model.dataformat.TarFileDataFormat doParseTarFileDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseThriftDataFormat
protected org.apache.camel.model.dataformat.ThriftDataFormat doParseThriftDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseTidyMarkupDataFormat
protected org.apache.camel.model.dataformat.TidyMarkupDataFormat doParseTidyMarkupDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseUniVocityCsvDataFormat
protected org.apache.camel.model.dataformat.UniVocityCsvDataFormat doParseUniVocityCsvDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
uniVocityAbstractDataFormatAttributeHandler
protected <T extends org.apache.camel.model.dataformat.UniVocityAbstractDataFormat> org.apache.camel.xml.in.BaseParser.AttributeHandler<T> uniVocityAbstractDataFormatAttributeHandler()
-
uniVocityAbstractDataFormatElementHandler
protected <T extends org.apache.camel.model.dataformat.UniVocityAbstractDataFormat> org.apache.camel.xml.in.BaseParser.ElementHandler<T> uniVocityAbstractDataFormatElementHandler()
-
doParseUniVocityHeader
protected org.apache.camel.model.dataformat.UniVocityHeader doParseUniVocityHeader() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseUniVocityFixedDataFormat
protected org.apache.camel.model.dataformat.UniVocityFixedDataFormat doParseUniVocityFixedDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseUniVocityTsvDataFormat
protected org.apache.camel.model.dataformat.UniVocityTsvDataFormat doParseUniVocityTsvDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseXMLSecurityDataFormat
protected org.apache.camel.model.dataformat.XMLSecurityDataFormat doParseXMLSecurityDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseXStreamDataFormat
protected org.apache.camel.model.dataformat.XStreamDataFormat doParseXStreamDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseYAMLDataFormat
protected org.apache.camel.model.dataformat.YAMLDataFormat doParseYAMLDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseYAMLTypeFilterDefinition
protected org.apache.camel.model.dataformat.YAMLTypeFilterDefinition doParseYAMLTypeFilterDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseZipDeflaterDataFormat
protected org.apache.camel.model.dataformat.ZipDeflaterDataFormat doParseZipDeflaterDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseZipFileDataFormat
protected org.apache.camel.model.dataformat.ZipFileDataFormat doParseZipFileDataFormat() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseCSimpleExpression
protected org.apache.camel.model.language.CSimpleExpression doParseCSimpleExpression() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseConstantExpression
protected org.apache.camel.model.language.ConstantExpression doParseConstantExpression() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseDatasonnetExpression
protected org.apache.camel.model.language.DatasonnetExpression doParseDatasonnetExpression() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseExchangePropertyExpression
protected org.apache.camel.model.language.ExchangePropertyExpression doParseExchangePropertyExpression() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseGroovyExpression
protected org.apache.camel.model.language.GroovyExpression doParseGroovyExpression() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseHeaderExpression
protected org.apache.camel.model.language.HeaderExpression doParseHeaderExpression() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseHl7TerserExpression
protected org.apache.camel.model.language.Hl7TerserExpression doParseHl7TerserExpression() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseJoorExpression
protected org.apache.camel.model.language.JoorExpression doParseJoorExpression() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseJsonPathExpression
protected org.apache.camel.model.language.JsonPathExpression doParseJsonPathExpression() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseLanguageExpression
protected org.apache.camel.model.language.LanguageExpression doParseLanguageExpression() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseMethodCallExpression
protected org.apache.camel.model.language.MethodCallExpression doParseMethodCallExpression() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseMvelExpression
protected org.apache.camel.model.language.MvelExpression doParseMvelExpression() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseOgnlExpression
protected org.apache.camel.model.language.OgnlExpression doParseOgnlExpression() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRefExpression
protected org.apache.camel.model.language.RefExpression doParseRefExpression() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseSimpleExpression
protected org.apache.camel.model.language.SimpleExpression doParseSimpleExpression() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseSpELExpression
protected org.apache.camel.model.language.SpELExpression doParseSpELExpression() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseTokenizerExpression
protected org.apache.camel.model.language.TokenizerExpression doParseTokenizerExpression() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseXMLTokenizerExpression
protected org.apache.camel.model.language.XMLTokenizerExpression doParseXMLTokenizerExpression() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseXPathExpression
protected org.apache.camel.model.language.XPathExpression doParseXPathExpression() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseXQueryExpression
protected org.apache.camel.model.language.XQueryExpression doParseXQueryExpression() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseCustomLoadBalancerDefinition
protected org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition doParseCustomLoadBalancerDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseFailoverLoadBalancerDefinition
protected org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition doParseFailoverLoadBalancerDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRandomLoadBalancerDefinition
protected org.apache.camel.model.loadbalancer.RandomLoadBalancerDefinition doParseRandomLoadBalancerDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRoundRobinLoadBalancerDefinition
protected org.apache.camel.model.loadbalancer.RoundRobinLoadBalancerDefinition doParseRoundRobinLoadBalancerDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseStickyLoadBalancerDefinition
protected org.apache.camel.model.loadbalancer.StickyLoadBalancerDefinition doParseStickyLoadBalancerDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseTopicLoadBalancerDefinition
protected org.apache.camel.model.loadbalancer.TopicLoadBalancerDefinition doParseTopicLoadBalancerDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseWeightedLoadBalancerDefinition
protected org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition doParseWeightedLoadBalancerDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseDeleteVerbDefinition
protected org.apache.camel.model.rest.DeleteVerbDefinition doParseDeleteVerbDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
verbDefinitionAttributeHandler
protected <T extends org.apache.camel.model.rest.VerbDefinition> org.apache.camel.xml.in.BaseParser.AttributeHandler<T> verbDefinitionAttributeHandler()
-
verbDefinitionElementHandler
protected <T extends org.apache.camel.model.rest.VerbDefinition> org.apache.camel.xml.in.BaseParser.ElementHandler<T> verbDefinitionElementHandler()
-
doParseVerbDefinition
protected org.apache.camel.model.rest.VerbDefinition doParseVerbDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRestOperationParamDefinition
protected org.apache.camel.model.rest.RestOperationParamDefinition doParseRestOperationParamDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRestOperationResponseMsgDefinition
protected org.apache.camel.model.rest.RestOperationResponseMsgDefinition doParseRestOperationResponseMsgDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseSecurityDefinition
protected org.apache.camel.model.rest.SecurityDefinition doParseSecurityDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseGetVerbDefinition
protected org.apache.camel.model.rest.GetVerbDefinition doParseGetVerbDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseHeadVerbDefinition
protected org.apache.camel.model.rest.HeadVerbDefinition doParseHeadVerbDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParsePatchVerbDefinition
protected org.apache.camel.model.rest.PatchVerbDefinition doParsePatchVerbDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParsePostVerbDefinition
protected org.apache.camel.model.rest.PostVerbDefinition doParsePostVerbDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParsePutVerbDefinition
protected org.apache.camel.model.rest.PutVerbDefinition doParsePutVerbDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRestConfigurationDefinition
protected org.apache.camel.model.rest.RestConfigurationDefinition doParseRestConfigurationDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRestPropertyDefinition
protected org.apache.camel.model.rest.RestPropertyDefinition doParseRestPropertyDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRestSecuritiesDefinition
protected org.apache.camel.model.rest.RestSecuritiesDefinition doParseRestSecuritiesDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRestSecuritiesRequirement
protected org.apache.camel.model.rest.RestSecuritiesRequirement doParseRestSecuritiesRequirement() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRestOperationResponseHeaderDefinition
protected org.apache.camel.model.rest.RestOperationResponseHeaderDefinition doParseRestOperationResponseHeaderDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
restSecurityDefinitionAttributeHandler
protected <T extends org.apache.camel.model.rest.RestSecurityDefinition> org.apache.camel.xml.in.BaseParser.AttributeHandler<T> restSecurityDefinitionAttributeHandler()
-
doParseRestSecurityApiKey
protected org.apache.camel.model.rest.RestSecurityApiKey doParseRestSecurityApiKey() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRestSecurityBasicAuth
protected org.apache.camel.model.rest.RestSecurityBasicAuth doParseRestSecurityBasicAuth() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRestSecurityBearerToken
protected org.apache.camel.model.rest.RestSecurityBearerToken doParseRestSecurityBearerToken() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRestSecurityMutualTLS
protected org.apache.camel.model.rest.RestSecurityMutualTLS doParseRestSecurityMutualTLS() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRestSecurityOAuth2
protected org.apache.camel.model.rest.RestSecurityOAuth2 doParseRestSecurityOAuth2() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRestSecurityOpenIdConnect
protected org.apache.camel.model.rest.RestSecurityOpenIdConnect doParseRestSecurityOpenIdConnect() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
parseRestsDefinition
public Optional<org.apache.camel.model.rest.RestsDefinition> parseRestsDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseRestsDefinition
protected org.apache.camel.model.rest.RestsDefinition doParseRestsDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseCustomTransformerDefinition
protected org.apache.camel.model.transformer.CustomTransformerDefinition doParseCustomTransformerDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
transformerDefinitionAttributeHandler
protected <T extends org.apache.camel.model.transformer.TransformerDefinition> org.apache.camel.xml.in.BaseParser.AttributeHandler<T> transformerDefinitionAttributeHandler()
-
doParseDataFormatTransformerDefinition
protected org.apache.camel.model.transformer.DataFormatTransformerDefinition doParseDataFormatTransformerDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseEndpointTransformerDefinition
protected org.apache.camel.model.transformer.EndpointTransformerDefinition doParseEndpointTransformerDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseTransformersDefinition
protected org.apache.camel.model.transformer.TransformersDefinition doParseTransformersDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseCustomValidatorDefinition
protected org.apache.camel.model.validator.CustomValidatorDefinition doParseCustomValidatorDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
validatorDefinitionAttributeHandler
protected <T extends org.apache.camel.model.validator.ValidatorDefinition> org.apache.camel.xml.in.BaseParser.AttributeHandler<T> validatorDefinitionAttributeHandler()
-
doParseEndpointValidatorDefinition
protected org.apache.camel.model.validator.EndpointValidatorDefinition doParseEndpointValidatorDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParsePredicateValidatorDefinition
protected org.apache.camel.model.validator.PredicateValidatorDefinition doParsePredicateValidatorDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseValidatorsDefinition
protected org.apache.camel.model.validator.ValidatorsDefinition doParseValidatorsDefinition() throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseProcessorDefinitionRef
protected org.apache.camel.model.ProcessorDefinition doParseProcessorDefinitionRef(String key) throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseExpressionDefinitionRef
protected org.apache.camel.model.language.ExpressionDefinition doParseExpressionDefinitionRef(String key) throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
doParseDataFormatDefinitionRef
protected org.apache.camel.model.DataFormatDefinition doParseDataFormatDefinitionRef(String key) throws IOException, XmlPullParserException
- Throws:
IOException
XmlPullParserException
-
-