Class XPathLanguageConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.LanguageConfigurationPropertiesCommon
-
- org.apache.camel.language.xpath.springboot.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 Summary
Constructors Constructor Description XPathLanguageConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDocumentType()
String
getFactoryRef()
Boolean
getLogNamespaces()
List<org.apache.camel.model.PropertyDefinition>
getNamespace()
String
getObjectModel()
Boolean
getPreCompile()
String
getPropertyName()
Boolean
getSaxon()
Boolean
getThreadSafety()
Boolean
getTrim()
void
setDocumentType(String documentType)
void
setFactoryRef(String factoryRef)
void
setLogNamespaces(Boolean logNamespaces)
void
setNamespace(List<org.apache.camel.model.PropertyDefinition> namespace)
void
setObjectModel(String objectModel)
void
setPreCompile(Boolean preCompile)
void
setPropertyName(String propertyName)
void
setSaxon(Boolean saxon)
void
setThreadSafety(Boolean threadSafety)
void
setTrim(Boolean trim)
-
-
-
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)
-
-