org.apache.camel.language
Annotation Type XPath


@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD,PARAMETER})
public @interface XPath

Used to inject an XPath expression into a field, property, method or parameter when using Bean Integration.

Version:
$Revision: 640438 $

Required Element Summary
 String value
           
 
Optional Element Summary
 NamespacePrefix[] namespaces
           
 

Element Detail

value

public abstract String value

namespaces

public abstract NamespacePrefix[] namespaces
Default:
{@org.apache.camel.language.NamespacePrefix(prefix="soap", uri="http://www.w3.org/2003/05/soap-envelope"), @org.apache.camel.language.NamespacePrefix(prefix="xsd", uri="http://www.w3.org/2001/XMLSchema")}


Copyright © 2009 Apache Software Foundation. All Rights Reserved.