Uses of Class
javax.xml.ws.EndpointReference

Packages that use EndpointReference
javax.xml.ws   
javax.xml.ws.spi   
javax.xml.ws.wsaddressing   
org.apache.axis2.jaxws   
org.apache.axis2.jaxws.addressing   
org.apache.axis2.jaxws.addressing.factory   
org.apache.axis2.jaxws.addressing.factory.impl   
org.apache.axis2.jaxws.addressing.util   
org.apache.axis2.jaxws.context   
org.apache.axis2.jaxws.description.builder   
org.apache.axis2.jaxws.server.endpoint   
org.apache.axis2.jaxws.spi   
 

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)
           
<T extends EndpointReference>
T
WebServiceContext.getEndpointReference(java.lang.Class<T> clazz, org.w3c.dom.Element... referenceParameters)
           
abstract
<T extends EndpointReference>
T
Endpoint.getEndpointReference(java.lang.Class<T> clazz, org.w3c.dom.Element... referenceParameters)
           
 

Methods in javax.xml.ws that return EndpointReference
 EndpointReference BindingProvider.getEndpointReference()
           
 EndpointReference WebServiceContext.getEndpointReference(org.w3c.dom.Element... referenceParameters)
           
abstract  EndpointReference Endpoint.getEndpointReference(org.w3c.dom.Element... referenceParameters)
           
static EndpointReference EndpointReference.readFrom(javax.xml.transform.Source 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)
           
 Dispatch<java.lang.Object> Service.createDispatch(EndpointReference endpointReference, javax.xml.bind.JAXBContext context, Service.Mode mode, WebServiceFeature... features)
           
