org.jboss.xb.binding.metadata.unmarshalling.impl
Class DocumentBindingFactoryImpl.AbstractNamespaceBinding

java.lang.Object
  extended by org.jboss.xb.binding.metadata.unmarshalling.impl.DocumentBindingFactoryImpl.AbstractNamespaceBinding
All Implemented Interfaces:
NamespaceBinding
Enclosing class:
DocumentBindingFactoryImpl

public abstract static class DocumentBindingFactoryImpl.AbstractNamespaceBinding
extends Object
implements NamespaceBinding


Field Summary
protected  String namespaceUri
           
 
Constructor Summary
protected DocumentBindingFactoryImpl.AbstractNamespaceBinding(DocumentBinding doc, String namespaceUri)
           
 
Method Summary
 DocumentBinding getDocument()
           
 String getJavaPackage()
           
protected abstract  String getJavaPackageLocal()
           
 String getNamespaceUri()
           
 TopElementBinding getTopElement(String elementName)
           
protected abstract  TopElementBinding getTopElementLocal(String elementName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

namespaceUri

protected final String namespaceUri
Constructor Detail

DocumentBindingFactoryImpl.AbstractNamespaceBinding

protected DocumentBindingFactoryImpl.AbstractNamespaceBinding(DocumentBinding doc,
                                                              String namespaceUri)
Method Detail

getDocument

public DocumentBinding getDocument()
Specified by:
getDocument in interface NamespaceBinding

getNamespaceUri

public String getNamespaceUri()
Specified by:
getNamespaceUri in interface NamespaceBinding

getJavaPackage

public String getJavaPackage()
Specified by:
getJavaPackage in interface NamespaceBinding

getTopElement

public TopElementBinding getTopElement(String elementName)
Specified by:
getTopElement in interface NamespaceBinding

getJavaPackageLocal

protected abstract String getJavaPackageLocal()

getTopElementLocal

protected abstract TopElementBinding getTopElementLocal(String elementName)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.