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