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

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

Uses of WSDLTypes in org.jvnet.wom.api
 

Methods in org.jvnet.wom.api that return WSDLTypes
abstract  WSDLTypes WSDLDefinitions.getWSDLTypes()
          Gives wsdl:types model.
 WSDLTypes WSDLSet.types(java.lang.String targetNamespace)
           
 

Methods in org.jvnet.wom.api that return types with arguments of type WSDLTypes
 java.util.Iterator<WSDLTypes> WSDLSet.types()
           
 

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

Uses of WSDLTypes in org.jvnet.wom.impl
 

Methods in org.jvnet.wom.impl that return WSDLTypes
 WSDLTypes WSDLDefinitionsImpl.getWSDLTypes()
           
 

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

Subclasses of WSDLTypes in org.jvnet.wom.impl.parser
 class WSDLTypesImpl
           
 

Methods in org.jvnet.wom.impl.parser that return WSDLTypes
 WSDLTypes WSDLSetImpl.types(java.lang.String targetNamespace)
           
 

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



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