API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.ws.handler. LogicalMessageContext View Source
Author(s)
Since
JAX-WS 2.0
Version
Serial
Hierarchy
 Map
      MessageContext
          LogicalMessageContext
Subinterfaces
Description
public interface LogicalMessageContext
  The LogicalMessageContext interface extends MessageContext to provide access to a the contained message as a protocol neutral LogicalMessage
See also:   
Methods
Hide/Show inherited methods
public LogicalMessage getMessage ()
  Gets the message from this message context
Fields
Hide/Show inherited fields
publicfinalstatic String HTTP_REQUEST_HEADERS = "javax.xml.ws.http.request.headers" [Inherited From MessageContext]
  Standard property: HTTP request headers.
publicfinalstatic String HTTP_REQUEST_METHOD = "javax.xml.ws.http.request.method" [Inherited From MessageContext]
  Standard property: HTTP request method.
publicfinalstatic String HTTP_RESPONSE_CODE = "javax.xml.ws.http.response.code" [Inherited From MessageContext]
  Standard property: HTTP response status code.
publicfinalstatic String HTTP_RESPONSE_HEADERS = "javax.xml.ws.http.response.headers" [Inherited From MessageContext]
  Standard property: HTTP response headers.
publicfinalstatic String INBOUND_MESSAGE_ATTACHMENTS = "javax.xml.ws.binding.attachments.inbound" [Inherited From MessageContext]
  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" [Inherited From MessageContext]
  Standard property: message direction, true for outbound messages, false for inbound.
publicfinalstatic String OUTBOUND_MESSAGE_ATTACHMENTS = "javax.xml.ws.binding.attachments.outbound" [Inherited From MessageContext]
  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" [Inherited From MessageContext]
  Standard property: Request Path Info
publicfinalstatic String QUERY_STRING = "javax.xml.ws.http.request.querystring" [Inherited From MessageContext]
  Standard property: Query string for request.
publicfinalstatic String SERVLET_CONTEXT = "javax.xml.ws.servlet.context" [Inherited From MessageContext]
  Standard property: servlet context object.
publicfinalstatic String SERVLET_REQUEST = "javax.xml.ws.servlet.request" [Inherited From MessageContext]
  Standard property: servlet request object.
publicfinalstatic String SERVLET_RESPONSE = "javax.xml.ws.servlet.response" [Inherited From MessageContext]
  Standard property: servlet response object.
publicfinalstatic String WSDL_DESCRIPTION = "javax.xml.ws.wsdl.description" [Inherited From MessageContext]
  Standard property: input source for WSDL document.
publicfinalstatic String WSDL_INTERFACE = "javax.xml.ws.wsdl.interface" [Inherited From MessageContext]
  Standard property: name of wsdl interface (2.0) or port type (1.1).
publicfinalstatic String WSDL_OPERATION = "javax.xml.ws.wsdl.operation" [Inherited From MessageContext]
  Standard property: name of WSDL operation.
publicfinalstatic String WSDL_PORT = "javax.xml.ws.wsdl.port" [Inherited From MessageContext]
  Standard property: name of WSDL port.
publicfinalstatic String WSDL_SERVICE = "javax.xml.ws.wsdl.service" [Inherited From MessageContext]
  Standard property: name of WSDL service.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar