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

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

Uses of WSDLPortType in org.jvnet.wom.api
 

Methods in org.jvnet.wom.api that return WSDLPortType
abstract  WSDLPortType WSDLBoundPortType.getPortType()
          Gets the WSDLPortType associated with the wsdl:binding
abstract  WSDLPortType WSDLOperation.getPortType()
          Gives enclosing wsdl:portType
abstract  WSDLPortType WSDLDefinitions.getPortType(javax.xml.namespace.QName name)
          Gets WSDLPortType that models wsdl:portType
 WSDLPortType WSDLSet.portType(javax.xml.namespace.QName portTypeName)
           
 

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

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

Uses of WSDLPortType in org.jvnet.wom.impl
 

Subclasses of WSDLPortType in org.jvnet.wom.impl
 class WSDLPortTypeImpl
           
 

Methods in org.jvnet.wom.impl that return WSDLPortType
 WSDLPortType WSDLBoundPortTypeImpl.getPortType()
           
 WSDLPortType WSDLOperationImpl.getPortType()
           
 WSDLPortType WSDLDefinitionsImpl.getPortType(javax.xml.namespace.QName name)
           
 

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

Methods in org.jvnet.wom.impl with parameters of type WSDLPortType
 void WSDLOperationImpl.setParent(WSDLPortType parent)
           
 

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

Methods in org.jvnet.wom.impl.parser that return WSDLPortType
 WSDLPortType WSDLSetImpl.portType(javax.xml.namespace.QName portTypeName)
           
 

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



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