Uses of Interface
org.apache.camel.spi.NamespaceAware

Packages that use NamespaceAware
org.apache.camel.builder.xml Support for XPath based Expressions and Predicates as well as an XSLT processor 
org.apache.camel.model.language The JAXB POJOs for the Expression and Predicate plugins for the XML Configuration
 

Uses of NamespaceAware in org.apache.camel.builder.xml
 

Classes in org.apache.camel.builder.xml that implement NamespaceAware
 class DefaultNamespaceContext
          An implementation of NamespaceContext which uses a simple Map where the keys are the prefixes and the values are the URIs
 class XPathBuilder<E extends Exchange>
          Creates an XPath expression builder which creates a nodeset result by default.
 

Methods in org.apache.camel.builder.xml with parameters of type NamespaceAware
 void Namespaces.configure(NamespaceAware namespaceAware)
          Configures the namespace aware object
 

Uses of NamespaceAware in org.apache.camel.model.language
 

Classes in org.apache.camel.model.language that implement NamespaceAware
 class NamespaceAwareExpression
          A useful base class for any expression which may be namespace or XML content aware such as XPathExpression or XQueryExpression
 class XPathExpression
          For XPath expresions and predicates
 class XQueryExpression
          For XQuery expresions and predicates
 



Copyright © 2008 IONA Open Source Community. All Rights Reserved.