| Package | Description |
|---|---|
| javax.xml.ws |
This package contains the core JAX-WS APIs.
|
| javax.xml.ws.spi |
This package defines SPIs for JAX-WS.
|
| Modifier and Type | Method and Description |
|---|---|
static Service |
Service.Mode.valueOf(String
Returns the enum constant of this type with the specified name.
|
static Service |
Service.Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Dispatch |
Service.createDispatch(EndpointReference
Creates a
Dispatch instance for use with objects of the client's choosing.
|
Dispatch |
Service.createDispatch(EndpointReference
Creates a
Dispatch instance for use with JAXB generated objects.
|
<T> Dispatch |
Service.createDispatch(QName
Creates a
Dispatch instance for use with objects of the client's choosing.
|
<T> Dispatch |
Service.createDispatch(QName
Creates a
Dispatch instance for use with objects of the client's choosing.
|
Dispatch |
Service.createDispatch(QName
Creates a
Dispatch instance for use with JAXB generated objects.
|
Dispatch |
Service.createDispatch(QName
Creates a
Dispatch instance for use with JAXB generated objects.
|
| Modifier and Type | Method and Description |
|---|---|
abstract <T> Dispatch |
ServiceDelegate.createDispatch(EndpointReference
Creates a
Dispatch instance for use with objects of the user's choosing.
|
abstract Dispatch |
ServiceDelegate.createDispatch(EndpointReference
Creates a
Dispatch instance for use with JAXB generated objects.
|
abstract <T> Dispatch |
ServiceDelegate.createDispatch(QName
Creates a
Dispatch instance for use with objects of the user's choosing.
|
abstract <T> Dispatch |
ServiceDelegate.createDispatch(QName
Creates a
Dispatch instance for use with objects of the user's choosing.
|
abstract Dispatch |
ServiceDelegate.createDispatch(QName
Creates a
Dispatch instance for use with JAXB generated objects.
|
abstract Dispatch |
ServiceDelegate.createDispatch(QName
Creates a
Dispatch instance for use with JAXB generated objects.
|