Uses of Class
javax.xml.ws.EndpointReference

Packages that use EndpointReference
javax.xml.ws   
javax.xml.ws.wsaddressing   
org.apache.openejb.client   
 

Uses of EndpointReference in javax.xml.ws
 

Methods in javax.xml.ws that return EndpointReference
static EndpointReference EndpointReference.readFrom(Source eprInfoset)
           
 

Uses of EndpointReference in javax.xml.ws.wsaddressing
 

Subclasses of EndpointReference in javax.xml.ws.wsaddressing
 class W3CEndpointReference
          This class is only provided so JaxWS code can be compiled under Java6 update 4 which uses JaxWS 2.1.
 

Uses of EndpointReference in org.apache.openejb.client
 

Methods in org.apache.openejb.client that return EndpointReference
 EndpointReference JaxWsProviderWrapper.readEndpointReference(Source source)
           
 

Methods in org.apache.openejb.client with parameters of type EndpointReference
<T> T
JaxWsProviderWrapper.getPort(EndpointReference endpointReference, Class<T> serviceEndpointInterface, WebServiceFeature... features)
           
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.