Modifier and Type | Method and Description |
---|---|
<T extends EndpointReference> |
BindingProvider.getEndpointReference(java.lang.Class<T> clazz)
Returns the
EndpointReference associated with
this BindingProvider instance. |
<T extends EndpointReference> |
WebServiceContext.getEndpointReference(java.lang.Class<T> clazz,
org.w3c.dom.Element... referenceParameters)
Returns the
EndpointReference associated with
this endpoint. |
abstract <T extends EndpointReference> |
Endpoint.getEndpointReference(java.lang.Class<T> clazz,
org.w3c.dom.Element... referenceParameters)
Returns the
EndpointReference associated with
this Endpoint instance. |
Modifier and Type | Method and Description |
---|---|
EndpointReference |
BindingProvider.getEndpointReference()
Returns the
EndpointReference associated with
this BindingProvider instance. |
EndpointReference |
WebServiceContext.getEndpointReference(org.w3c.dom.Element... referenceParameters)
Returns the
EndpointReference for this
endpoint. |
abstract EndpointReference |
Endpoint.getEndpointReference(org.w3c.dom.Element... referenceParameters)
Returns the
EndpointReference associated with
this Endpoint instance. |
static EndpointReference |
EndpointReference.readFrom(javax.xml.transform.Source eprInfoset)
Factory method to read an EndpointReference from the infoset contained in
eprInfoset . |
Modifier and Type | Method and Description |
---|---|
<T> Dispatch<T> |
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. |
<T> T |
Service.getPort(EndpointReference endpointReference,
java.lang.Class<T> serviceEndpointInterface,
WebServiceFeature... features)
The
getPort method returns a proxy. |