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

java.lang.Object
  extended by org.jboss.xb.binding.metadata.unmarshalling.impl.DocumentBindingFactoryImpl.AbstractDocumentBinding
All Implemented Interfaces:
DocumentBinding
Direct Known Subclasses:
RuntimeDocumentBinding, XsdBinder.DocumentBindingImpl
Enclosing class:
DocumentBindingFactoryImpl

public abstract static class DocumentBindingFactoryImpl.AbstractDocumentBinding
extends Object
implements DocumentBinding


Field Summary
protected  DocumentBinding doc
           
 
Constructor Summary
protected DocumentBindingFactoryImpl.AbstractDocumentBinding(DocumentBinding doc)
           
 
Method Summary
 NamespaceBinding getNamespace(String namespaceUri)
           
protected abstract  NamespaceBinding getNamespaceLocal(String namespaceUri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

doc

protected final DocumentBinding doc
Constructor Detail

DocumentBindingFactoryImpl.AbstractDocumentBinding

protected DocumentBindingFactoryImpl.AbstractDocumentBinding(DocumentBinding doc)
Method Detail

getNamespace

public NamespaceBinding getNamespace(String namespaceUri)
Specified by:
getNamespace in interface DocumentBinding

getNamespaceLocal

protected abstract NamespaceBinding getNamespaceLocal(String namespaceUri)


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