|
JAX-WS v1.1 |
|||||||||
| 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(javax.xml.namespace.QName serviceName)
Creates a Service instance. |
static Service |
Service.create(javax.xml.namespace.QName serviceName,
WebServiceFeature... features)
Creates a Service instance. |
static Service |
Service.create(java.net.URL wsdlDocumentLocation,
javax.xml.namespace.QName serviceName)
Creates a Service instance. |
static Service |
Service.create(java.net.URL wsdlDocumentLocation,
javax.xml.namespace.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(java.net.URL wsdlDocumentLocation,
javax.xml.namespace.QName serviceName,
java.lang.Class<? extends Service> serviceClass)
Creates a service delegate object. |
ServiceDelegate |
Provider.createServiceDelegate(java.net.URL wsdlDocumentLocation,
javax.xml.namespace.QName serviceName,
java.lang.Class<? extends Service> serviceClass,
WebServiceFeature... features)
Creates a service delegate object. |
|
JAX-WS v1.1 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||