|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| Uses of EndpointReference in javax.xml.ws |
|---|
| Modifier and Type | Method and Description | |
|---|---|---|
|
BindingProvider.getEndpointReference(Class<T> clazz)
Returns the EndpointReference associated with
this BindingProvider instance. |
|
|
WebServiceContext.getEndpointReference(Class<T> clazz,
Element... referenceParameters)
Returns the EndpointReference associated with
this endpoint. |
|
abstract
|
Endpoint.getEndpointReference(Class<T> clazz,
Element... referenceParameters)
Returns the EndpointReference associated with
this Endpoint instance. |
| Modifier and Type | Method and Description |
|---|---|
EndpointReference |
BindingProvider.getEndpointReference()
Returns the EndpointReference associated with
this BindingProvider instance. |
EndpointReference |
WebServiceContext.getEndpointReference(Element... referenceParameters)
Returns the EndpointReference for this
endpoint. |
abstract EndpointReference |
Endpoint.getEndpointReference(Element... referenceParameters)
Returns the EndpointReference associated with
this Endpoint instance. |
static EndpointReference |
EndpointReference.readFrom(Source eprInfoset)
Factory method to read an EndpointReference from the infoset contained in eprInfoset. |
| Modifier and Type | Method and Description | |
|---|---|---|
|
Service.createDispatch(EndpointReference endpointReference,
Class<T> type,
Service.Mode mode,
WebServiceFeature... features)
Creates a Dispatch instance for use with objects of
the client's choosing. |
|
Dispatch<Object> |
Service.createDispatch(EndpointReference endpointReference,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a Dispatch instance for use with JAXB
generated objects. |
|
|
Service.getPort(EndpointReference endpointReference,
Class<T> serviceEndpointInterface,
WebServiceFeature... features)
The getPort method returns a proxy. |
| Uses of EndpointReference in javax.xml.ws.spi |
|---|
| Modifier and Type | Method and Description |
|---|---|
abstract EndpointReference |
Provider.readEndpointReference(Source eprInfoset)
read an EndpointReference from the infoset contained in eprInfoset. |
| Modifier and Type | Method and Description | |
|---|---|---|
abstract
|
ServiceDelegate.createDispatch(EndpointReference endpointReference,
Class<T> type,
Service.Mode mode,
WebServiceFeature... features)
Creates a Dispatch instance for use with objects of
the user's choosing. |
|
abstract Dispatch<Object> |
ServiceDelegate.createDispatch(EndpointReference endpointReference,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a Dispatch instance for use with JAXB
generated objects. |
|
abstract
|
ServiceDelegate.getPort(EndpointReference endpointReference,
Class<T> serviceEndpointInterface,
WebServiceFeature... features)
The getPort method returns a proxy. |
|
abstract
|
Provider.getPort(EndpointReference endpointReference,
Class<T> serviceEndpointInterface,
WebServiceFeature... features)
The getPort method returns a proxy. |
| Uses of EndpointReference in javax.xml.ws.wsaddressing |
|---|
| 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. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.