API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.ws.handler.soap. SOAPMessageContext View Source
Author(s)
Since
JAX-WS 2.0
Version
Serial
Hierarchy
 Map
      MessageContext
          SOAPMessageContext
Subinterfaces
Description
public interface SOAPMessageContext
  The interface SOAPMessageContext provides access to the SOAP message for either RPC request or response.
See also:    SOAPMessage
Methods
Hide/Show inherited methods
public Object getHeaders (QName header, JAXBContext context, boolean allRoles)
  Gets headers that have a particular qualified name from the message in the message context.
public SOAPMessage getMessage ()
  Gets the SOAPMessage from this message context.
public Set<String> getRoles ()
  Gets the SOAP actor roles associated with an execution of the handler chain.
public void setMessage (SOAPMessage message)
  Sets the SOAPMessage in 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