public abstract interface WebServiceContext
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

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.

See also:
javax.annotation.Resource

Since:  JAX-WS 2.0