Class XPathLanguageConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @ConfigurationProperties(prefix="camel.language.xpath")
    public class XPathLanguageConfiguration
    extends org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon
    Evaluates an XPath expression against an XML payload. Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • XPathLanguageConfiguration

        public XPathLanguageConfiguration()
    • Method Detail

      • getDocumentType

        public String getDocumentType()
      • setDocumentType

        public void setDocumentType​(String documentType)
      • getSaxon

        public Boolean getSaxon()
      • setSaxon

        public void setSaxon​(Boolean saxon)
      • getFactoryRef

        public String getFactoryRef()
      • setFactoryRef

        public void setFactoryRef​(String factoryRef)
      • getObjectModel

        public String getObjectModel()
      • setObjectModel

        public void setObjectModel​(String objectModel)
      • getLogNamespaces

        public Boolean getLogNamespaces()
      • setLogNamespaces

        public void setLogNamespaces​(Boolean logNamespaces)
      • getThreadSafety

        public Boolean getThreadSafety()
      • setThreadSafety

        public void setThreadSafety​(Boolean threadSafety)
      • getPreCompile

        public Boolean getPreCompile()
      • setPreCompile

        public void setPreCompile​(Boolean preCompile)
      • getNamespace

        public List<org.apache.camel.model.PropertyDefinition> getNamespace()
      • setNamespace

        public void setNamespace​(List<org.apache.camel.model.PropertyDefinition> namespace)
      • getPropertyName

        public String getPropertyName()
      • setPropertyName

        public void setPropertyName​(String propertyName)
      • getTrim

        public Boolean getTrim()
      • setTrim

        public void setTrim​(Boolean trim)