Package org.apache.camel.spi
Interface NamespaceAware
-
public interface NamespaceAwareRepresents 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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getNamespaces()Gets the XML NamespacesvoidsetNamespaces(Map<String,String> namespaces)Injects the XML Namespaces of prefix -> uri mappings
-