Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLFeaturedObject

Packages that use WSDLFeaturedObject
com.sun.xml.ws.api.model.wsdl   
com.sun.xml.ws.binding   
com.sun.xml.ws.model.wsdl   
 

Uses of WSDLFeaturedObject in com.sun.xml.ws.api.model.wsdl
 

Subinterfaces of WSDLFeaturedObject in com.sun.xml.ws.api.model.wsdl
 interface WSDLBoundPortType
          WSDLPortType bound with a specific binding.
 interface WSDLPort
          Abstracts wsdl:service/wsdl:port
 

Uses of WSDLFeaturedObject in com.sun.xml.ws.binding
 

Methods in com.sun.xml.ws.binding with parameters of type WSDLFeaturedObject
 void WebServiceFeatureList.setParentFeaturedObject(WSDLFeaturedObject parent)
          Set the parent features.
 

Uses of WSDLFeaturedObject in com.sun.xml.ws.model.wsdl
 

Classes in com.sun.xml.ws.model.wsdl that implement WSDLFeaturedObject
(package private)  class AbstractFeaturedObjectImpl
           
 class WSDLBoundPortTypeImpl
          Implementation of WSDLBoundPortType
 class WSDLPortImpl
          Implementation of WSDLPort