org.apache.camel.builder.xml
Class XPathLanguage
java.lang.Object
org.apache.camel.builder.xml.XPathLanguage
- All Implemented Interfaces:
- Language
public class XPathLanguage
- extends Object
- implements Language
- Version:
- $Revision: 36321 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPathLanguage
public XPathLanguage()
createPredicate
public Predicate<Exchange> createPredicate(String expression)
- Specified by:
createPredicate
in interface Language
createExpression
public Expression<Exchange> createExpression(String expression)
- Specified by:
createExpression
in interface Language
getResultType
public QName getResultType()
setResultType
public void setResultType(QName resultType)
configureBuilder
protected void configureBuilder(XPathBuilder builder)
Copyright © 2008 IONA Open Source Community. All Rights Reserved.