Uses of Class
javax.xml.ws.EndpointReference

Packages that use EndpointReference
javax.xml.ws   
javax.xml.ws.spi   
javax.xml.ws.wsaddressing   
 

Uses of EndpointReference in javax.xml.ws
 

Methods in javax.xml.ws with type parameters of type EndpointReference
<T extends EndpointReference>
T
BindingProvider.getEndpointReference(Class<T> clazz)
           
<T extends EndpointReference>
T
WebServiceContext.getEndpointReference(Class<T> clazz, Element... referenceParameters)
           
abstract
<T extends EndpointReference>
T
Endpoint.getEndpointReference(Class<T> clazz, Element... referenceParameters)
           
 

Methods in javax.xml.ws that return EndpointReference
 EndpointReference BindingProvider.getEndpointReference()
           
 EndpointReference WebServiceContext.getEndpointReference(Element... referenceParameters)
           
abstract  EndpointReference Endpoint.getEndpointReference(Element... referenceParameters)
           
static EndpointReference EndpointReference.readFrom(Source eprInfoset)
           
 

Methods in javax.xml.ws with parameters of type EndpointReference
<T> Dispatch<T>
Service.createDispatch(EndpointReference endpointReference, Class<T> type, Service.Mode mode, WebServiceFeature... features)
           
 Dispatch<Object> Service.createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features)
           
<T> T
Service.getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features)
           
 

Uses of EndpointReference in javax.xml.ws.spi
 

Methods in javax.xml.ws.spi that return EndpointReference
abstract  EndpointReference Provider.readEndpointReference(Source eprInfoset)
           
 

Methods in javax.xml.ws.spi with parameters of type EndpointReference
abstract
<T> Dispatch<T>
ServiceDelegate.createDispatch(EndpointReference endpointReference, Class<T> type, Service.Mode mode, WebServiceFeature... features)
           
abstract  Dispatch<Object> ServiceDelegate.createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features)
           
abstract
<T> T
ServiceDelegate.getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features)
           
abstract
<T> T
Provider.getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features)
           
 

Uses of EndpointReference in javax.xml.ws.wsaddressing
 

Subclasses of EndpointReference in javax.xml.ws.wsaddressing
 class W3CEndpointReference
          Java class for EndpointReferenceType complex type.
 



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.