@ConfigurationProperties(prefix="camel.language.xpath") public class XPathLanguageConfiguration extends Object
Constructor and Description |
---|
XPathLanguageConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentType() |
String |
getFactoryRef() |
Boolean |
getLogNamespaces() |
String |
getObjectModel() |
Boolean |
getSaxon() |
Boolean |
getTrim() |
void |
setDocumentType(String documentType) |
void |
setFactoryRef(String factoryRef) |
void |
setLogNamespaces(Boolean logNamespaces) |
void |
setObjectModel(String objectModel) |
void |
setSaxon(Boolean saxon) |
void |
setTrim(Boolean trim) |
public String getDocumentType()
public void setDocumentType(String documentType)
public Boolean getSaxon()
public void setSaxon(Boolean saxon)
public String getFactoryRef()
public void setFactoryRef(String factoryRef)
public String getObjectModel()
public void setObjectModel(String objectModel)
public Boolean getLogNamespaces()
public void setLogNamespaces(Boolean logNamespaces)
public Boolean getTrim()
public void setTrim(Boolean trim)
Apache Camel