| Package | Description |
|---|---|
| javax.xml.ws |
This package contains the core JAX-WS APIs.
|
| javax.xml.ws.spi |
This package defines SPIs for JAX-WS.
|
| javax.xml.ws.wsaddressing |
This package defines APIs related to WS-Addressing.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends EndpointReference |
BindingProvider.getEndpointReference(Class
Returns the
EndpointReference associated with this
BindingProvider instance.
|
abstract <T extends EndpointReference |
Endpoint.getEndpointReference(Class
Returns the
EndpointReference associated with this
Endpoint instance.
|
<T extends EndpointReference |
WebServiceContext.getEndpointReference(Class
Returns the
EndpointReference associated with this endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointReference |
BindingProvider.getEndpointReference()
Returns the
EndpointReference associated with this
BindingProvider instance.
|
abstract EndpointReference |
Endpoint.getEndpointReference(Element
Returns the
EndpointReference associated with this
Endpoint instance.
|
EndpointReference |
WebServiceContext.getEndpointReference(Element
Returns the
EndpointReference for this endpoint.
|
static EndpointReference |
EndpointReference.readFrom(Source
Factory method to read an EndpointReference from the infoset contained in
eprInfoset.
|
| 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> T |
Service.getPort(EndpointReference
The
getPort method returns a proxy.
|
| Modifier and Type | Method and Description |
|---|---|
abstract EndpointReference |
Provider.readEndpointReference(Source
read an EndpointReference from the infoset contained in
eprInfoset.
|
| 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> T |
Provider.getPort(EndpointReference
The getPort method returns a proxy.
|
abstract <T> T |
ServiceDelegate.getPort(EndpointReference
The
getPort method returns a proxy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
W3CEndpointReference
This class represents a W3C Addressing EndpointReferece which is a remote reference to a web service endpoint that supports the W3C WS-Addressing 1.0 - Core Recommendation.
|