| Package | Description |
|---|---|
| javax.xml.ws | |
| javax.xml.ws.spi | |
| javax.xml.ws.wsaddressing |
| Modifier and Type | Method and Description |
|---|---|
<T extends EndpointReference> |
BindingProvider.getEndpointReference(Class<T> clazz) |
<T extends EndpointReference> |
WebServiceContext.getEndpointReference(Class<T> clazz,
Element... referenceParameters) |
abstract <T extends EndpointReference> |
Endpoint.getEndpointReference(Class<T> clazz,
Element... referenceParameters) |
| Modifier and Type | Method and Description |
|---|---|
EndpointReference |
BindingProvider.getEndpointReference() |
EndpointReference |
WebServiceContext.getEndpointReference(Element... referenceParameters) |
abstract EndpointReference |
Endpoint.getEndpointReference(Element... referenceParameters) |
static EndpointReference |
EndpointReference.readFrom(Source eprInfoset) |
| Modifier and Type | Method and Description |
|---|---|
<T> Dispatch<T> |
Service.createDispatch(EndpointReference endpointReference,
Class<T> type,
Service.Mode mode,
WebServiceFeature... features) |
Dispatch<Object> |
Service.createDispatch(EndpointReference endpointReference,
javax.xml.bind.JAXBContext context,
Service.Mode mode,
WebServiceFeature... features) |
<T> T |
Service.getPort(EndpointReference endpointReference,
Class<T> serviceEndpointInterface,
WebServiceFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
abstract EndpointReference |
Provider.readEndpointReference(Source eprInfoset) |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> Dispatch<T> |
ServiceDelegate.createDispatch(EndpointReference endpointReference,
Class<T> type,
Service.Mode mode,
WebServiceFeature... features) |
abstract Dispatch<Object> |
ServiceDelegate.createDispatch(EndpointReference endpointReference,
javax.xml.bind.JAXBContext context,
Service.Mode mode,
WebServiceFeature... features) |
abstract <T> T |
Provider.getPort(EndpointReference endpointReference,
Class<T> serviceEndpointInterface,
WebServiceFeature... features) |
abstract <T> T |
ServiceDelegate.getPort(EndpointReference endpointReference,
Class<T> serviceEndpointInterface,
WebServiceFeature... features) |
| Modifier and Type | Class and Description |
|---|---|
class |
W3CEndpointReference
Java class for EndpointReferenceType complex type.
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.