Apache CXF API

org.apache.cxf.tools.corba.processors.idl
Class ModuleToNSMapper

java.lang.Object
  extended by org.apache.cxf.tools.corba.processors.idl.ModuleToNSMapper

public class ModuleToNSMapper
extends Object


Constructor Summary
ModuleToNSMapper()
           
 
Method Summary
 boolean containsExcludedModule(String module)
           
 List getExcludedImports(String module)
           
 Map<String,List> getExcludedModuleMap()
           
 Iterator<String> getExcludedModules()
           
 Map<String,String> getUserMapping()
           
 boolean isDefaultMapping()
           
 String map(Scope scope)
           
 String map(Scope scope, String separator)
           
 String map(String scopeStr, String separator)
           
 String mapNSToPrefix(String nsURI)
           
 String mapToQName(Scope scope)
           
 void setDefaultMapping(boolean flag)
           
 void setExcludedModuleMap(Map<String,List> map)
           
 void setUserMapping(Map<String,String> map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleToNSMapper

public ModuleToNSMapper()
Method Detail

setDefaultMapping

public void setDefaultMapping(boolean flag)

isDefaultMapping

public boolean isDefaultMapping()

setUserMapping

public void setUserMapping(Map<String,String> map)

getUserMapping

public Map<String,String> getUserMapping()

setExcludedModuleMap

public void setExcludedModuleMap(Map<String,List> map)

getExcludedModuleMap

public Map<String,List> getExcludedModuleMap()

getExcludedModules

public Iterator<String> getExcludedModules()

getExcludedImports

public List getExcludedImports(String module)

containsExcludedModule

public boolean containsExcludedModule(String module)

map

public String map(String scopeStr,
                  String separator)

map

public String map(Scope scope)

map

public String map(Scope scope,
                  String separator)

mapToQName

public String mapToQName(Scope scope)

mapNSToPrefix

public String mapNSToPrefix(String nsURI)

Apache CXF API

Apache CXF