Uses of Interface
org.jvnet.wom.api.parser.WSDLDocument

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

Uses of WSDLDocument in org.jvnet.wom.api
 

Methods in org.jvnet.wom.api that return WSDLDocument
 WSDLDocument WSDLEntity.getWSDLDocument()
          The WSDLDocument associated with this WSDL entity.
 

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

Methods in org.jvnet.wom.api.parser that return types with arguments of type WSDLDocument
 java.util.Set<? extends WSDLDocument> WSDLDocument.getImportedWSDLs()
          Gives set of imported WSDLs
 

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

Classes in org.jvnet.wom.impl.parser that implement WSDLDocument
 class WSDLDocumentImpl
           
 



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