Uses of Class
javax.xml.ws.EndpointReference

Packages that use EndpointReference
javax.xml.ws   
javax.xml.ws.wsaddressing   
org.apache.openejb.client   
org.apache.openejb.core.singleton   
org.apache.openejb.core.stateless   
org.apache.openejb.core.webservices   
org.apache.openejb.server.axis2.pojo   
org.apache.openejb.server.cxf.ejb   
 

Uses of EndpointReference in javax.xml.ws
 

Methods in javax.xml.ws that return EndpointReference
static EndpointReference EndpointReference.readFrom(javax.xml.transform.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(javax.xml.transform.Source source)
           
 

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

Uses of EndpointReference in org.apache.openejb.core.singleton
 

Methods in org.apache.openejb.core.singleton with type parameters of type EndpointReference
<T extends EndpointReference>
T
EjbWsContext.getEndpointReference(java.lang.Class<T> clazz, org.w3c.dom.Element... referenceParameters)
           
 

Methods in org.apache.openejb.core.singleton that return EndpointReference
 EndpointReference EjbWsContext.getEndpointReference(org.w3c.dom.Element... referenceParameters)
           
 

Uses of EndpointReference in org.apache.openejb.core.stateless
 

Methods in org.apache.openejb.core.stateless with type parameters of type EndpointReference
<T extends EndpointReference>
T
EjbWsContext.getEndpointReference(java.lang.Class<T> clazz, org.w3c.dom.Element... referenceParameters)
           
 

Methods in org.apache.openejb.core.stateless that return EndpointReference
 EndpointReference EjbWsContext.getEndpointReference(org.w3c.dom.Element... referenceParameters)
           
 

Uses of EndpointReference in org.apache.openejb.core.webservices
 

Methods in org.apache.openejb.core.webservices with type parameters of type EndpointReference
<T extends EndpointReference>
T
AddressingSupport.getEndpointReference(java.lang.Class<T> clazz, org.w3c.dom.Element... referenceParameters)
           
<T extends EndpointReference>
T
NoAddressingSupport.getEndpointReference(java.lang.Class<T> clazz, org.w3c.dom.Element... referenceParameters)
           
 

Methods in org.apache.openejb.core.webservices that return EndpointReference
 EndpointReference AddressingSupport.getEndpointReference(org.w3c.dom.Element... referenceParameters)
           
 EndpointReference NoAddressingSupport.getEndpointReference(org.w3c.dom.Element... referenceParameters)
           
 EndpointReference ProviderWrapper.readEndpointReference(javax.xml.transform.Source source)
           
 

Methods in org.apache.openejb.core.webservices with parameters of type EndpointReference
<T> T
ProviderWrapper.getPort(EndpointReference endpointReference, java.lang.Class<T> serviceEndpointInterface, WebServiceFeature... features)
           
 

Uses of EndpointReference in org.apache.openejb.server.axis2.pojo
 

Methods in org.apache.openejb.server.axis2.pojo with type parameters of type EndpointReference
<T extends EndpointReference>
T
PojoWsContext.getEndpointReference(java.lang.Class<T> clazz, org.w3c.dom.Element... referenceParameters)
           
 

Methods in org.apache.openejb.server.axis2.pojo that return EndpointReference
 EndpointReference PojoWsContext.getEndpointReference(org.w3c.dom.Element... referenceParameters)
           
 

Uses of EndpointReference in org.apache.openejb.server.cxf.ejb
 

Methods in org.apache.openejb.server.cxf.ejb with type parameters of type EndpointReference
<T extends EndpointReference>
T
EjbMessageContext.getEndpointReference(java.lang.Class<T> clazz, org.w3c.dom.Element... referenceParameters)
           
 

Methods in org.apache.openejb.server.cxf.ejb that return EndpointReference
 EndpointReference EjbMessageContext.getEndpointReference(org.w3c.dom.Element... referenceParameters)
           
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.