|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EndpointReference in javax.xml.ws |
---|
Methods in javax.xml.ws with type parameters of type EndpointReference | ||
---|---|---|
|
BindingProvider.getEndpointReference(java.lang.Class<T> clazz)
|
|
|
WebServiceContext.getEndpointReference(java.lang.Class<T> clazz,
org.w3c.dom.Element... referenceParameters)
|
|
abstract
|
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 | ||
---|---|---|
|
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)
|
|
|
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
|
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
|
ServiceDelegate.getPort(EndpointReference endpointReference,
java.lang.Class<T> serviceEndpointInterface,
WebServiceFeature... features)
|
|
abstract
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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)
|
|
|
ServiceDelegate.getPort(EndpointReference jaxwsEPR,
java.lang.Class<T> sei,
WebServiceFeature... features)
|
|
|
Provider.getPort(EndpointReference jaxwsEPR,
java.lang.Class<T> sei,
WebServiceFeature... features)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |