|
JAX-WS v2.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
JAX-WS v2.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||