| Package | Description | 
|---|---|
| javax.xml.ws | This package contains the core JAX-WS APIs. | 
| javax.xml.ws.handler | This package defines APIs for message handlers. | 
| javax.xml.ws.handler.soap | This package defines APIs for SOAP message handlers. | 
| Modifier and Type | Method and Description | 
|---|---|
| MessageContext | WebServiceContext. getMessageContext()Returns the  MessageContextfor the request being served
 at the time this method is called. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | Handler<C extends MessageContext>The  Handlerinterface
  is the base interface for JAX-WS handlers. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | LogicalMessageContextThe  LogicalMessageContextinterface extendsMessageContextto
  provide access to a the contained message as a protocol neutral
  LogicalMessage | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Handler. close(MessageContext context)Called at the conclusion of a message exchange pattern just prior to
 the JAX-WS runtime dispatching a message, fault or exception. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | SOAPMessageContextThe interface  SOAPMessageContextprovides access to the SOAP message for either RPC request or
  response. | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2015, Oracle and/or its affiliates.  All rights reserved.