| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageContext | |
|---|---|
| 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. | 
| Uses of MessageContext in javax.xml.ws | 
|---|
| Methods in javax.xml.ws that return MessageContext | |
|---|---|
|  MessageContext | WebServiceContext.getMessageContext()Returns the MessageContextfor the request being served
 at the time this method is called. | 
| Uses of MessageContext in javax.xml.ws.handler | 
|---|
| Classes in javax.xml.ws.handler with type parameters of type MessageContext | |
|---|---|
|  interface | Handler<C extends MessageContext>The Handlerinterface
  is the base interface for JAX-WS handlers. | 
| Subinterfaces of MessageContext in javax.xml.ws.handler | |
|---|---|
|  interface | LogicalMessageContextThe LogicalMessageContextinterface extendsMessageContextto
  provide access to a the contained message as a protocol neutral
  LogicalMessage | 
| Methods in javax.xml.ws.handler with parameters of type MessageContext | |
|---|---|
|  void | Handler.close(MessageContext context)Called at the conclusion of a message exchange pattern just prior to the JAX-WS runtime disptaching a message, fault or exception. | 
| Uses of MessageContext in javax.xml.ws.handler.soap | 
|---|
| Subinterfaces of MessageContext in javax.xml.ws.handler.soap | |
|---|---|
|  interface | SOAPMessageContextThe interface SOAPMessageContextprovides access to the SOAP message for either RPC request or 
  response. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.