Uses of Class
jakarta.xml.ws.EndpointReference
Package
Description
This package contains the core Jakarta XML Web Services APIs.
This package defines SPIs for Jakarta XML Web Services.
This package defines APIs related to WS-Addressing.
-
Uses of EndpointReference in jakarta.xml.ws
Modifier and TypeMethodDescription<T extends EndpointReference>
TBindingProvider.getEndpointReference
(Class<T> clazz) Returns theEndpointReference
associated with thisBindingProvider
instance.abstract <T extends EndpointReference>
TEndpoint.getEndpointReference
(Class<T> clazz, Element... referenceParameters) Returns theEndpointReference
associated with thisEndpoint
instance.<T extends EndpointReference>
TWebServiceContext.getEndpointReference
(Class<T> clazz, Element... referenceParameters) Returns theEndpointReference
associated with this endpoint.Modifier and TypeMethodDescriptionBindingProvider.getEndpointReference()
Returns theEndpointReference
associated with thisBindingProvider
instance.abstract EndpointReference
Endpoint.getEndpointReference
(Element... referenceParameters) Returns theEndpointReference
associated with thisEndpoint
instance.WebServiceContext.getEndpointReference
(Element... referenceParameters) Returns theEndpointReference
for this endpoint.static EndpointReference
Factory method to read an EndpointReference from the infoset contained ineprInfoset
.Modifier and TypeMethodDescriptionService.createDispatch
(EndpointReference endpointReference, jakarta.xml.bind.JAXBContext context, Service.Mode mode, WebServiceFeature... features) Creates aDispatch
instance for use with Jakarta XML Binding generated objects.<T> Dispatch
<T> Service.createDispatch
(EndpointReference endpointReference, Class<T> type, Service.Mode mode, WebServiceFeature... features) Creates aDispatch
instance for use with objects of the client's choosing.<T> T
Service.getPort
(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features) ThegetPort
method returns a proxy. -
Uses of EndpointReference in jakarta.xml.ws.spi
Modifier and TypeMethodDescriptionabstract EndpointReference
Provider.readEndpointReference
(Source eprInfoset) read an EndpointReference from the infoset contained ineprInfoset
.Modifier and TypeMethodDescriptionServiceDelegate.createDispatch
(EndpointReference endpointReference, jakarta.xml.bind.JAXBContext context, Service.Mode mode, WebServiceFeature... features) Creates aDispatch
instance for use with Jakarta XML Binding generated objects.abstract <T> Dispatch
<T> ServiceDelegate.createDispatch
(EndpointReference endpointReference, Class<T> type, Service.Mode mode, WebServiceFeature... features) Creates aDispatch
instance for use with objects of the user's choosing.abstract <T> T
Provider.getPort
(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features) The getPort method returns a proxy.abstract <T> T
ServiceDelegate.getPort
(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features) ThegetPort
method returns a proxy. -
Uses of EndpointReference in jakarta.xml.ws.wsaddressing
Modifier and TypeClassDescriptionfinal class
This class represents a W3C Addressing EndpointReference which is a remote reference to a web service endpoint that supports the W3C WS-Addressing 1.0 - Core Recommendation.