<T> T
Service.getPort(EndpointReference endpointReference, java.lang.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(javax.xml.transform.Source eprInfoset)
           
 

Methods in javax.xml.ws.spi with parameters of type EndpointReference
abstract
<T> Dispatch<T>
ServiceDelegate.createDispatch(EndpointReference endpointReference, java.lang.Class<T> type, Service.Mode mode, WebServiceFeature... features)
           
abstract  Dispatch<java.lang.Object> ServiceDelegate.createDispatch(EndpointReference endpointReference, javax.xml.bind.JAXBContext context, Service.Mode mode, WebServiceFeature... features)
           
abstract
<T> T
ServiceDelegate.getPort(EndpointReference endpointReference, java.lang.Class<T> serviceEndpointInterface, WebServiceFeature... features)
           
abstract
<T> T
Provider.getPort(EndpointReference endpointReference, java.lang.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.
 

Uses of EndpointReference in org.apache.axis2.jaxws
 

Methods in org.apache.axis2.jaxws with type parameters of type EndpointReference
<T extends EndpointReference>
T
BindingProvider.getEndpointReference(java.lang.Class<T> clazz)
           
 

Methods in org.apache.axis2.jaxws that return EndpointReference
 EndpointReference BindingProvider.getEndpointReference()
           
 

Uses of EndpointReference in org.apache.axis2.jaxws.addressing
 

Subclasses of EndpointReference in org.apache.axis2.jaxws.addressing
 class SubmissionEndpointReference
          Java class for EndpointReferenceType complex type.
 

Uses of EndpointReference in org.apache.axis2.jaxws.addressing.factory
 

Methods in org.apache.axis2.jaxws.addressing.factory with type parameters of type EndpointReference
<T extends EndpointReference>
java.lang.String
JAXWSEndpointReferenceFactory.getAddressingNamespace(java.lang.Class<T> clazz)
          Map the specified class to a supported WS-Addressing namespace.
 

Methods in org.apache.axis2.jaxws.addressing.factory that return EndpointReference
 EndpointReference JAXWSEndpointReferenceFactory.createEndpointReference(javax.xml.transform.Source eprInfoset)
          Create an instance of a supported subclass of EndpointReference.
 

Uses of EndpointReference in org.apache.axis2.jaxws.addressing.factory.impl
 

Methods in org.apache.axis2.jaxws.addressing.factory.impl with type parameters of type EndpointReference
<T extends EndpointReference>
java.lang.String
JAXWSEndpointReferenceFactoryImpl.getAddressingNamespace(java.lang.Class<T> clazz)
           
 

Methods in org.apache.axis2.jaxws.addressing.factory.impl that return EndpointReference
 EndpointReference JAXWSEndpointReferenceFactoryImpl.createEndpointReference(javax.xml.transform.Source eprInfoset)
           
 

Uses of EndpointReference in org.apache.axis2.jaxws.addressing.util
 

Methods in org.apache.axis2.jaxws.addressing.util with type parameters of type EndpointReference
static
<T extends EndpointReference>
java.lang.String
EndpointReferenceUtils.getAddressingNamespace(java.lang.Class<T> clazz)
           
 

Methods in org.apache.axis2.jaxws.addressing.util that return EndpointReference
static EndpointReference EndpointReferenceUtils.convertFromAxis2(EndpointReference axis2EPR, java.lang.String addressingNamespace)
          Convert from a EndpointReference to a subclass of EndpointReference.
static EndpointReference EndpointReferenceUtils.convertFromSource(javax.xml.transform.Source eprInfoset)
          Convert from a Source to a subclass of EndpointReference.
 

Methods in org.apache.axis2.jaxws.addressing.util with parameters of type EndpointReference
static java.lang.String EndpointReferenceUtils.convertToAxis2(EndpointReference axis2EPR, EndpointReference jaxwsEPR)
          Convert from a EndpointReference to a an instance of EndpointReference.
 

Uses of EndpointReference in org.apache.axis2.jaxws.context
 

Methods in org.apache.axis2.jaxws.context with type parameters of type EndpointReference
<T extends EndpointReference>
T
WebServiceContextImpl.getEndpointReference(java.lang.Class<T> clazz, org.w3c.dom.Element... referenceParameters)
           
 

Methods in org.apache.axis2.jaxws.context that return EndpointReference
 EndpointReference WebServiceContextImpl.getEndpointReference(org.w3c.dom.Element... referenceParameters)
           
 

Uses of EndpointReference in org.apache.axis2.jaxws.description.builder
 

Methods in org.apache.axis2.jaxws.description.builder with type parameters of type EndpointReference
<T extends EndpointReference>
T
WebServiceContextAnnot.getEndpointReference(java.lang.Class<T> arg0, org.w3c.dom.Element... arg1)
           
 

Methods in org.apache.axis2.jaxws.description.builder that return EndpointReference
 EndpointReference WebServiceContextAnnot.getEndpointReference(org.w3c.dom.Element... arg0)
           
 

Uses of EndpointReference in org.apache.axis2.jaxws.server.endpoint
 

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

Methods in org.apache.axis2.jaxws.server.endpoint that return EndpointReference
 EndpointReference EndpointImpl.getEndpointReference(org.w3c.dom.Element... referenceParameters)
           
 

Uses of EndpointReference in org.apache.axis2.jaxws.spi
 

Methods in org.apache.axis2.jaxws.spi that return EndpointReference
 EndpointReference Provider.readEndpointReference(javax.xml.transform.Source eprInfoset)
           
 

Methods in org.apache.axis2.jaxws.spi with parameters of type EndpointReference
<T> Dispatch<T>
ServiceDelegate.createDispatch(EndpointReference jaxwsEPR, java.lang.Class<T> type, Service.Mode mode, WebServiceFeature... features)
           
 Dispatch<java.lang.Object> ServiceDelegate.createDispatch(EndpointReference jaxwsEPR, javax.xml.bind.JAXBContext context, Service.Mode mode, WebServiceFeature... features)
           
<T> T
ServiceDelegate.getPort(EndpointReference jaxwsEPR, java.lang.Class<T> sei, WebServiceFeature... features)
           
<T> T
Provider.getPort(EndpointReference jaxwsEPR, java.lang.Class<T> sei, WebServiceFeature... features)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.