org.mule.module.xml.util
Class NamespaceManager

java.lang.Object
  extended by org.mule.module.xml.util.NamespaceManager
All Implemented Interfaces:
Initialisable

public class NamespaceManager
extends Object
implements Initialisable

A simple manager that holds a registry of global namespaces that will be recognised by all xml queries and transforms


Field Summary
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Constructor Summary
NamespaceManager()
           
 
Method Summary
 Map getConfigNamespaces()
           
 Map getNamespaces()
           
 void initialise()
           
 boolean isIncludeConfigNamespaces()
           
 void setConfigNamespaces(Map configNamespaces)
           
 void setIncludeConfigNamespaces(boolean includeConfigNamespaces)
           
 void setNamespaces(Map namespaces)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamespaceManager

public NamespaceManager()
Method Detail

initialise

public void initialise()
                throws InitialisationException
Specified by:
initialise in interface Initialisable
Throws:
InitialisationException

isIncludeConfigNamespaces

public boolean isIncludeConfigNamespaces()

setIncludeConfigNamespaces

public void setIncludeConfigNamespaces(boolean includeConfigNamespaces)

getNamespaces

public Map getNamespaces()

setNamespaces

public void setNamespaces(Map namespaces)

getConfigNamespaces

public Map getConfigNamespaces()

setConfigNamespaces

public void setConfigNamespaces(Map configNamespaces)


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.