Uses of Class
javax.xml.ws.EndpointReference

Uses of EndpointReference in javax.xml.ws
 

Methods in javax.xml.ws with type parameters of type EndpointReference
<T extends EndpointReference>
T
BindingProvider.getEndpointReference(java.lang.Class<T> clazz)
          Returns the EndpointReference associated with this BindingProvider instance.
abstract
<T extends EndpointReference>
T
Endpoint.getEndpointReference(java.lang.Class<T> clazz, org.w3c.dom.Element... referenceParameters)
          Returns the EndpointReference associated with this Endpoint instance.
<T extends EndpointReference>
T
WebServiceContext.getEndpointReference(java.lang.Class<T> clazz, org.w3c.dom.Element... referenceParameters)
          Returns the EndpointReference associated with this endpoint.
 

Methods in javax.xml.ws that return EndpointReference
 EndpointReference BindingProvider.getEndpointReference()
          Returns the EndpointReference associated with this BindingProvider instance.
abstract  EndpointReference Endpoint.getEndpointReference(org.w3c.dom.Element... referenceParameters)
          Returns the EndpointReference associated with this Endpoint instance.
 EndpointReference WebServiceContext.getEndpointReference(org.w3c.dom.Element... referenceParameters)
          Returns the EndpointReference for this endpoint.
static EndpointReference EndpointReference.readFrom(javax.xml.transform.Source eprInfoset)
          Factory method to read an EndpointReference from the infoset contained in eprInfoset.
 

Methods in javax.xml.ws with parameters of type EndpointReference
<T> Dispatch<T>
Service.createDispatch(EndpointReference endpointReference, java.lang.Class<T> type, Service.Mode mode, WebServiceFeature... features)
          Creates a Dispatch instance for use with objects of the user's choosing.
 Dispatch<java.lang.Object> Service.createDispatch(EndpointReference endpointReference, javax.xml.bind.JAXBContext context, Service.Mode mode, WebServiceFeature... features)
          Creates a Dispatch instance for use with JAXB generated objects.
<T> T
Service.getPort(EndpointReference endpointReference, java.lang.Class<T> serviceEndpointInterface, WebServiceFeature... features)
          The getPort method returns a proxy.