Uses of Class
org.jvnet.wom.api.WSDLDefinitions

Packages that use WSDLDefinitions
org.jvnet.wom.api   
org.jvnet.wom.api.parser   
org.jvnet.wom.impl   
org.jvnet.wom.impl.parser   
 

Uses of WSDLDefinitions in org.jvnet.wom.api
 

Methods in org.jvnet.wom.api that return WSDLDefinitions
 WSDLDefinitions WSDLEntity.getOwnerWSDLModel()
          Gives WSDLDefinitions owning this WSDL entity.
 WSDLDefinitions WSDLSet.getWSDL(java.lang.String targetNamespace)
          WSDLDefinitions for a given targetNamespace.
 

Methods in org.jvnet.wom.api that return types with arguments of type WSDLDefinitions
 java.util.Iterator<WSDLDefinitions> WSDLSet.getWSDLs()
          Gives an immutable collection of WSDLDefinitions.
 

Methods in org.jvnet.wom.api with parameters of type WSDLDefinitions
 V WSDLVisitor.definitions(WSDLDefinitions definitions, P param)
           
 

Uses of WSDLDefinitions in org.jvnet.wom.api.parser
 

Methods in org.jvnet.wom.api.parser that return WSDLDefinitions
 WSDLDefinitions WSDLDocument.getWSDLModel()
          Gives the WSDLDefinitions, always non-null.
 

Uses of WSDLDefinitions in org.jvnet.wom.impl
 

Subclasses of WSDLDefinitions in org.jvnet.wom.impl
 class WSDLDefinitionsImpl
           
 

Uses of WSDLDefinitions in org.jvnet.wom.impl.parser
 

Methods in org.jvnet.wom.impl.parser that return types with arguments of type WSDLDefinitions
 java.util.Iterator<WSDLDefinitions> WSDLSetImpl.getWSDLs()
           
 



Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.