| Package | Description |
|---|---|
| javax.xml.ws |
This package contains the core JAX-WS APIs.
|
| javax.xml.ws.soap |
This package defines APIs specific to the SOAP binding.
|
| javax.xml.ws.spi |
This package defines SPIs for JAX-WS.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RespectBindingFeature
This feature clarifies the use of the
wsdl:binding in a JAX-WS runtime.
|
| Modifier and Type | Method and Description |
|---|---|
static Endpoint |
Endpoint.create(Object
Creates an endpoint with the specified implementor object and web service features.
|
static Service |
Service.create(QName
Creates a
Service instance.
|
static Endpoint |
Endpoint.create(String
Creates an endpoint with the specified binding type, implementor object, and web service features.
|
static Service |
Service.create(URL
Creates a
Service instance.
|
<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.
|
Dispatch |
Service.createDispatch(QName
Creates a
Dispatch instance for use with JAXB generated objects.
|
<T> T |
Service.getPort(Class
The
getPort method returns a proxy.
|
<T> T |
EndpointReference.getPort(Class
The
getPort method returns a proxy.
|
<T> T |
Service.getPort(EndpointReference
The
getPort method returns a proxy.
|
<T> T |
Service.getPort(QName
The
getPort method returns a proxy.
|
static Endpoint |
Endpoint.publish(String
Creates and publishes an endpoint for the specified implementor object at the given address.
|
| Constructor and Description | |
|---|---|
Service(URL
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddressingFeature
AddressingFeature represents the use of WS-Addressing with either the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding.
|
class |
MTOMFeature
This feature represents the use of MTOM with a web service.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Provider.createAndPublishEndpoint(String
Creates and publishes an endpoint object with the specified address, implementation object and web service features.
|
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 Dispatch |
ServiceDelegate.createDispatch(QName
Creates a
Dispatch instance for use with JAXB generated objects.
|
Endpoint |
Provider.createEndpoint(String
Creates an endpoint object with the provided binding, implementation class, invoker and web service features.
|
Endpoint |
Provider.createEndpoint(String
Creates an endpoint object with the provided binding, implementation object and web service features.
|
ServiceDelegate |
Provider.createServiceDelegate(URL
Creates a service delegate object.
|
abstract <T> T |
ServiceDelegate.getPort(Class
The
getPort method returns a proxy.
|
abstract <T> T |
Provider.getPort(EndpointReference
The getPort method returns a proxy.
|
abstract <T> T |
ServiceDelegate.getPort(EndpointReference
The
getPort method returns a proxy.
|
abstract <T> T |
ServiceDelegate.getPort(QName
The
getPort method returns a proxy.
|