Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLObject
-
Packages that use WSDLObject Package Description com.sun.xml.ws.api.model.wsdl com.sun.xml.ws.api.model.wsdl.editable 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 Modifier and Type Interface Description interfaceWSDLBoundFaultAbstracts wsdl:binding/wsdl:operation/wsdl:faultinterfaceWSDLBoundOperationAbstracts wsdl:binding/wsdl:operation.interfaceWSDLBoundPortTypeWSDLPortTypebound with a specific binding.interfaceWSDLExtensibleInterface that represents WSDL concepts that can have extensions.interfaceWSDLFaultAbstracts wsdl:portType/wsdl:operation/wsdl:faultinterfaceWSDLFeaturedObjectWSDLObjectthat can have features associated with it.interfaceWSDLInputAbstraction of wsdl:portType/wsdl:operation/wsdl:inputinterfaceWSDLMessageAbstraction of wsdl:message.interfaceWSDLModelProvides abstraction of wsdl:definitions.interfaceWSDLOperationProvides abstraction of wsdl:portType/wsdl:operation.interfaceWSDLOutputAbstraction of wsdl:portType/wsdl:operation/wsdl:outputinterfaceWSDLPartAbstracts wsdl:part after applying binding information from wsdl:binding.interfaceWSDLPartDescriptorAbstracts wsdl:part descriptor that is defined using element or type attribute.interfaceWSDLPortAbstracts wsdl:service/wsdl:portinterfaceWSDLPortTypeAbstraction of wsdl:portType.interfaceWSDLServiceAbstracts wsdl:service. -
Uses of WSDLObject in com.sun.xml.ws.api.model.wsdl.editable
Subinterfaces of WSDLObject in com.sun.xml.ws.api.model.wsdl.editable Modifier and Type Interface Description interfaceEditableWSDLBoundFaultinterfaceEditableWSDLBoundOperationinterfaceEditableWSDLBoundPortTypeinterfaceEditableWSDLFaultinterfaceEditableWSDLInputinterfaceEditableWSDLMessageinterfaceEditableWSDLModelinterfaceEditableWSDLOperationinterfaceEditableWSDLOutputinterfaceEditableWSDLPartinterfaceEditableWSDLPortinterfaceEditableWSDLPortTypeinterfaceEditableWSDLService -
Uses of WSDLObject in com.sun.xml.ws.model.wsdl
Classes in com.sun.xml.ws.model.wsdl that implement WSDLObject Modifier and Type Class Description classWSDLBoundFaultImplclassWSDLBoundOperationImplImplementation ofWSDLBoundOperationclassWSDLBoundPortTypeImplImplementation ofWSDLBoundPortTypeclassWSDLFaultImplclassWSDLInputImplclassWSDLMessageImplProvides abstraction for wsdl:messageclassWSDLModelImplImplementation of WSDLModelclassWSDLOperationImplImplementaiton ofWSDLOperationclassWSDLOutputImplclassWSDLPartDescriptorImplclassWSDLPartImplImplementation ofWSDLPartclassWSDLPortImplImplementation ofWSDLPortclassWSDLPortTypeImplProvides implementation ofcom.sun.xml.ws.api.model.wsdl.WSDLPortTypeclassWSDLServiceImplImplementation ofWSDLService
-