Uses of Class
javax.xml.ws.EndpointReference
Packages that use 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 javax.xml.ws
Methods in javax.xml.ws with type parameters of type EndpointReferenceModifier and TypeMethodDescription<T extends EndpointReference>
TBindingProvider.getEndpointReference(Class<T> clazz) Returns theEndpointReferenceassociated with thisBindingProviderinstance.abstract <T extends EndpointReference>
TEndpoint.getEndpointReference(Class<T> clazz, Element... referenceParameters) Returns theEndpointReferenceassociated with thisEndpointinstance.<T extends EndpointReference>
TWebServiceContext.getEndpointReference(Class<T> clazz, Element... referenceParameters) Returns theEndpointReferenceassociated with this endpoint.Methods in javax.xml.ws that return EndpointReferenceModifier and TypeMethodDescriptionBindingProvider.getEndpointReference()Returns theEndpointReferenceassociated with thisBindingProviderinstance.abstract EndpointReferenceEndpoint.getEndpointReference(Element... referenceParameters) Returns theEndpointReferenceassociated with thisEndpointinstance.WebServiceContext.getEndpointReference(Element... referenceParameters) Returns theEndpointReferencefor this endpoint.static EndpointReferenceFactory method to read an EndpointReference from the infoset contained ineprInfoset.Methods in javax.xml.ws with parameters of type EndpointReferenceModifier and TypeMethodDescription<T> Dispatch<T>Service.createDispatch(EndpointReference endpointReference, Class<T> type, Service.Mode mode, WebServiceFeature... features) Creates aDispatchinstance for use with objects of the client's choosing.Service.createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features) Creates aDispatchinstance for use with JAXB generated objects.<T> TService.getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features) ThegetPortmethod returns a proxy. -
Uses of EndpointReference in javax.xml.ws.spi
Methods in javax.xml.ws.spi that return EndpointReferenceModifier and TypeMethodDescriptionabstract EndpointReferenceProvider.readEndpointReference(Source eprInfoset) read an EndpointReference from the infoset contained ineprInfoset.Methods in javax.xml.ws.spi with parameters of type EndpointReferenceModifier and TypeMethodDescriptionabstract <T> Dispatch<T>ServiceDelegate.createDispatch(EndpointReference endpointReference, Class<T> type, Service.Mode mode, WebServiceFeature... features) Creates aDispatchinstance for use with objects of the user's choosing.ServiceDelegate.createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features) Creates aDispatchinstance for use with JAXB generated objects.abstract <T> TProvider.getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features) The getPort method returns a proxy.abstract <T> TServiceDelegate.getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features) ThegetPortmethod returns a proxy. -
Uses of EndpointReference in javax.xml.ws.wsaddressing
Subclasses of EndpointReference in javax.xml.ws.wsaddressingModifier and TypeClassDescriptionfinal classThis 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.