API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.ws.handler. MessageContext View Source
Author(s)
Since
JAX-WS 2.0
Version
Serial
Hierarchy
 Map
      MessageContext
Subinterfaces
Description
public interface MessageContext
  The interface MessageContext abstracts the message context that is processed by a handler in the handle method.
See also:   
Methods
Hide/Show inherited methods
public Scope getScope (String name)
  Gets the scope of a property.
public void setScope (String name, Scope scope)
  Sets the scope of a property.
Fields
Hide/Show inherited fields
publicfinalstatic String HTTP_REQUEST_HEADERS = "javax.xml.ws.http.request.headers"
  Standard property: HTTP request headers.
publicfinalstatic String HTTP_REQUEST_METHOD = "javax.xml.ws.http.request.method"
  Standard property: HTTP request method.
publicfinalstatic String HTTP_RESPONSE_CODE = "javax.xml.ws.http.response.code"
  Standard property: HTTP response status code.
publicfinalstatic String HTTP_RESPONSE_HEADERS = "javax.xml.ws.http.response.headers"
  Standard property: HTTP response headers.
publicfinalstatic String INBOUND_MESSAGE_ATTACHMENTS = "javax.xml.ws.binding.attachments.inbound"
  Standard property: Map of attachments to a message for the inbound message, key is the MIME Content-ID, value is a DataHandler.
publicfinalstatic String MESSAGE_OUTBOUND_PROPERTY = "javax.xml.ws.handler.message.outbound"
  Standard property: message direction, true for outbound messages, false for inbound.
publicfinalstatic String OUTBOUND_MESSAGE_ATTACHMENTS = "javax.xml.ws.binding.attachments.outbound"
  Standard property: Map of attachments to a message for the outbound message, key is the MIME Content-ID, value is a DataHandler.
publicfinalstatic String PATH_INFO = "javax.xml.ws.http.request.pathinfo"
  Standard property: Request Path Info
publicfinalstatic String QUERY_STRING = "javax.xml.ws.http.request.querystring"
  Standard property: Query string for request.
publicfinalstatic String SERVLET_CONTEXT = "javax.xml.ws.servlet.context"
  Standard property: servlet context object.
publicfinalstatic String SERVLET_REQUEST = "javax.xml.ws.servlet.request"
  Standard property: servlet request object.
publicfinalstatic String SERVLET_RESPONSE = "javax.xml.ws.servlet.response"
  Standard property: servlet response object.
publicfinalstatic String WSDL_DESCRIPTION = "javax.xml.ws.wsdl.description"
  Standard property: input source for WSDL document.
publicfinalstatic String WSDL_INTERFACE = "javax.xml.ws.wsdl.interface"
  Standard property: name of wsdl interface (2.0) or port type (1.1).
publicfinalstatic String WSDL_OPERATION = "javax.xml.ws.wsdl.operation"
  Standard property: name of WSDL operation.
publicfinalstatic String WSDL_PORT = "javax.xml.ws.wsdl.port"
  Standard property: name of WSDL port.
publicfinalstatic String WSDL_SERVICE = "javax.xml.ws.wsdl.service"
  Standard property: name of WSDL service.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar