org.plasma.config.adapter
Class NamespaceAdapter

java.lang.Object
  extended by org.plasma.config.adapter.NamespaceAdapter

public class NamespaceAdapter
extends Object


Constructor Summary
NamespaceAdapter(Namespace namespace)
           
 
Method Summary
 void addTypeBinding(TypeBinding typeBinding)
           
 TypeBindingAdapter findTypeBinding(String typeName)
           
 Namespace getNamespace()
           
 void remapTypeBinding(TypeBinding typeBinding)
          Maps an existing type binding to the binding logical name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamespaceAdapter

public NamespaceAdapter(Namespace namespace)
Method Detail

getNamespace

public Namespace getNamespace()

addTypeBinding

public void addTypeBinding(TypeBinding typeBinding)

remapTypeBinding

public void remapTypeBinding(TypeBinding typeBinding)
Maps an existing type binding to the binding logical name.

Parameters:
typeBinding -

findTypeBinding

public TypeBindingAdapter findTypeBinding(String typeName)


Copyright © 2013. All rights reserved.