Java API for XML Web Services 2.2 2.0.0.Final

Uses of Class
javax.xml.ws.Service

Packages that use Service
javax.xml.ws This package contains the core JAX-WS APIs. 
javax.xml.ws.spi This package defines SPIs for JAX-WS. 
 

Uses of Service in javax.xml.ws
 

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

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 wsdlDocumentLocation, QName serviceName, Class<? extends Service> serviceClass)
          Creates a service delegate object.
 ServiceDelegate Provider.createServiceDelegate(URL wsdlDocumentLocation, QName serviceName, Class<? extends Service> serviceClass, WebServiceFeature... features)
          Creates a service delegate object.
 


Java API for XML Web Services 2.2 2.0.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.