org.jboss.xb.binding.metadata.unmarshalling.impl
Class DocumentBindingFactoryImpl.AbstractNamespaceBinding
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
namespaceUri
protected final String namespaceUri
DocumentBindingFactoryImpl.AbstractNamespaceBinding
protected DocumentBindingFactoryImpl.AbstractNamespaceBinding(DocumentBinding doc,
String namespaceUri)
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.