Uses of Class
javax.xml.ws.Service

Packages that use Service
javax.xml.ws   
javax.xml.ws.spi   
 

Uses of Service in javax.xml.ws
 

Methods in javax.xml.ws that return Service
static Service Service.create(QName serviceName)
           
static Service Service.create(QName sn, WebServiceFeature... features)
           
static Service Service.create(URL wsdlDocumentLocation, QName serviceName)
           
static Service Service.create(URL url, QName sn, WebServiceFeature... features)
           
 

Uses of Service in javax.xml.ws.spi
 

Method parameters in javax.xml.ws.spi with type arguments of type Service
abstract  ServiceDelegate Provider.createServiceDelegate(URL url, QName qname, Class<? extends Service> class1)
          Creates a service delegate object for the URL and service Qname
 ServiceDelegate Provider.createServiceDelegate(URL url, QName qname, Class<? extends Service> cls, WebServiceFeature... features)
          Creates a service delegate object for the URL, service Qname, and web service features.
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.