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

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

Uses of WSDLService in org.jvnet.wom.api
 

Methods in org.jvnet.wom.api that return WSDLService
abstract  WSDLService WSDLPort.getOwner()
          Gets the WSDLService that owns this port.
abstract  WSDLService WSDLDefinitions.getService(javax.xml.namespace.QName name)
          Gets WSDLService that models wsdl:service
 WSDLService WSDLSet.service(javax.xml.namespace.QName serviceName)
           
 

Methods in org.jvnet.wom.api that return types with arguments of type WSDLService
abstract  java.lang.Iterable<WSDLService> WSDLDefinitions.getServices()
          Gives a Iterator of all WSDLService
 java.util.Iterator<WSDLService> WSDLSet.services()
           
 

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

Uses of WSDLService in org.jvnet.wom.impl
 

Subclasses of WSDLService in org.jvnet.wom.impl
 class WSDLServiceImpl
           
 

Methods in org.jvnet.wom.impl that return WSDLService
 WSDLService WSDLPortImpl.getOwner()
           
 WSDLService WSDLDefinitionsImpl.getService(javax.xml.namespace.QName name)
           
 

Methods in org.jvnet.wom.impl that return types with arguments of type WSDLService
 java.lang.Iterable<WSDLService> WSDLDefinitionsImpl.getServices()
           
 

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

Methods in org.jvnet.wom.impl.parser that return WSDLService
 WSDLService WSDLSetImpl.service(javax.xml.namespace.QName serviceName)
           
 

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



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