Uses of Class
org.jvnet.wom.impl.WSDLDefinitionsImpl

Packages that use WSDLDefinitionsImpl
org.jvnet.wom.impl   
org.jvnet.wom.impl.parser   
 

Uses of WSDLDefinitionsImpl in org.jvnet.wom.impl
 

Methods in org.jvnet.wom.impl that return WSDLDefinitionsImpl
 WSDLDefinitionsImpl WSDLServiceImpl.getOwner()
           
 

Methods in org.jvnet.wom.impl with parameters of type WSDLDefinitionsImpl
 void WSDLServiceImpl.setOwner(WSDLDefinitionsImpl owner)
           
 

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

Fields in org.jvnet.wom.impl.parser declared as WSDLDefinitionsImpl
 WSDLDefinitionsImpl WSDLContentHandlerEx.currentWSDL
          The schema currently being parsed.
 

Methods in org.jvnet.wom.impl.parser that return WSDLDefinitionsImpl
 WSDLDefinitionsImpl WSDLSetImpl.createWSDLDefinitions(java.lang.String name, java.lang.String targetNamespace, org.xml.sax.Locator location)
          Gets a reference to the existing schema or creates a new one if none exists yet.
 WSDLDefinitionsImpl WSDLSetImpl.getWSDL(java.lang.String targetNamespace)
           
 WSDLDefinitionsImpl WSDLDocumentImpl.getWSDLModel()
           
 

Constructors in org.jvnet.wom.impl.parser with parameters of type WSDLDefinitionsImpl
WSDLDocumentImpl(WSDLDefinitionsImpl wsdl, java.lang.String systemId)
           
 



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