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

Packages that use WSDLObject
com.sun.xml.ws.api.model.wsdl   
com.sun.xml.ws.model.wsdl   
 

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

Subinterfaces of WSDLObject in com.sun.xml.ws.api.model.wsdl
 interface WSDLBoundFault
          Abstracts wsdl:binding/wsdl:operation/wsdl:fault
 interface WSDLBoundOperation
          Abstracts wsdl:binding/wsdl:operation.
 interface WSDLBoundPortType
          WSDLPortType bound with a specific binding.
 interface WSDLExtensible
          Interface that represents WSDL concepts that can have extensions.
 interface WSDLFault
          Abstracts wsdl:portType/wsdl:operation/wsdl:fault
 interface WSDLFeaturedObject
          WSDLObject that can have features associated with it.
 interface WSDLInput
          Abstraction of wsdl:portType/wsdl:operation/wsdl:input
 interface WSDLMessage
          Abstraction of wsdl:message.
 interface WSDLModel
          Provides abstraction of wsdl:definitions.
 interface WSDLOperation
          Provides abstraction of wsdl:portType/wsdl:operation.
 interface WSDLOutput
          Abstraction of wsdl:portType/wsdl:operation/wsdl:output
 interface WSDLPart
          Abstracts wsdl:part after applying binding information from wsdl:binding.
 interface WSDLPartDescriptor
          Abstracts wsdl:part descriptor that is defined using element or type attribute.
 interface WSDLPort
          Abstracts wsdl:service/wsdl:port
 interface WSDLPortType
          Abstraction of wsdl:portType.
 interface WSDLService
          Abstracts wsdl:service.
 

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

Classes in com.sun.xml.ws.model.wsdl that implement WSDLObject
(package private)  class AbstractExtensibleImpl
          All the WSDL 1.1 elements that are extensible should subclass from this abstract implementation of WSDLExtensible interface.
protected  class AbstractExtensibleImpl.UnknownWSDLExtension
           
(package private)  class AbstractFeaturedObjectImpl
           
(package private)  class AbstractObjectImpl
           
 class WSDLBoundFaultImpl
           
 class WSDLBoundOperationImpl
          Implementation of WSDLBoundOperation
 class WSDLBoundPortTypeImpl
          Implementation of WSDLBoundPortType
 class WSDLFaultImpl
           
 class WSDLInputImpl
           
 class WSDLMessageImpl
          Provides abstraction for wsdl:message
 class WSDLModelImpl
          Implementation of WSDLModel
 class WSDLOperationImpl
          Implementaiton of WSDLOperation
 class WSDLOutputImpl
           
 class WSDLPartDescriptorImpl
           
 class WSDLPartImpl
          Implementation of WSDLPart
 class WSDLPortImpl
          Implementation of WSDLPort
 class WSDLPortTypeImpl
          Provides implementation of WSDLPortType
 class WSDLServiceImpl
          Implementation of WSDLService