Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLService
Packages that use WSDLService
Package
Description
This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
-
Uses of WSDLService in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl that return WSDLServiceModifier and TypeMethodDescriptionWSDLPort.getOwner()Gets theWSDLServicethat owns this port.WSDLModel.getService(QName name) GetsWSDLServicethat modelswsdl:serviceMethods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLServiceModifier and TypeMethodDescriptionMap<QName,? extends WSDLService> WSDLModel.getServices()Gives aMapof wsdl:service qualified name andWSDLService -
Uses of WSDLService in com.sun.xml.ws.api.model.wsdl.editable
Subinterfaces of WSDLService in com.sun.xml.ws.api.model.wsdl.editable -
Uses of WSDLService in com.sun.xml.ws.client
Methods in com.sun.xml.ws.client that return WSDLServiceMethods in com.sun.xml.ws.client with parameters of type WSDLServiceModifier and TypeMethodDescriptionWSServiceDelegate.getPortModel(WSDLService wsdlService, QName portName) Obtains aWSDLPortImplwith error check.Constructors in com.sun.xml.ws.client with parameters of type WSDLServiceModifierConstructorDescriptionWSServiceDelegate(Source wsdl, WSDLService service, QName serviceName, Class<? extends javax.xml.ws.Service> serviceClass, WebServiceFeatureList features) WSServiceDelegate(Source wsdl, WSDLService service, QName serviceName, Class<? extends javax.xml.ws.Service> serviceClass, javax.xml.ws.WebServiceFeature... features) -
Uses of WSDLService in com.sun.xml.ws.model.wsdl
Classes in com.sun.xml.ws.model.wsdl that implement WSDLService