Uses of Class
org.apache.woden.types.NamespaceDeclaration

Packages that use NamespaceDeclaration
org.apache.woden.internal.wsdl20   
org.apache.woden.wsdl20.xml   
 

Uses of NamespaceDeclaration in org.apache.woden.internal.wsdl20
 

Methods in org.apache.woden.internal.wsdl20 that return NamespaceDeclaration
 NamespaceDeclaration[] WSDLElementImpl.getDeclaredNamespaces()
           
 NamespaceDeclaration[] WSDLElementImpl.getInScopeNamespaces()
           
 

Uses of NamespaceDeclaration in org.apache.woden.wsdl20.xml
 

Methods in org.apache.woden.wsdl20.xml that return NamespaceDeclaration
 NamespaceDeclaration[] WSDLElement.getDeclaredNamespaces()
          Return the namespaces and their associated prefixes declared directly within this WSDL element.
 NamespaceDeclaration[] WSDLElement.getInScopeNamespaces()
          Return all namespaces and their associated prefixes that are in-scope to this WSDL element.
 



Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.