org.apache.camel.spi
Interface NamespaceAware

All Known Implementing Classes:
DefaultNamespaceContext, NamespaceAwareExpression, XMLSecurityDataFormat, XPathBuilder, XPathExpression, XQueryExpression

public interface NamespaceAware

Represents an object which is aware of the namespaces in which its used such as XPath and XQuery type expressions so that the current namespace context can be injected

Version:

Method Summary
 void setNamespaces(Map<String,String> namespaces)
          Injects the XML Namespaces of prefix -> uri mappings
 

Method Detail

setNamespaces

void setNamespaces(Map<String,String> namespaces)
Injects the XML Namespaces of prefix -> uri mappings

Parameters:
namespaces - the XML namespaces with the key of prefixes and the value the URIs


Apache CAMEL