Uses of Interface
org.jvnet.wom.api.WSDLSet

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

Uses of WSDLSet in org.jvnet.wom.api
 

Methods in org.jvnet.wom.api that return WSDLSet
abstract  WSDLSet WSDLDefinitions.getRoot()
          Gives the owning WSDLSet
 

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

Methods in org.jvnet.wom.api.parser that return WSDLSet
 WSDLSet WOMParser.getResult()
          Gets the parsed wsdl as WSDLSet.
 WSDLSet WOMParser.parse(java.io.File wsdl)
          Parses a WSDL document from the given File.
 WSDLSet WOMParser.parse(org.xml.sax.InputSource wsdl)
          Parses a new XML Schema document.
 WSDLSet WOMParser.parse(java.io.InputStream wsdl)
          Parses a WSDL document from the given InputStream.
 WSDLSet WOMParser.parse(java.io.Reader reader)
          Parses a WSDL document from the given Reader.
 WSDLSet WOMParser.parse(java.lang.String systemId)
          Parses a WSDL document from the given systemId
 WSDLSet WOMParser.parse(java.net.URL wsdl)
          Parses a WSDL document from the given URL.
 

Uses of WSDLSet in org.jvnet.wom.impl
 

Methods in org.jvnet.wom.impl that return WSDLSet
 WSDLSet WSDLDefinitionsImpl.getRoot()
           
 

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

Classes in org.jvnet.wom.impl.parser that implement WSDLSet
 class WSDLSetImpl
           
 

Methods in org.jvnet.wom.impl.parser that return WSDLSet
 WSDLSet ParserContext.getResult()
          Returns WSDLSet, null if there was any error.
 



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