|
|||||||||
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)
Returns the EndpointReference associated with
this BindingProvider instance. |
|
abstract
|
Endpoint.getEndpointReference(java.lang.Class<T> clazz,
org.w3c.dom.Element... referenceParameters)
Returns the EndpointReference associated with
this Endpoint instance. |
|
|
WebServiceContext.getEndpointReference(java.lang.Class<T> clazz,
org.w3c.dom.Element... referenceParameters)
Returns the EndpointReference associated with
this endpoint. |
Methods in javax.xml.ws that return EndpointReference | |
---|---|
EndpointReference |
BindingProvider.getEndpointReference()
Returns the EndpointReference associated with
this BindingProvider instance. |
abstract EndpointReference |
Endpoint.getEndpointReference(org.w3c.dom.Element... referenceParameters)
Returns the EndpointReference associated with
this Endpoint instance. |
EndpointReference |
WebServiceContext.getEndpointReference(org.w3c.dom.Element... referenceParameters)
Returns the EndpointReference for this
endpoint. |
static EndpointReference |
EndpointReference.readFrom(javax.xml.transform.Source eprInfoset)
Factory method to read an EndpointReference from the infoset contained in 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)
Creates a Dispatch instance for use with objects of
the user's choosing. |
|
Dispatch<java.lang.Object> |
Service.createDispatch(EndpointReference endpointReference,
javax.xml.bind.JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a Dispatch instance for use with JAXB
generated objects. |
|
|
Service.getPort(EndpointReference endpointReference,
java.lang.Class<T> serviceEndpointInterface,
WebServiceFeature... features)
The getPort method returns a proxy. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |