Java javax.xml.ws.handler MessageContext fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.ws.handler MessageContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.ws.handler MessageContext.

The text is from its open source code.

Implementation

javax.xml.ws.handler.MessageContext has the following implementations.
Click this link to see all its implementation.

Field

StringMESSAGE_OUTBOUND_PROPERTY
Standard property: message direction, true for outbound messages, false for inbound.
StringINBOUND_MESSAGE_ATTACHMENTS
Standard property: Map of attachments to a message for the inbound message, key is the MIME Content-ID, value is a DataHandler.
StringOUTBOUND_MESSAGE_ATTACHMENTS
Standard property: Map of attachments to a message for the outbound message, key is the MIME Content-ID, value is a DataHandler.
StringWSDL_SERVICE
Standard property: name of WSDL service.
StringWSDL_PORT
Standard property: name of WSDL port.
StringWSDL_OPERATION
Standard property: name of WSDL operation.
StringHTTP_RESPONSE_CODE
Standard property: HTTP response status code.
StringHTTP_REQUEST_HEADERS
Standard property: HTTP request headers.
StringHTTP_RESPONSE_HEADERS
Standard property: HTTP response headers.
StringHTTP_REQUEST_METHOD
Standard property: HTTP request method.
StringSERVLET_REQUEST
Standard property: servlet request object.
StringSERVLET_RESPONSE
Standard property: servlet response object.
StringSERVLET_CONTEXT
Standard property: servlet context object.
StringQUERY_STRING
Standard property: Query string for request.
StringPATH_INFO
Standard property: Request Path Info

Type: String

Method

booleancontainsKey(Object key)
Returns true if this map contains a mapping for the specified key.
Vget(Object key)
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
SetkeySet()
Returns a Set view of the keys contained in this map.
Vput(K key, V value)
Associates the specified value with the specified key in this map (optional operation).