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

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

Uses of WSDLBoundPortType in org.jvnet.wom.api
 

Methods in org.jvnet.wom.api that return WSDLBoundPortType
 WSDLBoundPortType WSDLSet.boundPortType(javax.xml.namespace.QName portType)
           
abstract  WSDLBoundPortType WSDLPort.getBinding()
          Gets WSDLBoundPortType associated with the WSDLPort, always non-null.
abstract  WSDLBoundPortType WSDLDefinitions.getBinding(javax.xml.namespace.QName name)
          Gets WSDLBoundPortType that models wsdl:binding
abstract  WSDLBoundPortType WSDLDefinitions.getBinding(javax.xml.namespace.QName serviceName, javax.xml.namespace.QName portName)
          Give a WSDLBoundPortType for the given wsdl:service and wsdl:port names.
 

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

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

Uses of WSDLBoundPortType in org.jvnet.wom.impl
 

Subclasses of WSDLBoundPortType in org.jvnet.wom.impl
 class WSDLBoundPortTypeImpl
           
 

Methods in org.jvnet.wom.impl that return WSDLBoundPortType
 WSDLBoundPortType WSDLPortImpl.getBinding()
           
 WSDLBoundPortType WSDLDefinitionsImpl.getBinding(javax.xml.namespace.QName name)
           
 WSDLBoundPortType WSDLDefinitionsImpl.getBinding(javax.xml.namespace.QName serviceName, javax.xml.namespace.QName portName)
           
 

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

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

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

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



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