Interface WebServiceContext


public interface WebServiceContext
A WebServiceContext makes it possible for a web service endpoint implementation class to access message context and security information relative to a request being served. Typically a WebServiceContext is injected into an endpoint implementation class using the Resource annotation.
Since:
1.6, JAX-WS 2.0
See Also:
  • "jakarta.annotation.Resource"