Uses of Class
javax.xml.ws.EndpointContext
-
Packages that use EndpointContext Package Description javax.xml.ws This package contains the core Jakarta XML Web Services APIs. -
-
Uses of EndpointContext in javax.xml.ws
Methods in javax.xml.ws with parameters of type EndpointContext Modifier and Type Method Description void
Endpoint. setEndpointContext(EndpointContext ctxt)
By setting aEndpointContext
, JAX-WS runtime knows about addresses of other endpoints in an application.
-