@Retention(value=RUNTIME) @Documented @Target(value={FIELD,METHOD,PARAMETER}) @LanguageAnnotation(language="xquery", factory=XQueryAnnotationExpressionFactory.class) public @interface XQuery
Modifier and Type | Required Element and Description |
---|---|
String |
value |
Modifier and Type | Optional Element and Description |
---|---|
String |
headerName |
org.apache.camel.language.NamespacePrefix[] |
namespaces |
boolean |
stripsAllWhiteSpace |
public abstract String value
public abstract org.apache.camel.language.NamespacePrefix[] namespaces
public abstract String headerName
Apache Camel