org.apache.camel.component.xquery
Annotation Type XQuery
@Retention(value=RUNTIME)
@Documented
@Target(value={FIELD,METHOD,PARAMETER})
@LanguageAnnotation(language="xquery",
factory=XQueryAnnotationExpressionFactory.class)
public @interface XQuery
An annotation for injection of an XQuery expressions into a field, property, method or parameter when using
Bean Integration.
- Version:
- $Revision: 2427 $
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 © 2007-2010 IONA Open Source Community. All Rights Reserved.