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.dataformat The JAXB POJOs for the Data Formats used to marshal and unmarshal objects to and from streams inside components 
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
          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.dataformat
 

Classes in org.apache.camel.model.dataformat that implement NamespaceAware
 class XMLSecurityDataFormat
          Represents as XML Security Encrypter/Decrypter DataFormat
 

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 VtdXmlExpression
          For VTD-XML (fast and efficient XPath) expressions and predicates
 class XPathExpression
          For XPath expressions and predicates
 class XQueryExpression
          For XQuery expressions and predicates
 



Apache Camel