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

Packages that use WSDLPort
org.jvnet.wom.api   
org.jvnet.wom.impl   
 

Uses of WSDLPort in org.jvnet.wom.api
 

Methods in org.jvnet.wom.api that return WSDLPort
abstract  WSDLPort WSDLService.get(javax.xml.namespace.QName portName)
          Gets the WSDLPort for a given port name
 

Methods in org.jvnet.wom.api that return types with arguments of type WSDLPort
abstract  java.lang.Iterable<? extends WSDLPort> WSDLService.getPorts()
          Gives all the WSDLPort in a wsdl:service WSDLService
 

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

Uses of WSDLPort in org.jvnet.wom.impl
 

Subclasses of WSDLPort in org.jvnet.wom.impl
 class WSDLPortImpl
           
 



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